org.gnu.gtk

Class IconSize

public class IconSize extends Enum

Deprecated: This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may in the future have an equivalent in java-gnome 4.0, try looking for 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.

Defines the standard GTK icon sizes.
Field Summary
static IconSizeBUTTON
static IconSizeDIALOG
static IconSizeDND
static IconSizeINVALID
static IconSizeLARGE_TOOLBAR
static IconSizeMENU
static IconSizeSMALL_TOOLBAR
Method Summary
IconSizeand(IconSize other)
static IconSizeintern(int value)
IconSizeor(IconSize other)
booleantest(IconSize other)
IconSizexor(IconSize other)

Field Detail

BUTTON

public static final IconSize BUTTON

DIALOG

public static final IconSize DIALOG

DND

public static final IconSize DND

INVALID

public static final IconSize INVALID

LARGE_TOOLBAR

public static final IconSize LARGE_TOOLBAR

MENU

public static final IconSize MENU

SMALL_TOOLBAR

public static final IconSize SMALL_TOOLBAR

Method Detail

and

public IconSize and(IconSize other)

intern

public static IconSize intern(int value)

or

public IconSize or(IconSize other)

test

public boolean test(IconSize other)

xor

public IconSize xor(IconSize other)