1wxInitDialogEvent(3)       Erlang Module Definition       wxInitDialogEvent(3)
2
3
4

NAME

6       wxInitDialogEvent - Functions for wxInitDialogEvent class
7

DESCRIPTION

9       A  wxInitDialogEvent is sent as a dialog or panel is being initialised.
10       Handlers for this event can transfer data to the window.
11
12       The default handler calls wxWindow:transferDataToWindow/1.
13
14       See: Overview events
15
16       This class is derived (and can use functions) from: wxEvent
17
18       wxWidgets docs: wxInitDialogEvent
19

EVENTS

21       Use wxEvtHandler:connect/3 with wxInitDialogEventType to  subscribe  to
22       events of this type.
23

DATA TYPES

25       wxInitDialogEvent() = wx:wx_object()
26
27       wxInitDialog() =
28           #wxInitDialog{type =
29                             wxInitDialogEvent:wxInitDialogEventType()}
30
31       wxInitDialogEventType() = init_dialog
32
33
34
35wxWidgets team.                     wx 2.1                wxInitDialogEvent(3)
Impressum