org.gnu.gnome
org.gnome.gnome.UIPixmapType
.public class UIPixmapType extends org.gnu.glib.Enum
Modifier and Type | Field and Description |
---|---|
static UIPixmapType |
DATA
Deprecated.
|
static UIPixmapType |
FILENAME
Deprecated.
|
static UIPixmapType |
NONE
Deprecated.
|
static UIPixmapType |
STOCK
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
UIPixmapType |
and(UIPixmapType other)
Deprecated.
|
static UIPixmapType |
intern(int value)
Deprecated.
|
UIPixmapType |
or(UIPixmapType other)
Deprecated.
|
boolean |
test(UIPixmapType other)
Deprecated.
|
UIPixmapType |
xor(UIPixmapType other)
Deprecated.
|
public static final UIPixmapType NONE
public static final UIPixmapType STOCK
public static final UIPixmapType DATA
public static final UIPixmapType FILENAME
public static UIPixmapType intern(int value)
public UIPixmapType or(UIPixmapType other)
public UIPixmapType and(UIPixmapType other)
public UIPixmapType xor(UIPixmapType other)
public boolean test(UIPixmapType other)