|
|||||||||||
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.ToolBarChildType
Field Summary | |
static ToolBarChildType |
BUTTON
|
static ToolBarChildType |
RADIOBUTTON
|
static ToolBarChildType |
SPACE
|
static ToolBarChildType |
TOGGLEBUTTON
|
static ToolBarChildType |
WIDGET
|
Method Summary | |
ToolBarChildType |
and(ToolBarChildType other)
|
static ToolBarChildType |
intern(int value)
|
ToolBarChildType |
or(ToolBarChildType other)
|
boolean |
test(ToolBarChildType other)
|
ToolBarChildType |
xor(ToolBarChildType 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 ToolBarChildType SPACE
public static final ToolBarChildType BUTTON
public static final ToolBarChildType TOGGLEBUTTON
public static final ToolBarChildType RADIOBUTTON
public static final ToolBarChildType WIDGET
Method Detail |
public static ToolBarChildType intern(int value)
public ToolBarChildType or(ToolBarChildType other)
public ToolBarChildType and(ToolBarChildType other)
public ToolBarChildType xor(ToolBarChildType other)
public boolean test(ToolBarChildType 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 |