summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/tmpl/gtkvseparator.sgml
blob: 4a04171471939f243e1038bfe424f05a65c4336f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!-- ##### 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>

<!-- ##### 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.