GtkResponseType
Predefined values for use as response ids in add_button() . All predefined values are negative, GTK+ leaves positive values for application-defined response ids.
Value | Symbolic name | Description |
 -11 | Gtk::RESPONSE_HELP | Returned by Help buttons in GTK+ dialogs. |
 -10 | Gtk::RESPONSE_APPLY | Returned by Apply buttons in GTK+ dialogs. |
 -9 | Gtk::RESPONSE_NO | Returned by No buttons in GTK+ dialogs. |
 -8 | Gtk::RESPONSE_YES | Returned by Yes buttons in GTK+ dialogs. |
 -7 | Gtk::RESPONSE_CLOSE | Returned by Close buttons in GTK+ dialogs. |
 -6 | Gtk::RESPONSE_CANCEL | Returned by Cancel buttons in GTK+ dialogs. |
 -5 | Gtk::RESPONSE_OK | Returned by OK buttons in GTK+ dialogs. |
 -4 | Gtk::RESPONSE_DELETE_EVENT | Returned if the dialog is deleted. |
 -3 | Gtk::RESPONSE_ACCEPT | Generic response id, not used by GTK+ dialogs. |
 -2 | Gtk::RESPONSE_REJECT | Generic response id, not used by GTK+ dialogs. |
 -1 | Gtk::RESPONSE_NONE | Returned if an action widget has no response id, or if the dialog gets programmatically hidden or destroyed. |