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

NAME

6       wxColourDialog - See external documentation: wxColourDialog.
7

DESCRIPTION

9       See external documentation: wxColourDialog.
10
11       This class is derived (and can use functions) from:
12       wxDialog
13       wxTopLevelWindow
14       wxWindow
15       wxEvtHandler
16

DATA TYPES

18         wxColourDialog():
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

EXPORTS

26       new() -> wxColourDialog()
27
28              See external documentation.
29
30       new(Parent) -> wxColourDialog()
31
32              Types:
33
34                 Parent = wxWindow:wxWindow()
35
36              Equivalent to new(Parent, []).
37
38       new(Parent, Options::[Option]) -> wxColourDialog()
39
40              Types:
41
42                 Parent = wxWindow:wxWindow()
43                 Option = {data, wxColourData:wxColourData()}
44
45              See external documentation.
46
47       create(This, Parent) -> boolean()
48
49              Types:
50
51                 This = wxColourDialog()
52                 Parent = wxWindow:wxWindow()
53
54              Equivalent to create(This, Parent, []).
55
56       create(This, Parent, Options::[Option]) -> boolean()
57
58              Types:
59
60                 This = wxColourDialog()
61                 Parent = wxWindow:wxWindow()
62                 Option = {data, wxColourData:wxColourData()}
63
64              See external documentation.
65
66       getColourData(This) -> wxColourData:wxColourData()
67
68              Types:
69
70                 This = wxColourDialog()
71
72              See external documentation.
73
74       destroy(This::wxColourDialog()) -> ok
75
76              Destroys this object, do not use object again
77

AUTHORS

79       <>
80
81
82
83                                   wx 1.8.7                  wxColourDialog(3)
Impressum