Classes
Dialog | A top-level Window class for creating dialogs. |
Bases: enaml.widgets.window.Window
A top-level Window class for creating dialogs.
The result of the dialog. This value is updated before any of the related dialog events are fired.
An event fired when the dialog is finished. The payload will be the boolean result of the dialog. This event is fired before the ‘accepted’ or rejected event.
An event fired when the dialog is accepted.
An event fired when the dialog is rejected.
Dialogs are application modal by default.
A reference to the ProxyDialog object.
Launch the dialog as a modal window.
This call will block until the dialog is closed.
Returns : | result : bool
|
---|