Next: , Previous: GtkVSeparator, Up: Top


106 GtkHScrollbar

A horizontal scrollbar

106.1 Overview

The <gtk-hscrollbar> widget is a widget arranged horizontally 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.

106.2 Usage

— Class: <gtk-hscrollbar>

Derives from <gtk-scrollbar>.

This class defines no direct slots.

— Function: gtk-hscrollbar-new (adjustment <gtk-adjustment>) ⇒  (ret <gtk-widget>)

Creates a new horizontal scrollbar.

adjustment
the <gtk-adjustment> to use, or ‘#f’ to create a new adjustment.
ret
the new <gtk-hscrollbar>.