org.gnu.gnome
public class IconListMode extends org.gnu.glib.Enum
Modifier and Type | Field and Description |
---|---|
static IconListMode |
ICONS |
static IconListMode |
TEXT_BELOW |
static IconListMode |
TEXT_RIGHT |
Modifier and Type | Method and Description |
---|---|
IconListMode |
and(IconListMode other) |
static IconListMode |
intern(int value) |
IconListMode |
or(IconListMode other) |
boolean |
test(IconListMode other) |
IconListMode |
xor(IconListMode other) |
public static final IconListMode ICONS
public static final IconListMode TEXT_BELOW
public static final IconListMode TEXT_RIGHT
public static IconListMode intern(int value)
public IconListMode or(IconListMode other)
public IconListMode and(IconListMode other)
public IconListMode xor(IconListMode other)
public boolean test(IconListMode other)