   #home GTK Classes GtkHScale Constructor GtkHScrollbar Constructor

         GTK Classes
   Prev  GtkHScrollbar  Next
     _________________________________________________________________

GtkHScrollbar

     Horizontal scrollbar.

Object Hierarchy

   GtkObject
   `-- GtkWidget
         `-- GtkRange
               `-- GtkScrollbar
                     `-- GtkHScrollbar

Description

     A GtkHScrollbar is a horizontal scrollbar.

   Table 3. Key bindings for GtkHScrollbar
   Key combination        Scroll function
   Left arrow      Move left one step increment
   Right arrow     Move right one step increment
   Home            Move left one page increment
   End             Move right one page increment
   Control + Home  Move to left of scroll
   Control + End   Move to right of scroll

Constructor

   GtkHScrollbar ( GtkAdjustment adjustment );

     -- Creates a horizontal scrollbar.
     _________________________________________________________________

   Prev                   Home                       Next
   GtkHScale Constructor   Up   GtkHScrollbar Constructor
