diff options
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkcontainer.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkcontainer.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gtk/tmpl/gtkcontainer.sgml b/docs/reference/gtk/tmpl/gtkcontainer.sgml index 3218186cd4..ea2ff059f0 100644 --- a/docs/reference/gtk/tmpl/gtkcontainer.sgml +++ b/docs/reference/gtk/tmpl/gtkcontainer.sgml @@ -58,7 +58,7 @@ of their children. <para> The size requisition phase of the widget layout process operates top-down. It starts at a top-level widget, typically a #GtkWindow. The top-level widget -asks its child for its size requisition by calling gtk_widget_size_request(). +asks its child for its size requisition by calling gtk_size_request_get_size(). To determine its requisition, the child asks its own children for their requisitions and so on. Finally, the top-level widget will get a requisition back from its child. |