org.gnu.gtk

Class DialogFlags

public class DialogFlags extends Enum

Flags used to influence dialog construction.
Field Summary
static DialogFlagsDESTROY_WITH_PARENT
Destroy the dialog when its parent is destroyed.
static DialogFlagsMODAL
Make the constructed dialog modal.
static DialogFlagsNO_SEPARATOR
Don't put a separator between the action area and the dialog content.
Method Summary
DialogFlagsand(DialogFlags other)
static DialogFlagsintern(int value)
DialogFlagsor(DialogFlags other)
booleantest(DialogFlags other)
DialogFlagsxor(DialogFlags other)

Field Detail

DESTROY_WITH_PARENT

public static final DialogFlags DESTROY_WITH_PARENT
Destroy the dialog when its parent is destroyed.

MODAL

public static final DialogFlags MODAL
Make the constructed dialog modal.

NO_SEPARATOR

public static final DialogFlags NO_SEPARATOR
Don't put a separator between the action area and the dialog content.

Method Detail

and

public DialogFlags and(DialogFlags other)

intern

public static DialogFlags intern(int value)

or

public DialogFlags or(DialogFlags other)

test

public boolean test(DialogFlags other)

xor

public DialogFlags xor(DialogFlags other)