summaryrefslogtreecommitdiff
path: root/gtk/gtkscrollbar.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/gtkscrollbar.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/gtkscrollbar.c')
-rw-r--r--gtk/gtkscrollbar.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/gtk/gtkscrollbar.c b/gtk/gtkscrollbar.c
index 4a852f2bed..4cce474cfd 100644
--- a/gtk/gtkscrollbar.c
+++ b/gtk/gtkscrollbar.c
@@ -34,14 +34,12 @@
/**
* SECTION:gtkscrollbar
- * @Short_description: Base class for GtkHScrollbar and GtkVScrollbar
+ * @Short_description: A Scrollbar
* @Title: GtkScrollbar
- * @See_also: #GtkHScrollbar, #GtkVScrollbar, #GtkAdjustment,
- * #GtkScrolledWindow
+ * @See_also: #GtkAdjustment, #GtkScrolledWindow
*
- * The #GtkScrollbar widget is the base class for #GtkHScrollbar and
- * #GtkVScrollbar. It can be used in the same way as these, by setting
- * the "orientation" property appropriately.
+ * The #GtkScrollbar widget is a horizontal or vertical scrollbar,
+ * depending on the value of the "orientation" property.
*
* The position of the thumb in a scrollbar is controlled by the scroll
* adjustments. See #GtkAdjustment for the fields in an adjustment - for