org.gnu.gtk

Class ProgressBarStyle

public class ProgressBarStyle extends Enum

Field Summary
static ProgressBarStyleCONTINUOUS
static ProgressBarStyleDISCRETE
Method Summary
ProgressBarStyleand(ProgressBarStyle other)
static ProgressBarStyleintern(int value)
ProgressBarStyleor(ProgressBarStyle other)
booleantest(ProgressBarStyle other)
ProgressBarStylexor(ProgressBarStyle other)

Field Detail

CONTINUOUS

public static final ProgressBarStyle CONTINUOUS

DISCRETE

public static final ProgressBarStyle DISCRETE

Method Detail

and

public ProgressBarStyle and(ProgressBarStyle other)

intern

public static ProgressBarStyle intern(int value)

or

public ProgressBarStyle or(ProgressBarStyle other)

test

public boolean test(ProgressBarStyle other)

xor

public ProgressBarStyle xor(ProgressBarStyle other)