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