|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Flags
org.gnu.gtk.IconLookupFlags
org.gnome.gtk.IconLookupFlags
.
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 IconLookupFlags
Field Summary | |
---|---|
static IconLookupFlags |
FORCE_SVG
Deprecated. |
static IconLookupFlags |
NO_SVG
Deprecated. |
static IconLookupFlags |
USE_BUILTIN
Deprecated. |
Method Summary | |
---|---|
IconLookupFlags |
and(IconLookupFlags other)
Deprecated. |
static IconLookupFlags |
intern(int value)
Deprecated. |
IconLookupFlags |
or(IconLookupFlags other)
Deprecated. |
boolean |
test(IconLookupFlags other)
Deprecated. |
IconLookupFlags |
xor(IconLookupFlags other)
Deprecated. |
Methods inherited from class org.gnu.glib.Flags |
---|
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final IconLookupFlags NO_SVG
public static final IconLookupFlags FORCE_SVG
public static final IconLookupFlags USE_BUILTIN
Method Detail |
---|
public static IconLookupFlags intern(int value)
public IconLookupFlags or(IconLookupFlags other)
public IconLookupFlags and(IconLookupFlags other)
public IconLookupFlags xor(IconLookupFlags other)
public boolean test(IconLookupFlags other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |