diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2018-12-12 15:24:41 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2019-03-26 00:11:27 +0000 |
commit | 24754c32593c9a6c6cf1e2c6a57988cd7e416b5c (patch) | |
tree | a68686397ae9d55ebdd50d5e7e56a88faf0e59e4 /docs | |
parent | 4dfe2a8aa864444027548e2019448d26b50839e5 (diff) | |
download | gtk+-24754c32593c9a6c6cf1e2c6a57988cd7e416b5c.tar.gz |
Add GtkLayoutManager
A base abstract class for layout manager delegate objects.
Layout managers are associated to a single widget, like event
controllers, and are responsible for measuring and allocating the
children of the widget they are bound to.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk4-sections.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk4-sections.txt b/docs/reference/gtk/gtk4-sections.txt index 5eb547bf61..8ce5bb1d82 100644 --- a/docs/reference/gtk/gtk4-sections.txt +++ b/docs/reference/gtk/gtk4-sections.txt @@ -7152,3 +7152,19 @@ gtk_root_get_for_surface <SUBSECTION Private> gtk_root_get_type </SECTION> + +<SECTION> +<FILE>gtklayoutmanager</FILE> +GtkLayoutManager +GtkLayoutManagerClass + +gtk_layout_manager_measure +gtk_layout_manager_allocate +gtk_layout_manager_get_request_mode +gtk_layout_manager_get_widget +gtk_layout_manager_layout_changed + +<SUBSECTION Standard> +GTK_TYPE_LAYOUT_MANAGER +gtk_layout_manager_get_type +</SECTION> |