Module: Gtk::ResponseType

Defined in:
(unknown)

Constant Summary collapse

NONE =

Returned if an action widget has no response id, or if the dialog gets programmatically hidden or destroyed

-1 or :none
REJECT =

Generic response id, not used by GTK dialogs

-2 or :reject
ACCEPT =

Generic response id, not used by GTK dialogs

-3 or :accept
DELETE_EVENT =

Returned if the dialog is deleted

-4 or :delete_event
OK =

Returned by OK buttons in GTK dialogs

-5 or :ok
CANCEL =

Returned by Cancel buttons in GTK dialogs

-6 or :cancel
CLOSE =

Returned by Close buttons in GTK dialogs

-7 or :close
YES =

Returned by Yes buttons in GTK dialogs

-8 or :yes
NO =

Returned by No buttons in GTK dialogs

-9 or :no
APPLY =

Returned by Apply buttons in GTK dialogs

-10 or :apply
HELP =

Returned by Help buttons in GTK dialogs

-11 or :help