diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 14:44:42 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 18:57:37 -0500 |
commit | 9717e75ffefdcba8791538ea75aa2f4d78b8b97c (patch) | |
tree | e044e9dee2235878bdbf496f06f9bdff99af891c /gtk/gtkbbox.c | |
parent | c788b72768c7215514e8e2454411c236edffbd6e (diff) | |
download | gtk+-9717e75ffefdcba8791538ea75aa2f4d78b8b97c.tar.gz |
docs: there is no homogeneous property on bbox
Diffstat (limited to 'gtk/gtkbbox.c')
-rw-r--r-- | gtk/gtkbbox.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/gtkbbox.c b/gtk/gtkbbox.c index 58bed64807..7280f456a3 100644 --- a/gtk/gtkbbox.c +++ b/gtk/gtkbbox.c @@ -38,9 +38,7 @@ * * The main purpose of GtkButtonBox is to make sure the children have all the * same size. GtkButtonBox gives all children the same size, but it does allow - * 'outliers' to keep their own larger size. To force all children to be - * strictly the same size without exceptions, you can set the - * #GtkButtonBox:homogeneous property to %TRUE. + * 'outliers' to keep their own larger size. * * To excempt individual children from homogeneous sizing regardless of their * 'outlier' status, you can set the #GtkButtonBox:non-homogeneous child |