|
|||||||||||
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.IconSize
Field Summary | |
static IconSize |
BUTTON
|
static IconSize |
DIALOG
|
static IconSize |
DND
|
static IconSize |
INVALID
|
static IconSize |
LARGE_TOOLBAR
|
static IconSize |
MENU
|
static IconSize |
SMALL_TOOLBAR
|
Method Summary | |
IconSize |
and(IconSize other)
|
static IconSize |
intern(int value)
|
IconSize |
or(IconSize other)
|
boolean |
test(IconSize other)
|
IconSize |
xor(IconSize 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 IconSize INVALID
public static final IconSize MENU
public static final IconSize SMALL_TOOLBAR
public static final IconSize LARGE_TOOLBAR
public static final IconSize BUTTON
public static final IconSize DND
public static final IconSize DIALOG
Method Detail |
public static IconSize intern(int value)
public IconSize or(IconSize other)
public IconSize and(IconSize other)
public IconSize xor(IconSize other)
public boolean test(IconSize 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 |