diff options
author | Steven Harms <sharms@ubuntu.com> | 2010-03-03 18:35:45 -0500 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-03-04 02:33:56 +0100 |
commit | 15d1d8bb3b3c408002aaac19566b5d1f23a04aa0 (patch) | |
tree | ef001fa3b69701dbca360cdc6515158045bd171c /docs | |
parent | f0f3b01876a8cb3d905ae472ab55ca2b68a8913e (diff) | |
download | gdk-pixbuf-15d1d8bb3b3c408002aaac19566b5d1f23a04aa0.tar.gz |
Move documentation to inline comments: GtkVSeparator
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=611662
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkvseparator.sgml | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/docs/reference/gtk/tmpl/gtkvseparator.sgml b/docs/reference/gtk/tmpl/gtkvseparator.sgml deleted file mode 100644 index 02ce8b15f..000000000 --- a/docs/reference/gtk/tmpl/gtkvseparator.sgml +++ /dev/null @@ -1,41 +0,0 @@ -<!-- ##### SECTION Title ##### --> -GtkVSeparator - -<!-- ##### SECTION Short_Description ##### --> -A vertical separator - -<!-- ##### SECTION Long_Description ##### --> -<para> -The #GtkVSeparator widget is a vertical separator, used to group the -widgets within a window. It displays a vertical line with a shadow to -make it appear sunken into the interface. -</para> - -<!-- ##### SECTION See_Also ##### --> -<para> -<variablelist> -<varlistentry> -<term>#GtkHSeparator</term> -<listitem><para>a horizontal separator.</para></listitem> -</varlistentry> -</variablelist> -</para> - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### STRUCT GtkVSeparator ##### --> -<para> -The #GtkVSeparator-struct struct contains private data only, and -should be accessed using the functions below. -</para> - - -<!-- ##### FUNCTION gtk_vseparator_new ##### --> -<para> -Creates a new #GtkVSeparator. -</para> - -@Returns: a new #GtkVSeparator. - - |