org.gnu.gtk
public class VScrollBar extends ScrollBar
See Also: HScrollBar
Constructor Summary | |
---|---|
VScrollBar(Adjustment adjustment)
Creates a new ScrollBar
| |
VScrollBar(Handle handle)
Construct a VScrollBar from a handle to a native resource. |
Method Summary | |
---|---|
static Type | getType()
Retrieve the runtime type used by the GLib library. |
static VScrollBar | getVScrollBar(Handle handle)
Construct a VScrollBar from a handle to a native resource. |
Parameters: adjustment The GtkAdjustment to use, or null to create a new adjustment.