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