📄 gtk-unused.sgml
字号:
<!-- ##### FUNCTION gtk_packer_reorder_child ##### --><para></para>@packer: @child: @position: <!-- ##### FUNCTION gtk_packer_set_child_packing ##### --><para></para>@packer: @child: @side: @anchor: @options: @border_width: @pad_x: @pad_y: @i_pad_x: @i_pad_y: <!-- ##### FUNCTION gtk_packer_set_default_border_width ##### --><para></para>@packer: @border: <!-- ##### FUNCTION gtk_packer_set_default_ipad ##### --><para></para>@packer: @i_pad_x: @i_pad_y: <!-- ##### FUNCTION gtk_packer_set_default_pad ##### --><para></para>@packer: @pad_x: @pad_y: <!-- ##### FUNCTION gtk_packer_set_spacing ##### --><para></para>@packer: @spacing: <!-- ##### FUNCTION gtk_paned_compute_position ##### --><para>Internal function used by #GtkHPaned and #GtkVPaned</para>@paned: @allocation: @child1_req: @child2_req: <!-- ##### MACRO gtk_paned_handle_size ##### --><para>Old name for gtk_paned_set_handle_size().</para><!-- ##### FUNCTION gtk_paned_set_handle_size ##### --><para>Set the the handle size to @size x @size pixels.</para>@paned: a paned widget@size: the size in pixels<!-- ##### FUNCTION gtk_pattern_match ##### --><para></para>@pspec: @string_length: @string: @string_reversed: @Returns: <!-- ##### FUNCTION gtk_pattern_match_simple ##### --><para></para>@pattern: @string: @Returns: <!-- ##### FUNCTION gtk_pattern_match_string ##### --><para></para>@pspec: @string: @Returns: <!-- ##### FUNCTION gtk_pattern_spec_free_segs ##### --><para></para>@pspec: <!-- ##### FUNCTION gtk_pattern_spec_init ##### --><para></para>@pspec: @pattern: <!-- ##### FUNCTION gtk_rc_init ##### --><para>Internal function.</para><!-- ##### FUNCTION gtk_rc_load_image ##### --><para>Internal function. Loads an image using the currentimage loader.</para>@colormap: the colormap to use for the image@transparent_color: the transparent color for the image@filename: the filename of the image file@Returns: a #GtkPixmap representing @filename<!-- ##### FUNCTION gtk_rc_set_image_loader ##### --><para>Sets the function that GTK+ will use to load images </para>@loader: the #GtkImageLoader to use<!-- ##### FUNCTION gtk_ruler_draw_pos ##### --><para></para>@ruler: the gtkruler<!-- ##### FUNCTION gtk_ruler_draw_ticks ##### --><para></para>@ruler: the gtkruler<!-- ##### FUNCTION gtk_selection_incr_event ##### --><para>Internal function.</para>@window: @event: @Returns: <!-- ##### FUNCTION gtk_selection_notify ##### --><para>Internal function.</para>@widget: @event: @Returns: <!-- ##### FUNCTION gtk_selection_property_notify ##### --><para>Internal function.</para>@widget: @event: @Returns: <!-- ##### FUNCTION gtk_selection_request ##### --><para>Internal function.</para>@widget: @event: @Returns: <!-- ##### FUNCTION gtk_settings_get_global ##### --><para></para>@Returns: <!-- ##### FUNCTION gtk_signal_add_emission_hook ##### --><para>Add an emission hook for a type of signal, for any object.</para>@signal_id: the type of signal to hook for.@hook_func: the function to invoke to handle the emission hook.@data: the user data passed in to hook_func.@Returns: the id (that you may pass as a parameterto gtk_signal_remove_emission_hook()).@i: @h: @d: <!-- ##### FUNCTION gtk_signal_add_emission_hook_full ##### --><para>Add an emission hook for a type of signal, for any object.(with control of what happens when the hook isdestroyed).</para>@signal_id: the type of signal add the hook for.@hook_func: the function to invoke to handle the hook.@data: the user data passed in to hook_func.@destroy: a function to invoke when the hook is destroyed,to clean up any allocation done just for thissignal handler.@Returns: the id (that you may pass as a parameterto gtk_signal_remove_emission_hook()).<!-- ##### FUNCTION gtk_signal_handler_pending_by_id ##### --><para>Returns whether a connection id is valid (and optionally not blocked).</para>@object: the object to search for the desired handler.@handler_id: the connection id.@may_be_blocked: whether it is acceptable to return a blockedhandler.@Returns: TRUE if the signal exists and wasn't blocked,unless #may_be_blocked was specified. FALSE otherwise.<!-- ##### FUNCTION gtk_signal_handlers_destroy ##### --><para>Destroy all the signal handlers connected to an object.This is done automatically when the object is destroyed.</para><para>This function is labeled private.</para>@object: the object whose signal handlers should be destroyed.<!-- ##### FUNCTION gtk_signal_init ##### --><para></para><!-- ##### FUNCTION gtk_signal_n_emissions ##### --><para>Find out the recursion depth of emissions for a particular typeof signal and object. (So it willalways return 0 or 1 if #GTK_RUN_NO_RECURSE is specified)This is a way to avoid recursion: you can see ifyou are currently running in that signal handler and emit it onlyif you are.</para><para>Another way to look at it is that this number increasesby one when #gtk_signal_emit(), et al, are called,and decreases by one when #gtk_signal_emit() returns.</para>@object: the object with the signal handler.@signal_id: the signal id.@Returns: the recursion depth of emissions of this signal for thisobject.<!-- ##### FUNCTION gtk_signal_n_emissions_by_name ##### --><para>Find out the recursion depth of emissions for a particular typeof signal and object. Just like gtk_signal_n_emissions()except it will lookup the signal id for you.</para>@object: the object with the signal handler.@name: the signal name.@Returns: the recursion depth of emissions of this signal for thisobject.<!-- ##### FUNCTION gtk_signal_query ##### --><para>Obtain information about a signal.</para>@signal_id: the signal type identifier.@Returns: a pointer to a GtkSignalQuery structurewhich contains all the information, or NULL.The pointer is allocated just for you: you must g_free() it.<!-- ##### FUNCTION gtk_signal_remove_emission_hook ##### --><para>Delete an emission hook. (see gtk_signal_add_emission_hook())</para>@signal_id: the id of the signal type.@hook_id: the id of the emission handler, returned by add_emission_hook().@i: @h: <!-- ##### FUNCTION gtk_signal_set_funcs ##### --><para>These set default functions to call when the user didn'tsupply a function when connecting. (These are rarelyused, and probably only for language bindings)</para><para>By default, there are no such functions.</para>@marshal_func: the function to invoke on every handlers for which thereisn't a function pointer. May be NULL.@destroy_func: the function to invoke when each hook is destroyed.May be NULL.<!-- ##### FUNCTION gtk_spin_button_set_shadow_type ##### --><para>Creates a border around the arrows of a #GtkSpinButton. The type of border is determined by @shadow_type.</para>@spin_button: a #GtkSpinButton@shadow_type: the new border type.<!-- ##### FUNCTION gtk_stock_list_items ##### --><para></para>@Returns: <!-- ##### FUNCTION gtk_style_get_font_for_display ##### --><para></para>@display: @style: @Returns: <!-- ##### FUNCTION gtk_text_buffer_paste_primary ##### --><para></para>@buffer: @override_location: @default_editable: <!-- ##### FUNCTION gtk_text_iter_reorder ##### --><para></para>@first: @second: <!-- ##### FUNCTION gtk_text_iter_spew ##### --><para></para>@iter: @desc: <!-- ##### FUNCTION gtk_text_view_set_text_window_size ##### --><para></para>@text_view: @width: @height: <!-- ##### FUNCTION gtk_tips_query_get_type ##### --><para></para>@Returns: <!-- ##### FUNCTION gtk_tool_item_get_pack_end ##### --><para></para>@tool_item: @Returns: <!-- ##### FUNCTION gtk_tool_item_set_pack_end ##### --><para></para>@tool_item: @pack_end: <!-- ##### FUNCTION gtk_tool_item_toolbar_reconfigured ##### --><para></para>@tool_item: <!-- ##### FUNCTION gtk_trace_referencing ##### --><para>Private: print debugging information while doing a gtk_object_ref() or a gtk_object_unref().</para>@object: object to reference or unreference.@func: name of caller's function to print (used within macros).@dummy: unused.@line: line number (used within macros).@do_ref: whether to reference or unreference.<!-- ##### FUNCTION gtk_tree_model_ref_iter ##### --><para></para>@tree_model: @iter: <!-- ##### FUNCTION gtk_tree_model_sort_convert_iter ##### --><para></para>@tree_model_sort: @sort_iter: @child_iter: <!-- ##### FUNCTION gtk_tree_model_sort_convert_path ##### --><para></para>@tree_model_sort: @child_path: @Returns: @path: <!-- ##### FUNCTION gtk_tree_model_sort_new ##### --><para></para>@Returns: <!-- ##### FUNCTION gtk_tree_model_sort_set_compare ##### --><para></para>@tree_model_sort: @func: <!-- ##### FUNCTION gtk_tree_model_sort_set_model ##### --><para></para>@tree_model_sort: @child_model: @model: <!-- ##### FUNCTION gtk_tree_model_sort_set_sort_column ##### --><para></para>@tree_model_sort: @sort_col: <!-- ##### FUNCTION gtk_tree_model_unref_iter ##### --><para></para>@tree_model: @iter: <!-- ##### FUNCTION gtk_tree_store_move ##### --><para></para>@tree_store: @iter: @position: <!-- ##### FUNCTION gtk_tree_store_new_with_types ##### --><para></para>@n_columns: @Varargs: @Returns: <!-- ##### FUNCTION gtk_tree_store_set_cell ##### --><para></para>@tree_store: @iter: @column: @value: <!-- ##### FUNCTION gtk_tree_store_set_column_type ##### --><para></para>@tree_store: @column: @type: @store: <!-- ##### FUNCTION gtk_tree_store_set_n_columns ##### --><para></para>@tree_store: @n_columns: <!-- ##### FUNCTION gtk_tree_view_column_cell_event ##### --><para></para>@tree_column: @event: @path_string: @background_area: @cell_area: @flags: @Returns: <!-- ##### FUNCTION gtk_tree_view_column_set_cell_data ##### --><para></para>@tree_column: @tree_model: @iter: <!-- ##### FUNCTION gtk_tree_view_column_set_cell_renderer ##### --><para></para>@tree_column: @cell: <!-- ##### FUNCTION gtk_tree_view_column_set_width ##### --><para></para>@tree_column: @width: @size: <!-- ##### FUNCTION gtk_tree_view_set_rows_drag_dest ##### --><para></para>@tree_view: @targets: @n_targets: @actions: @location_droppable_func: @user_data: <!-- ##### FUNCTION gtk_tree_view_set_rows_drag_source ##### --><para></para>@tree_view: @start_button_mask: @targets: @n_targets: @actions: @row_draggable_func: @user_data: <!-- ##### FUNCTION gtk_type_check_class_cast ##### --><para>Given a GtkTypeClass pointer @klass, and a GtkType @cast_type, makesure that it's okay to cast something of that @klass into a @cast_type.</para>@klass: GtkTypeClass*@cast_type: GtkType@Returns: Always return @klass.<!-- ##### FUNCTION gtk_type_check_object_cast ##### --><para>Given a pointer to a GtkTypeObject @type_object, and a GtkType @cast_type,make sure that it's okay to cast @type_object into a @cast_type.</para>@type_object: GtkTypeObject*@cast_type: GtkType@Returns: the same GtkTypeObject* as @type_object<!-- ##### FUNCTION gtk_type_children_types ##### --><para>Return the pointer to the type's children's types.</para>@type: GtkType@Returns: pointer to a GList<!-- ##### FUNCTION gtk_type_describe_heritage ##### --><para>Print the types @type inherits from.</para>@type: GtkType<!-- ##### FUNCTION g
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -