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