]> Pileus Git - ~andy/gtk/commitdiff
Document that GtkButtonBox ignores the homogeneous property. (#171412,
authorMatthias Clasen <mclasen@redhat.com>
Thu, 7 Apr 2005 19:39:10 +0000 (19:39 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 7 Apr 2005 19:39:10 +0000 (19:39 +0000)
2005-04-07  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkbbox.sgml: Document that GtkButtonBox ignores
the homogeneous property.  (#171412, Morten Welinder)

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkbbox.sgml

index 5f5b083cdb2ffdf52c0d57a766ff4a6618722d00..c1a1af85c3d56d3638c33002de0ef54ff3c1f305 100644 (file)
@@ -1,5 +1,8 @@
 2005-04-07  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/tmpl/gtkbbox.sgml: Document that GtkButtonBox ignores
+       the homogeneous property.  (#171412, Morten Welinder)
+
        * gtk/tmpl/gtkfilechooser.sgml: Add a paragraph about
        shortcut terminology.  (#166906, Sebastien Bacher)
 
index 1133fa616417e81933e4ef973cd29e882fb311b3..19d6dc39cb34d0d3b58f732950608d964ee46389 100644 (file)
@@ -29,7 +29,9 @@ used to spread the buttons in a button box across the container, respectively.
 </para>
 
 <para>
-
+The main purpose of GtkButtonBox is to make sure the children have all the same size.
+Therefore it ignores the homogeneous property which it inherited from GtkBox, and always
+behaves as if homogeneous was %TRUE.
 </para>
 
 <!-- ##### SECTION See_Also ##### -->