summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/tmpl/gtkvscrollbar.sgml
blob: 758fd433499ed61806300e507852bee460322325 (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
39
40
<!-- ##### SECTION Title ##### -->
GtkVScrollbar

<!-- ##### SECTION Short_Description ##### -->
A vertical scrollbar

<!-- ##### SECTION Long_Description ##### -->
<para>
The VScrollbar widget is a widget arranged vertically creating a scroll bar. See
#GtkScrollbar for details on scrollbars. #GtkAdjustment pointers may be added to
handle the adjustment of the scrollbars or it may be left NULL in which case one
will be created you. See #GtkAdjustment for details.
</para>

<!-- ##### SECTION See_Also ##### -->
<para>

</para>

<!-- ##### STRUCT GtkVScrollbar ##### -->
<para>
The #GtkVScrollbar struct contains private data and should be accessed
using the functions below.
</para>


<!-- ##### FUNCTION gtk_vscrollbar_new ##### -->
<para>
Creates a new vertical scrollbar.
</para>

@adjustment: 
@Returns: the new GTKVScrollbar


<!-- ##### ARG GtkVScrollbar:adjustment ##### -->
<para>

</para>