GtkSeparator is no instantiatable

This commit is contained in:
Matthias Clasen
2010-06-03 01:21:18 -04:00
parent 700196f71e
commit 1b53565bf9

View File

@ -35,11 +35,12 @@
/** /**
* SECTION:gtkseparator * SECTION:gtkseparator
* @Short_description: Base class for #GtkHSeparator and #GtkVSeparator * @Short_description: Base class for GtkHSeparator and GtkVSeparator
* @Title: GtkSeparator * @Title: GtkSeparator
* *
* The #GtkSeparator widget is an abstract class, used only for deriving the * The GtkSeparator widget is the base class for #GtkHSeparator and
* subclasses #GtkHSeparator and #GtkVSeparator. * #GtkVSeparator. It can be used in the same way as these, by setting
* the "orientation" property suitably.
*/ */