org.gnu.gtk
public class DialogFlags extends Enum
| Field Summary | |
|---|---|
| static DialogFlags | DESTROY_WITH_PARENT
Destroy the dialog when its parent is destroyed. |
| static DialogFlags | MODAL
Make the constructed dialog modal. |
| static DialogFlags | NO_SEPARATOR
Don't put a separator between the action area and the dialog content. |
| Method Summary | |
|---|---|
| DialogFlags | and(DialogFlags other) |
| static DialogFlags | intern(int value) |
| DialogFlags | or(DialogFlags other) |
| boolean | test(DialogFlags other) |
| DialogFlags | xor(DialogFlags other) |