]> Pileus Git - ~andy/gtk/commitdiff
GtkSeparator is no instantiatable
authorMatthias Clasen <mclasen@redhat.com>
Thu, 3 Jun 2010 05:21:18 +0000 (01:21 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 3 Jun 2010 05:21:18 +0000 (01:21 -0400)
gtk/gtkseparator.c

index a41dad53176f9349d840b243ef2e22b512708a52..58ef60f1ade9032848409c6048c7bbefe6babc42 100644 (file)
 
 /**
  * SECTION:gtkseparator
- * @Short_description: Base class for #GtkHSeparator and #GtkVSeparator
+ * @Short_description: Base class for GtkHSeparator and GtkVSeparator
  * @Title: GtkSeparator
  *
- * The #GtkSeparator widget is an abstract class, used only for deriving the
- * subclasses #GtkHSeparator and #GtkVSeparator.
+ * 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.
  */