summaryrefslogtreecommitdiff
path: root/gtk/gtkbbox.c
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-06-09 22:59:38 +0200
committerMurray Cumming <murrayc@murrayc.com>2011-06-10 09:50:45 +0200
commit151bcc6dfad970285f97e44eece97f2d725efe5a (patch)
treeb8555aeeb0ec35aad34d2f60de86982cf3e3a18f /gtk/gtkbbox.c
parent342754e8a201289454fbdbecaf5ef42907d5fe5c (diff)
downloadgtk+-151bcc6dfad970285f97e44eece97f2d725efe5a.tar.gz
Box, etc: Improve docs after H* and V* deprecations.
Stop documenting the base class as just a base class for the H and V specializations, copying the useful descriptions from those H/V classes to the base class. Do not advise the use of the H/V classes or refer to them unnecessarily.
Diffstat (limited to 'gtk/gtkbbox.c')
-rw-r--r--gtk/gtkbbox.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/gtk/gtkbbox.c b/gtk/gtkbbox.c
index e5659a827c..57d87afabe 100644
--- a/gtk/gtkbbox.c
+++ b/gtk/gtkbbox.c
@@ -26,12 +26,13 @@
/**
* SECTION:gtkbbox
- * @Short_description: Base class for GtkHButtonBox and GtkVButtonBox
+ * @Short_description: A container for arranging buttons
* @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.
+ * A button box should be used to provide a consistent layout of buttons
+ * throughout your application. The layout/spacing can be altered by the
+ * programmer, or if desired, by the user to alter the 'feel' of a
+ * program to a small degree.
*
* 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