summaryrefslogtreecommitdiff
path: root/gtk/gtkbbox.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-09-01 19:15:59 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-09-01 19:15:59 -0400
commit7670b13d199c4bd3cbee7958b5bbabb8e8c5f88e (patch)
treeca9d23f5da6ff56e2794e2b5464a3acf0dc193e6 /gtk/gtkbbox.c
parent6e5d65c9af7627e5d5925004edfc67c9a5bf3da9 (diff)
downloadgtk+-7670b13d199c4bd3cbee7958b5bbabb8e8c5f88e.tar.gz
Update GtkButtonBox docs
Diffstat (limited to 'gtk/gtkbbox.c')
-rw-r--r--gtk/gtkbbox.c20
1 files changed, 6 insertions, 14 deletions
diff --git a/gtk/gtkbbox.c b/gtk/gtkbbox.c
index 891326d8f6..6056e43a88 100644
--- a/gtk/gtkbbox.c
+++ b/gtk/gtkbbox.c
@@ -30,26 +30,18 @@
* @Title: GtkButtonBox
* @See_also: #GtkVButtonBox, #GtkHButtonBox
*
- * The primary purpose of this class is to keep track of the various properties
- * of #GtkHButtonBox and #GtkVButtonBox widgets.
- *
- * gtk_button_box_get_child_size() retrieves the minimum width and height
- * for widgets in a given button box.
- *
- * The internal padding of buttons can be retrieved and changed per button box
- * using gtk_button_box_get_child_ipadding() and
- * gtk_button_box_set_child_ipadding() respectively.
- *
- * gtk_button_box_get_spacing() and gtk_button_box_set_spacing() retrieve and
- * change default number of pixels between buttons, respectively.
+ * The primary purpose of this class is to keep track of the various
+ * properties of #GtkHButtonBox and #GtkVButtonBox widgets.
*
* gtk_button_box_get_layout() and gtk_button_box_set_layout() retrieve and
* alter the method used to spread the buttons in a button box across the
* container, respectively.
*
* 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.
+ * 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.
*/
#include "config.h"