logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wxWindowCreateEvent - Functions for wxWindowCreateEvent class

Data Types

wxWindowCreateEvent() = wx:wx_object()

       wxWindowCreate() =
           #wxWindowCreate{type =
                               wxWindowCreateEvent:wxWindowCreateEventType()}

       wxWindowCreateEventType() = create

wxWidgets team.                                     wx 2.1.1                           wxWindowCreateEvent(3erl)

Description

       This event is sent just after the actual window associated with a wxWindow object has been created.

       Since it is derived from wxCommandEvent, the event propagates up the window hierarchy.

       See: Overview events, wxWindowDestroyEvent

       This class is derived (and can use functions) from: wxCommandEventwxEvent

       wxWidgets docs: wxWindowCreateEvent

Events

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

Name

       wxWindowCreateEvent - Functions for wxWindowCreateEvent class

See Also