|
|||||||||
| 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.IconSize
org.gnome.gtk.IconSize.
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 IconSize
Defines the standard GTK icon sizes.
| Field Summary | |
|---|---|
static IconSize |
BUTTON
Deprecated. |
static IconSize |
DIALOG
Deprecated. |
static IconSize |
DND
Deprecated. |
static IconSize |
INVALID
Deprecated. |
static IconSize |
LARGE_TOOLBAR
Deprecated. |
static IconSize |
MENU
Deprecated. |
static IconSize |
SMALL_TOOLBAR
Deprecated. |
| Method Summary | |
|---|---|
IconSize |
and(IconSize other)
Deprecated. |
static IconSize |
intern(int value)
Deprecated. |
IconSize |
or(IconSize other)
Deprecated. |
boolean |
test(IconSize other)
Deprecated. |
IconSize |
xor(IconSize 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 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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||