
Gnome::Gtk4::T-dialog
Enumerations
GtkResponseType
Predefined values for use as response ids in .add-button().
All predefined values are negative; GTK leaves values of 0 or greater for application-defined response ids.
GTK_RESPONSE_NONE; Returned if an action widget has no response id, or if the dialog gets programmatically hidden or destroyedGTK_RESPONSE_REJECT; Generic response id, not used by GTK dialogsGTK_RESPONSE_ACCEPT; Generic response id, not used by GTK dialogsGTK_RESPONSE_DELETE_EVENT; Returned if the dialog is deletedGTK_RESPONSE_OK; Returned by OK buttons in GTK dialogsGTK_RESPONSE_CANCEL; Returned by Cancel buttons in GTK dialogsGTK_RESPONSE_CLOSE; Returned by Close buttons in GTK dialogsGTK_RESPONSE_YES; Returned by Yes buttons in GTK dialogsGTK_RESPONSE_NO; Returned by No buttons in GTK dialogsGTK_RESPONSE_APPLY; Returned by Apply buttons in GTK dialogsGTK_RESPONSE_HELP; Returned by Help buttons in GTK dialogs
Bitfields
GtkDialogFlags
Flags used to influence dialog construction.
GTK_DIALOG_MODAL; Make the constructed dialog modalGTK_DIALOG_DESTROY_WITH_PARENT; Destroy the dialog when its parent is destroyedGTK_DIALOG_USE_HEADER_BAR; Create dialog with actions in header bar instead of action area
About all my projects