1wxPaletteChangedEvent(3) Erlang Module Definition wxPaletteChangedEvent(3)
2
3
4
6 wxPaletteChangedEvent - See external documentation: wxPaletteChangedEā
7 vent.
8
10 See external documentation: wxPaletteChangedEvent.
11
12 Use wxEvtHandler:connect/3 with EventType::
13 palette_changed
14
15 See also the message variant #wxPaletteChanged{} event record type.
16
17 This class is derived (and can use functions) from:
18 wxEvent
19
21 wxPaletteChangedEvent():
22
23
24 An object reference, The representation is internal and can be
25 changed without notice. It can't be used for comparsion stored on
26 disc or distributed for use on other nodes.
27
29 setChangedWindow(This, Win) -> ok
30
31 Types:
32
33 This = wxPaletteChangedEvent()
34 Win = wxWindow:wxWindow()
35
36 See external documentation.
37
38 getChangedWindow(This) -> wxWindow:wxWindow()
39
40 Types:
41
42 This = wxPaletteChangedEvent()
43
44 See external documentation.
45
47 <>
48
49
50
51 wx 1.8.9 wxPaletteChangedEvent(3)