Event sent by wx.Dialog.ShowWindowModal
when the dialog closes.
New in version 2.9.0.
__init__ |
Constructor. |
Clone |
Clone the event. |
GetDialog |
Return the corresponding dialog. |
GetReturnCode |
Return the dialog’s return code. |
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.
Parameters: |
|
---|
GetReturnCode
(self)¶Return the dialog’s return code.
Return type: | int |
---|
ReturnCode
¶See GetReturnCode