diff options
Diffstat (limited to 'docs/reference/gtk')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkcontainer.sgml | 2 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml | 2 |
2 files changed, 2 insertions, 2 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. diff --git a/docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml b/docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml index 6042343797..4f338198a5 100644 --- a/docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml +++ b/docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml @@ -37,7 +37,7 @@ The #GtkFileChooserButton supports the #GtkFileChooserAction<!-- <para> The #GtkFileChooserButton will ellipsize the label, and thus will thus request little horizontal space. To give the button -more space, you should call gtk_widget_size_request(), +more space, you should call gtk_size_request_get_size(), gtk_file_chooser_button_set_width_chars(), or pack the button in such a way that other interface elements give space to the widget. </para> |