DeprecatedACCEPTGeneric response id, not used by GTK dialogs
DeprecatedAPPLYReturned by Apply buttons in GTK dialogs
DeprecatedCANCELReturned by Cancel buttons in GTK dialogs
DeprecatedCLOSEReturned by Close buttons in GTK dialogs
DeprecatedDELETE_Returned if the dialog is deleted
DeprecatedHELPReturned by Help buttons in GTK dialogs
DeprecatedNOReturned by No buttons in GTK dialogs
DeprecatedNONEReturned if an action widget has no response id, or if the dialog gets programmatically hidden or destroyed
DeprecatedOKReturned by OK buttons in GTK dialogs
DeprecatedREJECTGeneric response id, not used by GTK dialogs
DeprecatedYESReturned by Yes buttons in GTK dialogs
Predefined values for use as response ids in
gtk_dialog_add_button().All predefined values are negative; GTK leaves values of 0 or greater for application-defined response ids.
Deprecated
since 4.20: There is no replacement.