org.gnu.gtk
Class SpinType
public class SpinType
extends Enum
A property used to determine how to sping a
SpinButton
widget.
todo: docs GTK_SPIN_STEP_FORWARD, GTK_SPIN_STEP_BACKWARD,
GTK_SPIN_PAGE_FORWARD, GTK_SPIN_PAGE_BACKWARDThese values spin a
GtkSpinButton by the relevant values of the spin button's
GtkAdjustment.GTK_SPIN_HOME, GTK_SPIN_ENDThese set the spin button's value to
the minimum or maxmimum possible values, (set by it's GtkAdjustment),
respectively.GTK_SPIN_USER_DEFINEDThe programmer must specify the exact
amount to spin the GtkSpinButton.
PAGE_BACKWARD
public static final SpinType PAGE_BACKWARD
PAGE_FORWARD
public static final SpinType PAGE_FORWARD
STEP_BACKWARD
public static final SpinType STEP_BACKWARD
STEP_FORWARD
public static final SpinType STEP_FORWARD
USER_DEFINED
public static final SpinType USER_DEFINED
intern
public static SpinType intern(int value)