|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Enum
org.gnu.gtk.SpinType
org.gnome.gtk.SpinType
.
You should be aware that there is a considerably different API
in the new library: the architecture is completely different
and most notably internals are no longer exposed to public view.
public class SpinType
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.
SpinButton
Field Summary | |
---|---|
static SpinType |
END
Deprecated. |
static SpinType |
HOME
Deprecated. |
static SpinType |
PAGE_BACKWARD
Deprecated. |
static SpinType |
PAGE_FORWARD
Deprecated. |
static SpinType |
STEP_BACKWARD
Deprecated. |
static SpinType |
STEP_FORWARD
Deprecated. |
static SpinType |
USER_DEFINED
Deprecated. |
Method Summary | |
---|---|
SpinType |
and(SpinType other)
Deprecated. |
static SpinType |
intern(int value)
Deprecated. |
SpinType |
or(SpinType other)
Deprecated. |
boolean |
test(SpinType other)
Deprecated. |
SpinType |
xor(SpinType other)
Deprecated. |
Methods inherited from class org.gnu.glib.Enum |
---|
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final SpinType STEP_FORWARD
public static final SpinType STEP_BACKWARD
public static final SpinType PAGE_FORWARD
public static final SpinType PAGE_BACKWARD
public static final SpinType HOME
public static final SpinType END
public static final SpinType USER_DEFINED
Method Detail |
---|
public static SpinType intern(int value)
public SpinType or(SpinType other)
public SpinType and(SpinType other)
public SpinType xor(SpinType other)
public boolean test(SpinType other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |