mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 19:30:10 +00:00
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:
parent
1ff8df1e18
commit
cc0a65cb56
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user