Forum und email

GtkVScrollbar

A vertical scrollbar.

オブジェクトの階層

GObject
`-- GtkObject
       `-- GtkWidget
              `-- GtkRange
                     `-- GtkScrollbar
                            `-- GtkVScrollbar

説明

The GtkVScrollbar widget is a widget arranged vertically creating a scrollbar. See GtkScrollbar for details on scrollbars.

You also might want to use a GtkAdjustment to specify the boundaries of the scrollbar.

If you want to add scrollbars to a GtkTextView or a GtkTreeView, you should use a GtkScrolledWindow.

コンストラクタ

GtkVScrollbar ([GtkAdjustment adjustment = null]);

-- Creates a new vertical scrollbar.