1wxColourPickerCtrl(3) Erlang Module Definition wxColourPickerCtrl(3)
2
3
4
6 wxColourPickerCtrl - See external documentation: wxColourPickerCtrl.
7
9 See external documentation: wxColourPickerCtrl.
10
11 This class is derived (and can use functions) from:
12 wxPickerBase
13 wxControl
14 wxWindow
15 wxEvtHandler
16
18 wxColourPickerCtrl():
19
20
21 An object reference, The representation is internal and can be
22 changed without notice. It can't be used for comparsion stored on
23 disc or distributed for use on other nodes.
24
26 new() -> wxColourPickerCtrl()
27
28 See external documentation.
29
30 new(Parent, Id) -> wxColourPickerCtrl()
31
32 Types:
33
34 Parent = wxWindow:wxWindow()
35 Id = integer()
36
37 Equivalent to new(Parent, Id, []).
38
39 new(Parent, Id, Options::[Option]) -> wxColourPickerCtrl()
40
41 Types:
42
43 Parent = wxWindow:wxWindow()
44 Id = integer()
45 Option = {col, wx:wx_colour()} | {pos, {X::integer(),
46 Y::integer()}} | {size, {W::integer(), H::integer()}} |
47 {style, integer()} | {validator, wx:wx_object()}
48
49 See external documentation.
50
51 create(This, Parent, Id) -> boolean()
52
53 Types:
54
55 This = wxColourPickerCtrl()
56 Parent = wxWindow:wxWindow()
57 Id = integer()
58
59 Equivalent to create(This, Parent, Id, []).
60
61 create(This, Parent, Id, Options::[Option]) -> boolean()
62
63 Types:
64
65 This = wxColourPickerCtrl()
66 Parent = wxWindow:wxWindow()
67 Id = integer()
68 Option = {col, wx:wx_colour()} | {pos, {X::integer(),
69 Y::integer()}} | {size, {W::integer(), H::integer()}} |
70 {style, integer()} | {validator, wx:wx_object()}
71
72 See external documentation.
73
74 getColour(This) -> wx:wx_colour4()
75
76 Types:
77
78 This = wxColourPickerCtrl()
79
80 See external documentation.
81
82 setColour(This, Text) -> boolean()
83 setColour(This, Col) -> ok
84
85 Types:
86
87 This = wxColourPickerCtrl()
88 Text = unicode:chardata()
89 This = wxColourPickerCtrl()
90 Col = wx:wx_colour()
91
92 See external documentation.
93 Also:
94 setColour(This, Col) -> 'ok' when
95 This::wxColourPickerCtrl(), Col::wx:wx_colour().
96
97
98 destroy(This::wxColourPickerCtrl()) -> ok
99
100 Destroys this object, do not use object again
101
103 <>
104
105
106
107 wx 1.9.3 wxColourPickerCtrl(3)