Extracted from Pike v8.0 release 276 as of 2016-07-30.
   

Class GTK1.Vscrollbar

Inheritance graph
GTK1.Object GTK1.Widget GTK1.Range GTK1.Scrollbar GTK1.Vscrollbar
Description

General documentation: See W(Scrollbar)  GTK1.Vscrollbar(GTK1.Adjustment())->set_usize(15,60)


Inherit Scrollbar

inherit GTK1.Scrollbar : Scrollbar


Method create

GTK1.Vscrollbar GTK1.Vscrollbar(GTK1.Adjustment pos)

Description

Used to create a new vscrollbar widget. The adjustment argument can either be an existing W(Adjustment), or 0, in which case one will be created for you. Specifying 0 might actually be useful in this case, if you wish to pass the newly automatically created adjustment to the constructor function of some other widget which will configure it for you, such as a text widget.