Event sent by wx.Dialog.ShowWindowModal
when the dialog closes.
New in version 2.9.0.
Constructor. |
|
Clone the event. |
|
Return the corresponding dialog. |
|
Return the dialog’s return code. |
See |
|
See |
wx.
WindowModalDialogEvent
(CommandEvent)¶Possible constructors:
WindowModalDialogEvent(commandType=wxEVT_NULL, id=0)
Event sent by Dialog.ShowWindowModal() when the dialog closes.
__init__
(self, commandType=wxEVT_NULL, id=0)¶Constructor.
commandType (wx.EventType) –
id (int) –
GetReturnCode
(self)¶Return the dialog’s return code.
int
ReturnCode
¶See GetReturnCode