Next: , Previous: GtkHScrollbar, Up: Top


107 GtkVScrollbar

A vertical scrollbar

107.1 Overview

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.

107.2 Usage

— Class: <gtk-vscrollbar>

Derives from <gtk-scrollbar>.

This class defines no direct slots.

— Function: gtk-vscrollbar-new (adjustment <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>