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:
@ -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().
|
||||
|
||||
Reference in New Issue
Block a user