]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkseparator.c
Box, etc: Improve docs after H* and V* deprecations.
[~andy/gtk] / gtk / gtkseparator.c
index 013247a6c7f19b51783f1073e685875362380618..4c723f1fd9593c7947e3b3023a0a322ec5f82c48 100644 (file)
 
 /**
  * SECTION:gtkseparator
- * @Short_description: Base class for GtkHSeparator and GtkVSeparator
+ * @Short_description: A separator widget
  * @Title: GtkSeparator
  *
- * 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.
+ * GtkSeparator is a horizontal or vertical separator widget, depending on the 
+ * value of the "orientation" property, used to group the widgets within a 
+ * window. It displays a line with a shadow to make it appear sunken into the 
+ * interface.
  */