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.
This commit is contained in:
Murray Cumming
2011-06-09 22:59:38 +02:00
parent 342754e8a2
commit 151bcc6dfa
6 changed files with 34 additions and 33 deletions

View File

@ -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().