summaryrefslogtreecommitdiff
path: root/gtk/gtkscale.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/gtkscale.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/gtkscale.c')
-rw-r--r--gtk/gtkscale.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkscale.c b/gtk/gtkscale.c
index 95ce6bab47..6969741f29 100644
--- a/gtk/gtkscale.c
+++ b/gtk/gtkscale.c
@@ -45,10 +45,10 @@
/**
* SECTION:gtkscale
- * @Short_description: Base class for GtkHScale and GtkVScale
+ * @Short_description: A slider widget for selecting a value from a range
* @Title: GtkScale
*
- * A GtkScale is a slider control used to select a numeric value.
+ * A GtkScale is a slider control used to select a numeric value.
* To use it, you'll probably want to investigate the methods on
* its base class, #GtkRange, in addition to the methods for GtkScale itself.
* To set the value of a scale, you would normally use gtk_range_set_value().