wx.InitDialogEvent¶
A wx.InitDialogEvent is sent as a dialog or panel is being initialised.
Handlers for this event can transfer data to the window.
The default handler calls wx.Window.TransferDataToWindow
.
Events Emitted by this Class¶
Handlers bound for the following event types will receive a wx.InitDialogEvent parameter.
EVT_INIT_DIALOG: Process a
wxEVT_INIT_DIALOG
event.
See also
Class Hierarchy¶
Methods Summary¶
Constructor. |