diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-06-03 01:21:18 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-06-03 01:21:18 -0400 |
commit | 1b53565bf95588168c1d3e7cb120d242943f8576 (patch) | |
tree | 9593f8c27b04d7e676748cf6fa3d95953027942e /gtk/gtkseparator.c | |
parent | 700196f71e199f7fa4b5813e4fbe7616a9963efd (diff) | |
download | gtk+-1b53565bf95588168c1d3e7cb120d242943f8576.tar.gz |
GtkSeparator is no instantiatable
Diffstat (limited to 'gtk/gtkseparator.c')
-rw-r--r-- | gtk/gtkseparator.c | 7 |
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. */ |