Go to main content

man pages section 3: Extended Library Functions, Volume 1

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

wxWindowCreateEvent (3erl)

Name

wxWindowCreateEvent - Functions for wxWindowCreateEvent class

Synopsis

Please see following description for synopsis

Description

wxWindowCreateEvent(3)     Erlang Module Definition     wxWindowCreateEvent(3)



NAME
       wxWindowCreateEvent - Functions for wxWindowCreateEvent class

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: wxCommandEvent
       wxEvent

       wxWidgets docs: wxWindowCreateEvent

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

DATA TYPES
       wxWindowCreateEvent() = wx:wx_object()

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

       wxWindowCreateEventType() = create



wxWidgets team.                    wx 2.1.1             wxWindowCreateEvent(3)