GtkVScrollbar

GtkVScrollbar

Vertical scrollbar.

Object Hierarchy

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

Direct subclasses

None.

Description

A GtkVScrollbar is a vertical scrollbar.

Table 8. Key bindings for GtkVScrollbar

Key combinationScroll function
Up arrowMove up one step increment
Down arrowMove down one step increment
Page UpMove up one page increment
Page DownMove down one page increment
Control + Page UpMove to top of scroll
Control + Page DownMove to bottom of scroll

Constructor

GtkVScrollbar ([ GtkAdjustment adjustment = NULL ]);
-- Creates a vertical scrollbar.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.