Document that GtkButtonBox ignores the homogeneous property. (#171412,

2005-04-07  Matthias Clasen  <mclasen@redhat.com>

	* gtk/tmpl/gtkbbox.sgml: Document that GtkButtonBox ignores
	the homogeneous property.  (#171412, Morten Welinder)
This commit is contained in:
Matthias Clasen 2005-04-07 19:39:10 +00:00 committed by Matthias Clasen
parent af8b86b8a1
commit cb49f6e2d0
2 changed files with 6 additions and 1 deletions

View 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)

View 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 ##### -->