mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
Move documentation to inline comments: GtkSeparator
This commit is contained in:
parent
c4bb15a4f2
commit
e59f1a64c1
1
docs/reference/gtk/tmpl/.gitignore
vendored
1
docs/reference/gtk/tmpl/.gitignore
vendored
@ -3,6 +3,7 @@ gtkbox.sgml
|
||||
gtkbuilder.sgml
|
||||
gtkhbox.sgml
|
||||
gtkmessagedialog.sgml
|
||||
gtkseparator.sgml
|
||||
gtktesting.sgml
|
||||
gtktextiter.sgml
|
||||
gtktoolitem.sgml
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user