1
2@c %start of fragment
3
4@deftp Class <gtk-vscrollbar>
5Derives from @code{<gtk-scrollbar>}.
6
7This class defines no direct slots.
8
9@end deftp
10
11@deffn Function gtk-vscrollbar-new  (adjustment@tie{}@code{<gtk-adjustment>}) @result{}@tie{} (ret@tie{}@code{<gtk-widget>})
12Creates a new vertical scrollbar.
13
14@table @var
15@item adjustment
16the @code{<gtk-adjustment>} to use, or @samp{@code{#f}} to create a new
17adjustment.
18
19@item ret
20the new @code{<gtk-vscrollbar>}
21
22@end table
23
24@end deffn
25
26
27@c %end of fragment
28