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

NAME

6       wxColourPickerEvent - Functions for wxColourPickerEvent class
7

DESCRIPTION

9       This  event  class is used for the events generated by wxColourPickerC‐
10       trl.
11
12       See: wxColourPickerCtrl
13
14       This class is derived (and can use functions) from: wxCommandEvent  wx‐
15       Event
16
17       wxWidgets docs: wxColourPickerEvent
18

EVENTS

20       Use wxEvtHandler:connect/3 with wxColourPickerEventType to subscribe to
21       events of this type.
22

DATA TYPES

24       wxColourPickerEvent() = wx:wx_object()
25
26       wxColourPicker() =
27           #wxColourPicker{type =
28                               wxColourPickerEvent:wxColourPickerEventType(),
29                           colour = wx:wx_colour()}
30
31       wxColourPickerEventType() = command_colourpicker_changed
32

EXPORTS

34       getColour(This) -> wx:wx_colour4()
35
36              Types:
37
38                 This = wxColourPickerEvent()
39
40              Retrieve the colour the user has just selected.
41
42
43
44wxWidgets team.                     wx 2.1              wxColourPickerEvent(3)
Impressum