org.gnu.gtk

Class DialogFlags


public class DialogFlags
extends Enum

Flags used to influence dialog construction.

Field Summary

static DialogFlags
DESTROY_WITH_PARENT
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
static DialogFlags
MODAL
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
static DialogFlags
NO_SEPARATOR
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.

Method Summary

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

Field Details

DESTROY_WITH_PARENT

public static final DialogFlags DESTROY_WITH_PARENT

Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.

Destroy the dialog when its parent is destroyed.

MODAL

public static final DialogFlags MODAL

Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.

Make the constructed dialog modal.

NO_SEPARATOR

public static final DialogFlags NO_SEPARATOR

Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.

Don't put a separator between the action area and the dialog content.

Method Details

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)