Next: GtkScrolledWindow, Previous: GtkHScrollbar, Up: Top
A vertical scrollbar
The <gtk-vscrollbar> widget is a widget arranged vertically creating a
scrollbar. See <gtk-scrollbar> for details on scrollbars.
<gtk-adjustment> pointers may be added to handle the adjustment of the
scrollbar or it may be left ‘#f’ in which case one will be created
for you. See <gtk-adjustment> for details.
Derives from
<gtk-scrollbar>.This class defines no direct slots.
<gtk-adjustment>) ⇒ (ret <gtk-widget>)Creates a new vertical scrollbar.
- adjustment
- the
<gtk-adjustment>to use, or ‘#f’ to create a new adjustment.- ret
- the new
<gtk-vscrollbar>