Module: Gtk::DialogError

Defined in:
(unknown)

Constant Summary collapse

FAILED =

Generic error condition for when an operation fails and no more specific code is applicable

0 or :failed
CANCELLED =

The async function call was cancelled via its GCancellable

1 or :cancelled
DISMISSED =

The operation was cancelled by the user (via a Cancel or Close button)

2 or :dismissed