wx.WindowModalDialogEvent¶
Event sent by wx.Dialog.ShowWindowModal
when the dialog closes.
Added in version 2.9.0.
Class Hierarchy¶
Methods Summary¶
Constructor. |
|
Clone the event. |
|
Return the corresponding dialog. |
|
Return the dialog’s return code. |
Properties Summary¶
See |
|
See |
Class API¶
- class wx.WindowModalDialogEvent(CommandEvent)¶
Possible constructors:
WindowModalDialogEvent(commandType=wxEVT_NULL, id=0) -> None
Event sent by Dialog.ShowWindowModal() when the dialog closes.
Methods¶
- __init__(self, commandType=wxEVT_NULL, id=0)¶
Constructor.
- Parameters:
commandType (wx.EventType)
id (int)
- Return type:
None
- GetReturnCode(self)¶
Return the dialog’s return code.
- Return type:
int
Properties¶
- ReturnCode¶
See
GetReturnCode