|
|||||||||
| 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.ToolBarChildType
public class ToolBarChildType
| Field Summary | |
|---|---|
static ToolBarChildType |
BUTTON
Deprecated. |
static ToolBarChildType |
RADIOBUTTON
Deprecated. |
static ToolBarChildType |
SPACE
Deprecated. |
static ToolBarChildType |
TOGGLEBUTTON
Deprecated. |
static ToolBarChildType |
WIDGET
Deprecated. |
| Method Summary | |
|---|---|
ToolBarChildType |
and(ToolBarChildType other)
Deprecated. |
static ToolBarChildType |
intern(int value)
Deprecated. |
ToolBarChildType |
or(ToolBarChildType other)
Deprecated. |
boolean |
test(ToolBarChildType other)
Deprecated. |
ToolBarChildType |
xor(ToolBarChildType 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 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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||