wxFileDialog
See external documentation: wxFileDialog.
See external documentation:
This class is derived (and can use functions) from:
wxDialog
wxTopLevelWindow
wxWindow
wxEvtHandler
Functions
new(Parent) -> wxFileDialog()
Parent = wxWindow() (see module wxWindow)
Equivalent to new(Parent, []).
new(Parent, Option::[Option]) -> wxFileDialog()
Parent = wxWindow() (see module wxWindow)
Option = {message, chardata() (see module unicode)} | {defaultDir, chardata() (see module unicode)} | {defaultFile, chardata() (see module unicode)} | {wildCard, chardata() (see module unicode)} | {style, integer()} | {pos, {X::integer(), Y::integer()}} | {sz, {W::integer(), H::integer()}}
See
getDirectory(This) -> charlist() (see module unicode)
This = wxFileDialog()
See
getFilename(This) -> charlist() (see module unicode)
This = wxFileDialog()
See
getFilenames(This) -> [charlist() (see module unicode)]
This = wxFileDialog()
See
getFilterIndex(This) -> integer()
This = wxFileDialog()
See
getMessage(This) -> charlist() (see module unicode)
This = wxFileDialog()
See
getPath(This) -> charlist() (see module unicode)
This = wxFileDialog()
See
getPaths(This) -> [charlist() (see module unicode)]
This = wxFileDialog()
See
getWildcard(This) -> charlist() (see module unicode)
This = wxFileDialog()
See
setDirectory(This, Dir) -> ok
This = wxFileDialog()
Dir = chardata() (see module unicode)
See
setFilename(This, Name) -> ok
This = wxFileDialog()
Name = chardata() (see module unicode)
See
setFilterIndex(This, FilterIndex) -> ok
This = wxFileDialog()
FilterIndex = integer()
See
setMessage(This, Message) -> ok
This = wxFileDialog()
Message = chardata() (see module unicode)
See
setPath(This, Path) -> ok
This = wxFileDialog()
Path = chardata() (see module unicode)
See
setWildcard(This, WildCard) -> ok
This = wxFileDialog()
WildCard = chardata() (see module unicode)
See
destroy(This::wxFileDialog()) -> ok
Destroys this object, do not use object again