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

NAME

6       wxWindowCreateEvent - Functions for wxWindowCreateEvent class
7

DESCRIPTION

9       This  event  is  sent  just  after  the actual window associated with a
10       wxWindow object has been created.
11
12       Since it is derived from wxCommandEvent, the event  propagates  up  the
13       window hierarchy.
14
15       See: Overview events, wxWindowDestroyEvent
16
17       This  class is derived (and can use functions) from: wxCommandEvent wx‐
18       Event
19
20       wxWidgets docs: wxWindowCreateEvent
21

EVENTS

23       Use wxEvtHandler:connect/3 with wxWindowCreateEventType to subscribe to
24       events of this type.
25

DATA TYPES

27       wxWindowCreateEvent() = wx:wx_object()
28
29       wxWindowCreate() =
30           #wxWindowCreate{type =
31                               wxWindowCreateEvent:wxWindowCreateEventType()}
32
33       wxWindowCreateEventType() = create
34
35
36
37wxWidgets team.                     wx 2.1              wxWindowCreateEvent(3)
Impressum