gtk-0.11.0: Binding to the Gtk+ graphical user interface library.Source codeContentsIndex
Graphics.UI.Gtk.Scrolling.HScrollbar
Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net
Contents
Detail
Class Hierarchy
Types
Constructors
Description
A horizontal scrollbar
Synopsis
data HScrollbar
class ScrollbarClass o => HScrollbarClass o
castToHScrollbar :: GObjectClass obj => obj -> HScrollbar
gTypeHScrollbar :: GType
toHScrollbar :: HScrollbarClass o => o -> HScrollbar
hScrollbarNew :: Adjustment -> IO HScrollbar
hScrollbarNewDefaults :: IO HScrollbar
Detail

The HScrollbar widget is a widget arranged horizontally creating a scrollbar. See Scrollbar for details on scrollbars. An Adjustment may be added to handle the adjustment of the scrollbar using hScrollbarNew or you can use hScrollbarNewDefaults in which case one will be created for you. See Adjustment for details.

All interesting functions can be found in Range, from which it is derived.

Class Hierarchy
 |  GObject
 |   +----Object
 |         +----Widget
 |               +----Range
 |                     +----Scrollbar
 |                           +----HScrollbar
Types
data HScrollbar Source
class ScrollbarClass o => HScrollbarClass o Source
castToHScrollbar :: GObjectClass obj => obj -> HScrollbarSource
gTypeHScrollbar :: GTypeSource
toHScrollbar :: HScrollbarClass o => o -> HScrollbarSource
Constructors
hScrollbarNewSource
:: Adjustmentadjustment - the Adjustment to use.
-> IO HScrollbar
Creates a new horizontal scrollbar.
hScrollbarNewDefaults :: IO HScrollbarSource
Create a new HScrollbar without specifying an existing Adjustment. A new one will be created instead.
Produced by Haddock version 2.6.0