gtk-0.13.0.0: Binding to the Gtk+ graphical user interface library.

Maintainergtk2hs-users@lists.sourceforge.net
Stabilityprovisional
Portabilityportable (depends on GHC)
Safe HaskellNone
LanguageHaskell98

Graphics.UI.Gtk.Scrolling.VScrollbar

Contents

Description

A vertical scrollbar

Synopsis

Detail

The VScrollbar widget is a widget arranged vertically creating a scrollbar. See Scrollbar for details on scrollbars. An Adjustment may be added to handle the adjustment of the scrollbar using vScrollbarNew or you can use vScrollbarNewDefaults 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
| +----VScrollbar

Types

Constructors

vScrollbarNew Source

Arguments

:: Adjustment

adjustment - the Adjustment to use.

-> IO VScrollbar 

Creates a new vertical scrollbar.

vScrollbarNewDefaults :: IO VScrollbar Source

Create a new HScrollbar without specifying an existing Adjustment. A new one will be created instead.