|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.glib.Enum | +--org.gnu.gtk.ToolBarStyle
Field Summary | |
static ToolBarStyle |
BOTH
|
static ToolBarStyle |
BOTH_HORIZ
|
static ToolBarStyle |
ICONS
|
static ToolBarStyle |
TEXT
|
Method Summary | |
ToolBarStyle |
and(ToolBarStyle other)
|
static ToolBarStyle |
intern(int value)
|
ToolBarStyle |
or(ToolBarStyle other)
|
boolean |
test(ToolBarStyle other)
|
ToolBarStyle |
xor(ToolBarStyle other)
|
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 ToolBarStyle ICONS
public static final ToolBarStyle TEXT
public static final ToolBarStyle BOTH
public static final ToolBarStyle BOTH_HORIZ
Method Detail |
public static ToolBarStyle intern(int value)
public ToolBarStyle or(ToolBarStyle other)
public ToolBarStyle and(ToolBarStyle other)
public ToolBarStyle xor(ToolBarStyle other)
public boolean test(ToolBarStyle other)
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |