|
|||||||||
| 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.SpinButtonUpdatePolicy
org.gnome.gtk.SpinButtonUpdatePolicy.
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 SpinButtonUpdatePolicy
This is the property which determines when a SpinButton widget should
be updated. TODO: doc ALWAYS When refreshing your GtkSpinButton, the value is
always displayed. IF_VALIDWhen refreshing your GtkSpinButton, the value is
only displayed if it is valid within the bounds of the spin button's
GtkAdjustment.
SpinButton| Field Summary | |
|---|---|
static SpinButtonUpdatePolicy |
ALWAYS
Deprecated. |
static SpinButtonUpdatePolicy |
IF_VALID
Deprecated. |
| Method Summary | |
|---|---|
SpinButtonUpdatePolicy |
and(SpinButtonUpdatePolicy other)
Deprecated. |
static SpinButtonUpdatePolicy |
intern(int value)
Deprecated. |
SpinButtonUpdatePolicy |
or(SpinButtonUpdatePolicy other)
Deprecated. |
boolean |
test(SpinButtonUpdatePolicy other)
Deprecated. |
SpinButtonUpdatePolicy |
xor(SpinButtonUpdatePolicy 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 SpinButtonUpdatePolicy ALWAYS
public static final SpinButtonUpdatePolicy IF_VALID
| Method Detail |
|---|
public static SpinButtonUpdatePolicy intern(int value)
public SpinButtonUpdatePolicy or(SpinButtonUpdatePolicy other)
public SpinButtonUpdatePolicy and(SpinButtonUpdatePolicy other)
public SpinButtonUpdatePolicy xor(SpinButtonUpdatePolicy other)
public boolean test(SpinButtonUpdatePolicy other)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||