org.gnu.gtk

Class IconLookupFlags


public class IconLookupFlags
extends Flags

Field Summary

static IconLookupFlags
FORCE_SVG
static IconLookupFlags
NO_SVG
static IconLookupFlags
USE_BUILTIN

Method Summary

IconLookupFlags
and(IconLookupFlags other)
static IconLookupFlags
intern(int value)
IconLookupFlags
or(IconLookupFlags other)
boolean
test(IconLookupFlags other)
IconLookupFlags
xor(IconLookupFlags other)

Field Details

FORCE_SVG

public static final IconLookupFlags FORCE_SVG

NO_SVG

public static final IconLookupFlags NO_SVG

USE_BUILTIN

public static final IconLookupFlags USE_BUILTIN

Method Details

and

public IconLookupFlags and(IconLookupFlags other)

intern

public static IconLookupFlags intern(int value)

or

public IconLookupFlags or(IconLookupFlags other)

test

public boolean test(IconLookupFlags other)

xor

public IconLookupFlags xor(IconLookupFlags other)