forked from AuroraMiddleware/gtk
372c4d2627
1999-09-22 Damon Chaplin <damon@karuna.freeserve.co.uk> * gtk/tmpl/*.sgml: ran make templates, to fix problems with structs. * gtk/gtk-sections.txt: rearranged GtkCombo section. * gtk/tmpl/gtkvseparator.sgml: * gtk/tmpl/gtkhseparator.sgml: * gtk/tmpl/gtkgc.sgml: * gtk/tmpl/gtkfeatures.sgml: * gtk/tmpl/gtktipsquery.sgml: * gtk/tmpl/gtkitem.sgml: * gtk/tmpl/gtkinvisible.sgml: * gtk/tmpl/gtkgamma.sgml: * gtk/tmpl/gtkdata.sgml: * gtk/tmpl/gtkcurve.sgml: * gtk/tmpl/gtkcombo.sgml: * gtk/tmpl/gtkaccellabel.sgml: documented.
33 lines
619 B
Plaintext
33 lines
619 B
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
GtkVPaned
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
A container with two panes arranged vertically.
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
The VPaned widget is a container widget with two
|
|
children arranged vertically. The division between
|
|
the two panes is adjustable by the user by dragging
|
|
a handle. See #GtkPaned for details.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GtkVPaned ##### -->
|
|
<para>
|
|
</para>
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_vpaned_new ##### -->
|
|
<para>
|
|
Create a new #GtkVPaned
|
|
</para>
|
|
|
|
@Returns: the new #GtkVPaned
|
|
|
|
|