Enumeration
GtkDialogError
Description [src]
Error codes in the GTK_DIALOG_ERROR
domain that can be returned
by async dialog functions.
Available since: | 4.10 |
Members
Name | Description |
---|---|
GTK_DIALOG_ERROR_FAILED |
Generic error condition for when an operation fails and no more specific code is applicable. |
GTK_DIALOG_ERROR_ABORTED |
The async function call was aborted
programmatically (via its |
GTK_DIALOG_ERROR_CANCELLED |
The async operation was cancelled by the user (via a Close button) |