]> Pileus Git - ~andy/gtk/blobdiff - docs/reference/gtk/gtk-sections.txt
Add missing getters for readwrite properies. (#135649)
[~andy/gtk] / docs / reference / gtk / gtk-sections.txt
index a5531ebf2b2de168372acb31f69945e779be6aed..1c02125f3649e5b1f8e82f0b441be25b80f70127 100644 (file)
@@ -15,6 +15,7 @@ GtkAccelGroupFindFunc
 gtk_accel_group_disconnect
 gtk_accel_group_disconnect_key
 gtk_accel_group_query
+gtk_accel_group_activate
 gtk_accel_group_lock
 gtk_accel_group_unlock
 gtk_accel_group_from_accel_closure
@@ -45,6 +46,7 @@ GTK_ACCEL_GROUP_GET_CLASS
 <SECTION>
 <FILE>gtkaccelmap</FILE>
 <TITLE>Accelerator Maps</TITLE>
+GtkAccelMap
 GtkAccelMapForeach
 gtk_accel_map_add_entry
 gtk_accel_map_lookup_entry
@@ -57,6 +59,19 @@ gtk_accel_map_save_fd
 gtk_accel_map_load_scanner
 gtk_accel_map_add_filter
 gtk_accel_map_foreach_unfiltered
+gtk_accel_map_get
+gtk_accel_map_lock_path
+gtk_accel_map_unlock_path
+<SUBSECTION Standard>
+GTK_ACCEL_MAP
+GTK_TYPE_ACCEL_MAP
+GTK_IS_ACCEL_MAP
+GTK_ACCEL_MAP_CLASS
+GTK_IS_ACCEL_MAP_CLASS
+GTK_ACCEL_MAP_GET_CLASS
+GtkAccelMapClass
+<SUBSECTION Private>
+gtk_accel_map_get_type
 </SECTION>
 
 <SECTION>
@@ -104,6 +119,10 @@ gtk_accessible_get_type
 GtkAction
 gtk_action_new
 gtk_action_get_name
+gtk_action_is_sensitive
+gtk_action_get_sensitive
+gtk_action_is_visible
+gtk_action_get_visible
 gtk_action_activate
 gtk_action_create_icon
 gtk_action_create_menu_item
@@ -136,6 +155,10 @@ GtkActionPrivate
 GtkActionGroup
 gtk_action_group_new
 gtk_action_group_get_name
+gtk_action_group_get_sensitive
+gtk_action_group_set_sensitive
+gtk_action_group_get_visible
+gtk_action_group_set_visible
 gtk_action_group_get_action
 gtk_action_group_list_actions
 gtk_action_group_add_action
@@ -648,8 +671,11 @@ gtk_combo_get_type
 GtkComboBox
 gtk_combo_box_new
 gtk_combo_box_new_with_model
+gtk_combo_box_get_wrap_width
 gtk_combo_box_set_wrap_width
+gtk_combo_box_get_row_span_column
 gtk_combo_box_set_row_span_column
+gtk_combo_box_get_column_span_column
 gtk_combo_box_set_column_span_column
 gtk_combo_box_get_active
 gtk_combo_box_set_active
@@ -662,6 +688,9 @@ gtk_combo_box_append_text
 gtk_combo_box_insert_text
 gtk_combo_box_prepend_text
 gtk_combo_box_remove_text
+gtk_combo_box_get_active_text
+gtk_combo_box_popup
+gtk_combo_box_popdown
 <SUBSECTION Standard>
 GTK_TYPE_COMBO_BOX
 GTK_COMBO_BOX
@@ -680,6 +709,7 @@ gtk_combo_box_get_type
 GtkComboBoxEntry
 gtk_combo_box_entry_new
 gtk_combo_box_entry_new_with_model
+gtk_combo_box_entry_new_text
 gtk_combo_box_entry_set_text_column
 gtk_combo_box_entry_get_text_column
 <SUBSECTION Standard>
@@ -980,6 +1010,8 @@ gtk_entry_set_activates_default
 gtk_entry_set_has_frame
 gtk_entry_set_width_chars
 gtk_entry_get_invisible_char
+gtk_entry_set_alignment
+gtk_entry_get_alignment
 gtk_entry_get_layout
 gtk_entry_get_layout_offsets
 gtk_entry_get_max_length
@@ -1021,7 +1053,6 @@ GTK_ENTRY_COMPLETION_CLASS
 GTK_IS_ENTRY_COMPLETION
 GTK_IS_ENTRY_COMPLETION_CLASS
 GTK_ENTRY_COMPLETION_GET_CLASS
-GTK_ENTRY_COMPLETION_GET_PRIVATE
 <SUBSECTION Private>
 GtkEntryCompletionPrivate
 gtk_entry_completion_get_type
@@ -1087,8 +1118,6 @@ GtkFileChooserError
 gtk_file_chooser_error_quark
 gtk_file_chooser_set_action
 gtk_file_chooser_get_action
-gtk_file_chooser_set_folder_mode
-gtk_file_chooser_get_folder_mode
 gtk_file_chooser_set_local_only
 gtk_file_chooser_get_local_only
 gtk_file_chooser_set_select_multiple
@@ -1114,6 +1143,8 @@ gtk_file_chooser_set_preview_widget
 gtk_file_chooser_get_preview_widget
 gtk_file_chooser_set_preview_widget_active
 gtk_file_chooser_get_preview_widget_active
+gtk_file_chooser_set_use_preview_label
+gtk_file_chooser_get_use_preview_label
 gtk_file_chooser_get_preview_filename
 gtk_file_chooser_get_preview_uri
 gtk_file_chooser_set_extra_widget
@@ -1135,12 +1166,15 @@ GTK_IS_FILE_CHOOSER
 GTK_TYPE_FILE_CHOOSER
 <SUBSECTION Private>
 gtk_file_chooser_get_type
+GtkFileChooserEmbed
 </SECTION>
 
 <SECTION>
 <FILE>gtkfilechooserdialog</FILE>
 <TITLE>GtkFileChooserDialog</TITLE>
+GtkFileChooserDialog
 gtk_file_chooser_dialog_new
+gtk_file_chooser_dialog_new_with_backend
 <SUBSECTION Standard>
 GTK_FILE_CHOOSER_DIALOG
 GTK_IS_FILE_CHOOSER_DIALOG
@@ -1156,7 +1190,9 @@ GtkFileChooserDialogPrivate
 <SECTION>
 <FILE>gtkfilechooserwidget</FILE>
 <TITLE>GtkFileChooserWidget</TITLE>
+GtkFileChooserWidget
 gtk_file_chooser_widget_new
+gtk_file_chooser_widget_new_with_backend
 <SUBSECTION Standard>
 GTK_FILE_CHOOSER_WIDGET
 GTK_IS_FILE_CHOOSER_WIDGET
@@ -1262,6 +1298,7 @@ GTK_FONT_BUTTON_CLASS
 GTK_IS_FONT_BUTTON_CLASS
 GTK_FONT_BUTTON_GET_CLASS
 <SUBSECTION Private>
+GtkFontButtonPrivate
 gtk_font_button_get_type
 </SECTION>
 
@@ -1951,6 +1988,7 @@ gtk_ui_manager_remove_action_group
 gtk_ui_manager_get_action_groups
 gtk_ui_manager_get_accel_group
 gtk_ui_manager_get_widget
+gtk_ui_manager_get_toplevels
 gtk_ui_manager_get_action
 gtk_ui_manager_add_ui_from_string
 gtk_ui_manager_add_ui_from_file
@@ -2175,6 +2213,8 @@ gtk_paned_add2
 gtk_paned_gutter_size
 gtk_paned_pack1
 gtk_paned_pack2
+gtk_paned_get_child1
+gtk_paned_get_child2
 gtk_paned_set_gutter_size
 gtk_paned_set_position
 gtk_paned_get_position
@@ -2374,6 +2414,9 @@ GtkRadioMenuItem
 gtk_radio_menu_item_new
 gtk_radio_menu_item_new_with_label
 gtk_radio_menu_item_new_with_mnemonic
+gtk_radio_menu_item_new_from_widget
+gtk_radio_menu_item_new_with_label_from_widget
+gtk_radio_menu_item_new_with_mnemonic_from_widget
 gtk_radio_menu_item_group
 gtk_radio_menu_item_set_group
 gtk_radio_menu_item_get_group
@@ -2448,6 +2491,8 @@ gtk_scale_set_value_pos
 gtk_scale_get_digits
 gtk_scale_get_draw_value
 gtk_scale_get_value_pos
+gtk_scale_get_layout
+gtk_scale_get_layout_offsets
 <SUBSECTION Standard>
 GTK_SCALE
 GTK_IS_SCALE
@@ -3269,6 +3314,7 @@ GTK_SEPARATOR_TOOL_ITEM_GET_CLASS
 
 <SUBSECTION Private>
 gtk_separator_tool_item_get_type
+GtkSeparatorToolItemPrivate
 </SECTION>
 
 <SECTION>
@@ -3359,6 +3405,8 @@ gtk_tooltips_set_delay
 gtk_tooltips_set_tip
 gtk_tooltips_data_get
 gtk_tooltips_force_window
+gtk_tooltips_get_info_from_tip_window
+
 <SUBSECTION Standard>
 GTK_TOOLTIPS
 GTK_IS_TOOLTIPS
@@ -3834,24 +3882,6 @@ GTK_TREE_VIEW_GET_CLASS
 gtk_tree_view_get_type
 </SECTION>
 
-<SECTION>
-<FILE>gtktreednd</FILE>
-<TITLE>GtkTreeView drag-and-drop</TITLE>
-GtkTreeDragDest
-GtkTreeDragSource
-GtkTreeDragDestIface
-GtkTreeDragSourceIface
-
-<SUBSECTION Standard>
-GTK_IS_TREE_DRAG_DEST
-GTK_IS_TREE_DRAG_SOURCE
-GTK_TREE_DRAG_DEST
-GTK_TREE_DRAG_DEST_GET_IFACE
-GTK_TREE_DRAG_SOURCE
-GTK_TREE_DRAG_SOURCE_GET_IFACE
-
-</SECTION>
-
 <SECTION>
 <FILE>gtkcelllayout</FILE>
 <TITLE>GtkCellLayout</TITLE>
@@ -3860,6 +3890,7 @@ GtkCellLayoutIface
 GtkCellLayoutDataFunc
 gtk_cell_layout_pack_start
 gtk_cell_layout_pack_end
+gtk_cell_layout_reorder
 gtk_cell_layout_clear
 gtk_cell_layout_set_attributes
 gtk_cell_layout_add_attribute
@@ -3884,6 +3915,7 @@ gtk_cell_renderer_get_size
 gtk_cell_renderer_render
 gtk_cell_renderer_activate
 gtk_cell_renderer_start_editing
+gtk_cell_renderer_editing_canceled
 gtk_cell_renderer_get_fixed_size
 gtk_cell_renderer_set_fixed_size
 
@@ -4207,6 +4239,7 @@ gtk_widget_add_accelerator
 gtk_widget_remove_accelerator
 gtk_widget_set_accel_path
 gtk_widget_list_accel_closures
+gtk_widget_can_activate_accel
 gtk_widget_event
 gtk_widget_activate
 gtk_widget_reparent
@@ -4312,6 +4345,9 @@ gtk_widget_set_visual
 gtk_widget_thaw_child_notify
 gtk_widget_set_no_show_all
 gtk_widget_get_no_show_all
+gtk_widget_list_mnemonic_labels
+gtk_widget_add_mnemonic_label
+gtk_widget_remove_mnemonic_label
 <SUBSECTION>
 gtk_requisition_copy
 gtk_requisition_free
@@ -4360,6 +4396,8 @@ gtk_window_list_toplevels
 gtk_window_add_mnemonic
 gtk_window_remove_mnemonic
 gtk_window_mnemonic_activate
+gtk_window_activate_key
+gtk_window_propagate_key_event
 gtk_window_get_focus
 gtk_window_set_focus
 gtk_window_set_default
@@ -4385,6 +4423,7 @@ gtk_window_set_type_hint
 gtk_window_set_skip_taskbar_hint
 gtk_window_set_skip_pager_hint
 gtk_window_set_accept_focus
+gtk_window_set_focus_on_map
 gtk_window_get_decorated
 gtk_window_get_default_icon_list
 gtk_window_get_default_size
@@ -4404,6 +4443,7 @@ gtk_window_get_type_hint
 gtk_window_get_skip_taskbar_hint
 gtk_window_get_skip_pager_hint
 gtk_window_get_accept_focus
+gtk_window_get_focus_on_map
 gtk_window_move
 gtk_window_parse_geometry
 gtk_window_reshow_with_initial_size
@@ -4623,6 +4663,7 @@ gtk_paint_vline
 gtk_paint_expander
 gtk_paint_layout
 gtk_paint_resize_grip
+gtk_draw_insertion_cursor
 
 <SUBSECTION>
 GtkBorder
@@ -4676,6 +4717,7 @@ gtk_rc_parse
 gtk_rc_parse_string
 gtk_rc_reparse_all
 gtk_rc_reparse_all_for_settings
+gtk_rc_reset_styles
 gtk_rc_add_default_file
 gtk_rc_get_default_files
 gtk_rc_set_default_files
@@ -4804,6 +4846,8 @@ gtk_drag_source_set_icon
 gtk_drag_source_set_icon_pixbuf
 gtk_drag_source_set_icon_stock
 gtk_drag_source_unset
+gtk_drag_source_set_target_list
+gtk_drag_source_get_target_list
 </SECTION>
 
 
@@ -4952,6 +4996,7 @@ gtk_binding_set_new
 gtk_binding_set_by_class
 gtk_binding_set_find
 gtk_bindings_activate
+gtk_bindings_activate_event
 gtk_binding_set_activate
 gtk_binding_entry_add
 gtk_binding_entry_clear
@@ -5053,8 +5098,10 @@ GTK_STOCK_GO_BACK
 GTK_STOCK_GO_DOWN
 GTK_STOCK_GO_FORWARD
 GTK_STOCK_GO_UP
+GTK_STOCK_HARDDISK
 GTK_STOCK_HELP
 GTK_STOCK_HOME
+GTK_STOCK_INDENT
 GTK_STOCK_INDEX
 GTK_STOCK_ITALIC
 GTK_STOCK_JUMP_TO
@@ -5063,6 +5110,7 @@ GTK_STOCK_JUSTIFY_FILL
 GTK_STOCK_JUSTIFY_LEFT
 GTK_STOCK_JUSTIFY_RIGHT
 GTK_STOCK_MISSING_IMAGE
+GTK_STOCK_NETWORK
 GTK_STOCK_NEW
 GTK_STOCK_NO
 GTK_STOCK_OK
@@ -5089,6 +5137,7 @@ GTK_STOCK_STRIKETHROUGH
 GTK_STOCK_UNDELETE
 GTK_STOCK_UNDERLINE
 GTK_STOCK_UNDO
+GTK_STOCK_UNINDENT
 GTK_STOCK_YES
 GTK_STOCK_ZOOM_100
 GTK_STOCK_ZOOM_FIT