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) -> wxDirDialog()
Types
Parent = wxWindow:wxWindow()
Equivalent to new(Parent, []).
new(Parent, Options::[Option]) -> wxDirDialog()
Types
Parent = wxWindow:wxWindow()
Option = {title, unicode:chardata()} | {defaultPath, unicode:chardata()} | {style, integer()} | {pos, {X::integer(), Y::integer()}} | {sz, {W::integer(), H::integer()}}
getPath(This) -> unicode:charlist()
Types
This = wxDirDialog()
getMessage(This) -> unicode:charlist()
Types
This = wxDirDialog()
setMessage(This, Message) -> ok
destroy(This::wxDirDialog()) -> ok