Move documentation to inline comments: GtkSeparator

This commit is contained in:
Javier Jardón 2010-05-13 01:20:45 +02:00
parent c4bb15a4f2
commit e59f1a64c1
3 changed files with 11 additions and 29 deletions

View File

@ -3,6 +3,7 @@ gtkbox.sgml
gtkbuilder.sgml gtkbuilder.sgml
gtkhbox.sgml gtkhbox.sgml
gtkmessagedialog.sgml gtkmessagedialog.sgml
gtkseparator.sgml
gtktesting.sgml gtktesting.sgml
gtktextiter.sgml gtktextiter.sgml
gtktoolitem.sgml gtktoolitem.sgml

View File

@ -1,29 +0,0 @@
<!-- ##### SECTION Title ##### -->
GtkSeparator
<!-- ##### SECTION Short_Description ##### -->
Base class for GtkHSeparator and GtkVSeparator
<!-- ##### SECTION Long_Description ##### -->
<para>
The #GtkSeparator widget is an abstract class, used only for deriving the
subclasses #GtkHSeparator and #GtkVSeparator.
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### SECTION Image ##### -->
<!-- ##### STRUCT GtkSeparator ##### -->
<para>
The #GtkSeparator-struct struct contains private data only.
</para>

View File

@ -33,6 +33,16 @@
#include "gtkalias.h" #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 { enum {
PROP_0, PROP_0,
PROP_ORIENTATION PROP_ORIENTATION