ResponseType

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.

Entries

Link copied to clipboard

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

Link copied to clipboard

Generic response id, not used by GTK dialogs

Link copied to clipboard

Generic response id, not used by GTK dialogs

Link copied to clipboard

Returned if the dialog is deleted

Link copied to clipboard

Returned by OK buttons in GTK dialogs

Link copied to clipboard

Returned by Cancel buttons in GTK dialogs

Link copied to clipboard

Returned by Close buttons in GTK dialogs

Link copied to clipboard

Returned by Yes buttons in GTK dialogs

Link copied to clipboard

Returned by No buttons in GTK dialogs

Link copied to clipboard

Returned by Apply buttons in GTK dialogs

Link copied to clipboard

Returned by Help buttons in GTK dialogs

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val nativeValue: <Error class: unknown class>
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.