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

NAME

6       wxSysColourChangedEvent - Functions for wxSysColourChangedEvent class
7

DESCRIPTION

9       This class is used for system colour change events, which are generated
10       when the user changes the colour settings using the control panel. This
11       is only appropriate under Windows.
12
13       Remark:  The  default event handler for this event propagates the event
14       to child windows, since Windows only sends the events to top-level win‐
15       dows.  If  intercepting  this event for a top-level window, remember to
16       call the base class handler, or to pass the event on  to  the  window's
17       children explicitly.
18
19       See: Overview events
20
21       This class is derived (and can use functions) from: wxEvent
22
23       wxWidgets docs: wxSysColourChangedEvent
24

EVENTS

26       Use  wxEvtHandler:connect/3  with  wxSysColourChangedEventType  to sub‐
27       scribe to events of this type.
28

DATA TYPES

30       wxSysColourChangedEvent() = wx:wx_object()
31
32       wxSysColourChanged() =
33           #wxSysColourChanged{type =
34                                   wxSysColourChangedEvent:wxSysColourChangedEventType()}
35
36       wxSysColourChangedEventType() = sys_colour_changed
37
38
39
40wxWidgets team.                     wx 2.1          wxSysColourChangedEvent(3)
Impressum