]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkscrollbar.c
Box, etc: Improve docs after H* and V* deprecations.
[~andy/gtk] / gtk / gtkscrollbar.c
index 4a852f2bed3aca7332c3bb9681af1181cf763990..4cce474cfdfeeb7042017973b0fb337593d7eb64 100644 (file)
 
 /**
  * SECTION:gtkscrollbar
- * @Short_description: Base class for GtkHScrollbar and GtkVScrollbar
+ * @Short_description: 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