org.gnu.gtk

Class HRuler

public class HRuler extends Ruler

HRuler displays a horizontally-oriented scale that optionally can contain the marks and a current-position pointer. You can set the pointer position from inside the program - it follows the mouse.
Constructor Summary
HRuler()
HRuler(Handle handle)
Construct a HRuler from a handle to a native resource.
Method Summary
static HRulergetHRuler(Handle handle)
Internal static factory method to be used by Java-Gnome only.
static TypegetType()
Retrieve the runtime type used by the GLib library.

Constructor Detail

HRuler

public HRuler()

HRuler

public HRuler(Handle handle)
Construct a HRuler from a handle to a native resource.

Method Detail

getHRuler

public static HRuler getHRuler(Handle handle)
Internal static factory method to be used by Java-Gnome only.

getType

public static Type getType()
Retrieve the runtime type used by the GLib library.