wxColourDialog
(wx)See external documentation: wxColourDialog.
See external documentation:
This class is derived (and can use functions) from:
wxDialog
wxTopLevelWindow
wxWindow
wxEvtHandler
Functions
new() -> wxColourDialog()
See
new(Parent, Options::[Option]) -> wxColourDialog()
Parent = wxWindow:wxWindow()
Option = {data, wxColourData:wxColourData()}
See
create(This, Parent) -> boolean()
This = wxColourDialog()
Parent = wxWindow:wxWindow()
Equivalent to create(This, Parent, []).
create(This, Parent, Options::[Option]) -> boolean()
This = wxColourDialog()
Parent = wxWindow:wxWindow()
Option = {data, wxColourData:wxColourData()}
See
getColourData(This) -> wxColourData:wxColourData()
This = wxColourDialog()
See
destroy(This::wxColourDialog()) -> ok
Destroys this object, do not use object again