****************** wx.InitDialogEvent ****************** Inheritance diagram for `wx.InitDialogEvent`: | .. inheritance-diagram:: wx.InitDialogEvent | Description =========== 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 <../Widgets/wx.Window.html#TransferDataToWindow>`_. Derived From ^^^^^^^^^^^^^ * `wx.Event `_ * `wx.Object <../Widgets/wx.Object.html>`_ Event Handling ^^^^^^^^^^^^^^ ================================================== ================================================== Event Name Description ================================================== ================================================== wx.EVT_INIT_DIALOG(func) Process a ``wx.wxEVT_INIT_DIALOG`` event. ================================================== ================================================== Methods Summary ^^^^^^^^^^^^^^^ * `__init__ <#__init__>`_ Class API ========= Methods ^^^^^^^ .. method:: __init__(Id=0) Constructor. **Parameters:** * `Id` (int) | **Returns:** `wx.InitDialogEvent `_