wx.InitDialogEvent

Inheritance diagram for 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.

Derived From

Event Handling

Event Name Description
wx.EVT_INIT_DIALOG(func) Process a wx.wxEVT_INIT_DIALOG event.

Methods Summary

Class API

Methods

__init__(Id=0)

Constructor.

Parameters:

  • Id (int)

Returns:

wx.InitDialogEvent