diff options
author | Javier Jardón <jjardon@gnome.org> | 2011-04-11 22:33:38 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2011-04-11 22:33:38 +0100 |
commit | 1f50a4d0114e74c26a5281dedf5f5df0cf54e793 (patch) | |
tree | e58866d22af275640eb2a5cb9a24d45aea6b83df /docs | |
parent | 1f9f5e8890bd63ec76258b61a15d21af202db14a (diff) | |
download | gtk+-1f50a4d0114e74c26a5281dedf5f5df0cf54e793.tar.gz |
Move documentation to inline comments: GtkHSeparator
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/tmpl/.gitignore | 1 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkhseparator.sgml | 53 |
2 files changed, 1 insertions, 53 deletions
diff --git a/docs/reference/gtk/tmpl/.gitignore b/docs/reference/gtk/tmpl/.gitignore index 87a6836029..227c4864a4 100644 --- a/docs/reference/gtk/tmpl/.gitignore +++ b/docs/reference/gtk/tmpl/.gitignore @@ -39,6 +39,7 @@ gtkhbox.sgml gtkhpaned.sgml gtkhscale.sgml gtkhscrollbar.sgml +gtkhseparator.sgml gtkiconview.sgml gtkimagemenuitem.sgml gtkimcontext.sgml diff --git a/docs/reference/gtk/tmpl/gtkhseparator.sgml b/docs/reference/gtk/tmpl/gtkhseparator.sgml deleted file mode 100644 index 9e295cb858..0000000000 --- a/docs/reference/gtk/tmpl/gtkhseparator.sgml +++ /dev/null @@ -1,53 +0,0 @@ -<!-- ##### SECTION Title ##### --> -GtkHSeparator - -<!-- ##### SECTION Short_Description ##### --> -A horizontal separator - -<!-- ##### SECTION Long_Description ##### --> -<para> -The #GtkHSeparator widget is a horizontal separator, used to group the -widgets within a window. It displays a horizontal line with a shadow to -make it appear sunken into the interface. -</para> -<note> -<para> -The #GtkHSeparator widget is not used as a separator within menus. -To create a separator in a menu create an empty #GtkSeparatorMenuItem -widget using gtk_separator_menu_item_new() and add it to the menu with -gtk_menu_shell_append(). -</para> -</note> - -<!-- ##### SECTION See_Also ##### --> -<para> -<variablelist> -<varlistentry> -<term>#GtkVSeparator</term> -<listitem><para>a vertical separator.</para></listitem> -</varlistentry> -</variablelist> -</para> - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### STRUCT GtkHSeparator ##### --> -<para> -The #GtkHSeparator-struct struct contains private data only, and -should be accessed using the functions below. -</para> - - -<!-- ##### FUNCTION gtk_hseparator_new ##### --> -<para> -Creates a new #GtkHSeparator. -</para> - -@void: -@Returns: a new #GtkHSeparator. - - |