diff options
author | Steven Harms <sharms@ubuntu.com> | 2010-03-04 13:21:16 -0500 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-03-05 05:25:07 +0100 |
commit | 3f579a7a936b9b6cbd08aa2331eae932b1a68491 (patch) | |
tree | 65f9eb9645bb9b4ab955ac46507005599ce638a4 /docs | |
parent | a5e496cf87f46a5fe186d9346de9898b655ad221 (diff) | |
download | gdk-pixbuf-3f579a7a936b9b6cbd08aa2331eae932b1a68491.tar.gz |
Move documentation to inline comments: GtkVBox
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=611831
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkvbox.sgml | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/docs/reference/gtk/tmpl/gtkvbox.sgml b/docs/reference/gtk/tmpl/gtkvbox.sgml deleted file mode 100644 index 0acfd568f..000000000 --- a/docs/reference/gtk/tmpl/gtkvbox.sgml +++ /dev/null @@ -1,49 +0,0 @@ -<!-- ##### SECTION Title ##### --> -GtkVBox - -<!-- ##### SECTION Short_Description ##### --> -A vertical container box - -<!-- ##### SECTION Long_Description ##### --> -<para> -GtkVBox is a container that organizes child widgets into a single column. -</para> - -<para> -Use the #GtkBox packing interface to determine the arrangement, -spacing, height, and alignment of GtkVBox children. -</para> - -<para> -All children are allocated the same width. -</para> - -<!-- ##### SECTION See_Also ##### --> -<para> -<variablelist> - -<varlistentry> -<term>#GtkHBox</term> -<listitem><para>a sister class that organizes widgets into a row.</para></listitem> -</varlistentry> - -</variablelist> -</para> - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### STRUCT GtkVBox ##### --> - - - -<!-- ##### FUNCTION gtk_vbox_new ##### --> -<para> -Creates a new GtkVBox. -</para> - -@homogeneous: %TRUE if all children are to be given equal space allotments. -@spacing: the number of pixels to place by default between children. -@Returns: a new GtkVBox. - - |