W Wrapl, The Programming Language

Libraries:Gtk:Gtk:VScrollbar

Types

T

Inherits from:

The T widget is a widget arranged vertically creating a scrollbar. See Gtk.Gtk.Scrollbar.T for details on scrollbars. Gtk.Gtk.Adjustment.T pointers may be added to handle the adjustment of the scrollbar or it may be left NULL in which case one will be created for you. See Gtk.Gtk.Scrollbar.T for a description of what the fields in an adjustment represent for a scrollbar.



Constants

Nil : T

Functions

GetType() : Gtk.GObject.Type.T



New(adjustment @ Gtk.Gtk.Adjustment.T) : Gtk.Gtk.VScrollbar.T

Creates a new vertical scrollbar.

adjustment the Gtk.Gtk.Adjustment.T to use, or NULL to create a new adjustment. [allow-none]
Returns the new T