Version: 2.9.4
Public Member Functions
wxInitDialogEvent Class Reference

#include </home/zeitlin/src/wx/github/interface/wx/event.h>

Inheritance diagram for wxInitDialogEvent:

Detailed Description

A wxInitDialogEvent is sent as a dialog or panel is being initialised.

Handlers for this event can transfer data to the window.

The default handler calls wxWindow::TransferDataToWindow.

Events using this class

The following event handler macros redirect the events to member function handlers 'func' with prototypes like:

void handlerFuncName(wxInitDialogEvent& event)

Event macros:

Library:  wxCore
Category:  Events
参照:
イベントとイベント処理

Public Member Functions

 wxInitDialogEvent (int id=0)
 Constructor.

List of all members.


Constructor & Destructor Documentation

wxInitDialogEvent::wxInitDialogEvent ( int  id = 0)

Constructor.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines