wxDirDialog
MODULE
wxDirDialog
MODULE SUMMARY
See external documentation: wxDirDialog.
DESCRIPTION
See external documentation: wxDirDialog.
This class is derived (and can use functions) from:
wxDialog
wxTopLevelWindow
wxWindow
wxEvtHandler
DATA TYPES
EXPORTS
new(Parent::wxWindow() (see module wxWindow)) -> wxDirDialog()
Equivalent to new(Parent, []).
new(Parent::wxWindow() (see module wxWindow), Options::[Option]) -> wxDirDialog()
Types:
Option = {title, string()} | {defaultPath, string()} | {style, integer()} | {pos, {X::integer(), Y::integer()}} | {sz, {W::integer(), H::integer()}}
getPath(This::wxDirDialog()) -> string()
getMessage(This::wxDirDialog()) -> string()
setMessage(This::wxDirDialog(), Message::string()) -> ok