wxDialogwxTopLevelWindowwxWindowwxEvtHandlerabstract datatype: wxColourDialog()
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
| create/2* | Equivalent to create(This, Parent, []). |
| create/3* | See external documentation. |
| destroy/1* | Destroys this object, do not use object again. |
| getColourData/1* | See external documentation. |
| new/0* | See external documentation. |
| new/1* | Equivalent to new(Parent, []). |
| new/2* | See external documentation. |
create(This::wxColourDialog(), Parent::wxWindow:wxWindow()) -> bool()
Equivalent to create(This, Parent, []).
create(This::wxColourDialog(), Parent::wxWindow:wxWindow(), Options::[Option]) -> bool()
destroy(This::wxColourDialog()) -> ok
Destroys this object, do not use object again
getColourData(This::wxColourDialog()) -> wxColourData:wxColourData()
new() -> wxColourDialog()
new(Parent::wxWindow:wxWindow()) -> wxColourDialog()
Equivalent to new(Parent, []).
new(Parent::wxWindow:wxWindow(), Options::[Option]) -> wxColourDialog()
Generated by EDoc, May 26 2008, 12:35:31.