summaryrefslogtreecommitdiff
path: root/gtk/gtkseparator.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-06-03 01:21:18 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-06-03 01:21:18 -0400
commit1b53565bf95588168c1d3e7cb120d242943f8576 (patch)
tree9593f8c27b04d7e676748cf6fa3d95953027942e /gtk/gtkseparator.c
parent700196f71e199f7fa4b5813e4fbe7616a9963efd (diff)
downloadgtk+-1b53565bf95588168c1d3e7cb120d242943f8576.tar.gz
GtkSeparator is no instantiatable
Diffstat (limited to 'gtk/gtkseparator.c')
-rw-r--r--gtk/gtkseparator.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk/gtkseparator.c b/gtk/gtkseparator.c
index a41dad5317..58ef60f1ad 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.
*/