org.gnu.gtk

Class IconSize


public class IconSize
extends Enum

Defines the standard GTK icon sizes.

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

Fields inherited from class org.gnu.glib.Enum

value_

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

Field Details

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 Details

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)