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

@ -33,12 +33,13 @@
/**
* SECTION:gtkseparator
* @Short_description: Base class for GtkHSeparator and GtkVSeparator
* @Short_description: A separator widget
* @Title: GtkSeparator
*
* The GtkSeparator widget is the base class for #GtkHSeparator and
* #GtkVSeparator. It can be used in the same way as these, by setting
* the "orientation" property suitably.
* GtkSeparator is a horizontal or vertical separator widget, depending on the
* value of the "orientation" property, used to group the widgets within a
* window. It displays a line with a shadow to make it appear sunken into the
* interface.
*/