Enumeration (GI Enum)

Gtk-4.0GtkResponseTypeDeprecated 4.20

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.

since 4.20: There is no replacement.

Index

Enumeration Members

ACCEPT: number

Generic response id, not used by GTK dialogs

APPLY: number

Returned by Apply buttons in GTK dialogs

CANCEL: number

Returned by Cancel buttons in GTK dialogs

CLOSE: number

Returned by Close buttons in GTK dialogs

DELETE_EVENT: number

Returned if the dialog is deleted

HELP: number

Returned by Help buttons in GTK dialogs

NO: number

Returned by No buttons in GTK dialogs

NONE: number

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

OK: number

Returned by OK buttons in GTK dialogs

REJECT: number

Generic response id, not used by GTK dialogs

YES: number

Returned by Yes buttons in GTK dialogs