docs: Fix typo in GtkWidget geometry-management documentation

Reported by Andrew Cowie in
https://bugzilla.gnome.org/show_bug.cgi?id=638963
This commit is contained in:
Javier Jardón 2011-01-08 10:56:59 +01:00
parent 1ff8df1e18
commit cc0a65cb56

View File

@ -105,7 +105,7 @@
* For example, when queried in the normal
* %GTK_SIZE_REQUEST_HEIGHT_FOR_WIDTH mode:
* First, the default minimum and natural width for each widget
* in the interface will be computed using gtk_width_get_preferred_width().
* in the interface will be computed using gtk_widget_get_preferred_width().
* Because the preferred widths for each container depend on the preferred
* widths of their children, this information propagates up the hierarchy,
* and finally a minimum and natural width is determined for the entire