[gtk+] GtkSeparator is no instantiatable



commit 1b53565bf95588168c1d3e7cb120d242943f8576
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Jun 3 01:21:18 2010 -0400

    GtkSeparator is no instantiatable

 gtk/gtkseparator.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkseparator.c b/gtk/gtkseparator.c
index a41dad5..58ef60f 100644
--- a/gtk/gtkseparator.c
+++ b/gtk/gtkseparator.c
@@ -35,11 +35,12 @@
 
 /**
  * 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.
  */
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]