wxDialogwxTopLevelWindowwxWindowwxEvtHandlerabstract datatype: wxDirDialog()
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.
| destroy/1* | Destroys this object, do not use object again. |
| getMessage/1* | See external documentation. |
| getPath/1* | See external documentation. |
| new/1* | Equivalent to new(Parent, []). |
| new/2* | See external documentation. |
| setMessage/2* | See external documentation. |
| setPath/2* | See external documentation. |
destroy(This::wxDirDialog()) -> ok
Destroys this object, do not use object again
getMessage(This::wxDirDialog()) -> string()
getPath(This::wxDirDialog()) -> string()
new(Parent::wxWindow:wxWindow()) -> wxDirDialog()
Equivalent to new(Parent, []).
new(Parent::wxWindow:wxWindow(), Options::[Option]) -> wxDirDialog()
setMessage(This::wxDirDialog(), Message::string()) -> ok
setPath(This::wxDirDialog(), Path::string()) -> ok
Generated by EDoc, May 26 2008, 12:35:31.