summaryrefslogtreecommitdiff
path: root/gtk/gtkseparator.c
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-05-13 01:20:45 +0200
committerJavier Jardón <jjardon@gnome.org>2010-05-13 01:26:09 +0200
commite59f1a64c1fc0c73d16aec81bdcb04c4583277d9 (patch)
tree324c058e167be0ec429802fbcc2c1639268a7261 /gtk/gtkseparator.c
parentc4bb15a4f2c3d346c85db0d8480d3d1309ce1bce (diff)
downloadgtk+-e59f1a64c1fc0c73d16aec81bdcb04c4583277d9.tar.gz
Move documentation to inline comments: GtkSeparator
Diffstat (limited to 'gtk/gtkseparator.c')
-rw-r--r--gtk/gtkseparator.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/gtk/gtkseparator.c b/gtk/gtkseparator.c
index b382c7d050..74e0e24427 100644
--- a/gtk/gtkseparator.c
+++ b/gtk/gtkseparator.c
@@ -33,6 +33,16 @@
#include "gtkalias.h"
+/**
+ * SECTION:gtkseparator
+ * @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.
+ */
+
+
enum {
PROP_0,
PROP_ORIENTATION