pike.hubbe.net

[Top]
GTK
GTK.Vscrollbar
previousGTK.Vscrollbar GTK.Vseparatornext

Method GTK.Vscrollbar()->create()


Method create

object(GTK.Vscrollbar) GTK.Vscrollbar()->create(object(GTK.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.


Extracted from Pike v7.3 release 11 at 2001-11-03.