   #home GTK Classes GtkVScale Constructor GtkVScrollbar Constructor

         GTK Classes
   Prev  GtkVScrollbar  Next
     _________________________________________________________________

GtkVScrollbar

     Vertical scrollbar.

Object Hierarchy

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

Description

     A GtkVScrollbar is a vertical scrollbar.

   Table 8. Key bindings for GtkVScrollbar
     Key combination         Scroll function
   Up arrow            Move up one step increment
   Down arrow          Move down one step increment
   Page Up             Move up one page increment
   Page Down           Move down one page increment
   Control + Page Up   Move to top of scroll
   Control + Page Down Move to bottom of scroll

Constructor

   GtkVScrollbar ([ GtkAdjustment adjustment = NULL ]);

     -- Creates a vertical scrollbar.
     _________________________________________________________________

   Prev                   Home                       Next
   GtkVScale Constructor   Up   GtkVScrollbar Constructor
