|
|||||||||
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.ProgressBarOrientation
org.gnome.gtk.ProgressBarOrientation
.
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 ProgressBarOrientation
An object representing the various orientations and growth directions for progress bar widgets.
GTK_PROGRESS_LEFT_TO_RIGHTA horizontal progress bar growing
from left to right.GTK_PROGRESS_RIGHT_TO_LEFTA horizontal progress bar
growing from right to left.GTK_PROGRESS_BOTTOM_TO_TOPA vertical progress
bar growing from bottom to top.GTK_PROGRESS_TOP_TO_BOTTOMA vertical
progress bar growing from top to bottom.
Field Summary | |
---|---|
static ProgressBarOrientation |
BOTTOM_TO_TOP
Deprecated. |
static ProgressBarOrientation |
LEFT_TO_RIGHT
Deprecated. |
static ProgressBarOrientation |
RIGHT_TO_LEFT
Deprecated. |
static ProgressBarOrientation |
TOP_TO_BOTTOM
Deprecated. |
Method Summary | |
---|---|
ProgressBarOrientation |
and(ProgressBarOrientation other)
Deprecated. |
static ProgressBarOrientation |
intern(int value)
Deprecated. |
ProgressBarOrientation |
or(ProgressBarOrientation other)
Deprecated. |
boolean |
test(ProgressBarOrientation other)
Deprecated. |
ProgressBarOrientation |
xor(ProgressBarOrientation 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 ProgressBarOrientation LEFT_TO_RIGHT
public static final ProgressBarOrientation RIGHT_TO_LEFT
public static final ProgressBarOrientation BOTTOM_TO_TOP
public static final ProgressBarOrientation TOP_TO_BOTTOM
Method Detail |
---|
public static ProgressBarOrientation intern(int value)
public ProgressBarOrientation or(ProgressBarOrientation other)
public ProgressBarOrientation and(ProgressBarOrientation other)
public ProgressBarOrientation xor(ProgressBarOrientation other)
public boolean test(ProgressBarOrientation other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |