Package ch.bailu.gtk.gtk
Interface ResponseType
public interface ResponseType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intGeneric response id, not used by GTK dialogsstatic final intReturned by Apply buttons in GTK dialogsstatic final intReturned by Cancel buttons in GTK dialogsstatic final intReturned by Close buttons in GTK dialogsstatic final intReturned if the dialog is deletedstatic final intReturned by Help buttons in GTK dialogsstatic final intReturned by No buttons in GTK dialogsstatic final intReturned if an action widget has no response id,
or if the dialog gets programmatically hidden or destroyedstatic final intReturned by OK buttons in GTK dialogsstatic final intGeneric response id, not used by GTK dialogsstatic final intReturned by Yes buttons in GTK dialogs
-
Field Details
-
NONE
static final int NONEReturned if an action widget has no response id,
or if the dialog gets programmatically hidden or destroyed- See Also:
-
REJECT
static final int REJECTGeneric response id, not used by GTK dialogs- See Also:
-
ACCEPT
static final int ACCEPTGeneric response id, not used by GTK dialogs- See Also:
-
DELETE_EVENT
static final int DELETE_EVENTReturned if the dialog is deleted- See Also:
-
OK
static final int OKReturned by OK buttons in GTK dialogs- See Also:
-
CANCEL
static final int CANCELReturned by Cancel buttons in GTK dialogs- See Also:
-
CLOSE
static final int CLOSEReturned by Close buttons in GTK dialogs- See Also:
-
YES
static final int YESReturned by Yes buttons in GTK dialogs- See Also:
-
NO
static final int NOReturned by No buttons in GTK dialogs- See Also:
-
APPLY
static final int APPLYReturned by Apply buttons in GTK dialogs- See Also:
-
HELP
static final int HELPReturned by Help buttons in GTK dialogs- See Also:
-