diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/actions.md | 7 | ||||
-rw-r--r-- | docs/reference/gtk/gtk4-sections.txt | 6 | ||||
-rw-r--r-- | docs/reference/gtk/images/placessidebar.png | bin | 14305 -> 0 bytes | |||
-rw-r--r-- | docs/reference/gtk/input-handling.md | 2 | ||||
-rw-r--r-- | docs/reference/gtk/meson.build | 1 | ||||
-rw-r--r-- | docs/reference/gtk/question_index.md | 3 | ||||
-rw-r--r-- | docs/reference/gtk/visual_index.xml | 3 |
7 files changed, 9 insertions, 13 deletions
diff --git a/docs/reference/gtk/actions.md b/docs/reference/gtk/actions.md index c88006e6d4..d2823370b0 100644 --- a/docs/reference/gtk/actions.md +++ b/docs/reference/gtk/actions.md @@ -185,10 +185,9 @@ is to create a menu using a GMenu menu model. GMenu provides an abstract way to describe typical menus: nested groups of items where each item can have a label, and icon, and an action. -Typical uses of GMenu inside GTK are to set up an application -menu or menubar with gtk_application_set_app_menu() or -gtk_application_set_menubar(). Another, maybe more common use -is to create a popover for a menubutton, using +A typical use of GMenu inside GTK is to set up an application +menubar with gtk_application_set_menubar(). Another, maybe more +common use is to create a popover for a menubutton, using gtk_menu_button_set_menu_model(). Unlike traditional menus, those created from menu models don't diff --git a/docs/reference/gtk/gtk4-sections.txt b/docs/reference/gtk/gtk4-sections.txt index 90c6f1aec8..d96884bb94 100644 --- a/docs/reference/gtk/gtk4-sections.txt +++ b/docs/reference/gtk/gtk4-sections.txt @@ -644,6 +644,7 @@ gtk_grid_view_get_type <FILE>gtkbuildable</FILE> GtkBuildable GtkBuildableIface +GtkBuildableParser gtk_buildable_set_name gtk_buildable_get_name gtk_buildable_add_child @@ -666,6 +667,10 @@ GTK_BUILDABLE_GET_IFACE <SECTION> <FILE>gtkbuilderscope</FILE> <TITLE>GtkBuilderScope</TITLE> +GtkBuilderScope +GtkBuilderClosureFlags +GtkBuilderScopeInterface +GtkBuilderCScope gtk_builder_cscope_new gtk_builder_cscope_add_callback_symbol gtk_builder_cscope_add_callback_symbols @@ -7622,7 +7627,6 @@ gtk_string_object_get_string <TITLE>GtkSelectionFilterModel</TITLE> GtkSelectionFilterModel gtk_selection_filter_model_new -gtk_selection_filter_model_new_for_type gtk_selection_filter_model_set_model gtk_selection_filter_model_get_model </SECTION> diff --git a/docs/reference/gtk/images/placessidebar.png b/docs/reference/gtk/images/placessidebar.png Binary files differdeleted file mode 100644 index fa34e299b7..0000000000 --- a/docs/reference/gtk/images/placessidebar.png +++ /dev/null diff --git a/docs/reference/gtk/input-handling.md b/docs/reference/gtk/input-handling.md index 1404238489..35376f7cb7 100644 --- a/docs/reference/gtk/input-handling.md +++ b/docs/reference/gtk/input-handling.md @@ -66,7 +66,7 @@ the target widget for event propagation is window's current focus widget (see gtk_window_get_focus()). For pointer events, the target widget is determined by picking -the widget at the events coordinates (see gtk_window_pick()). +the widget at the events coordinates (see gtk_widget_pick()). In the first phase (the “capture” phase) the event is delivered to each widget from the top-most (the top-level #GtkWindow or grab widget) diff --git a/docs/reference/gtk/meson.build b/docs/reference/gtk/meson.build index 4e3d979790..aa4b7f8673 100644 --- a/docs/reference/gtk/meson.build +++ b/docs/reference/gtk/meson.build @@ -334,7 +334,6 @@ images = [ 'images/panes.png', 'images/password-entry.png', 'images/picture.png', - 'images/placessidebar.png', 'images/popup-anchors.png', 'images/popup-at.svg', 'images/popup-flip.png', diff --git a/docs/reference/gtk/question_index.md b/docs/reference/gtk/question_index.md index 7175090fc1..6386e2f78f 100644 --- a/docs/reference/gtk/question_index.md +++ b/docs/reference/gtk/question_index.md @@ -412,9 +412,6 @@ the question you have, this list is a good place to start. text typed in by the user before or after the tagged block will appear in the default style. - To ensure that all text has the desired appearance, use - gtk_widget_override_font() to change the default font for the widget. - 25. How do I make a text view scroll to the end of the buffer automatically ? A good way to keep a text buffer scrolled to the end is to place a diff --git a/docs/reference/gtk/visual_index.xml b/docs/reference/gtk/visual_index.xml index 6810a60989..f5e027ed0b 100644 --- a/docs/reference/gtk/visual_index.xml +++ b/docs/reference/gtk/visual_index.xml @@ -177,9 +177,6 @@ <link linkend="GtkPaned"> <inlinegraphic fileref="panes.png" format="PNG"></inlinegraphic> </link> - <link linkend="GtkPlacesSidebar"> - <inlinegraphic fileref="placessidebar.png" format="PNG"></inlinegraphic> - </link> </para> </section> |