wxFileDialog.3erl

Langue: en

Autres versions - même langue

Version: 270600 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

wxFileDialog - See external documentation: wxFileDialog.

DESCRIPTION

See external documentation: wxFileDialog <http://www.wxwidgets.org/manuals/stable/wx_wxfiledialog.html>.

This class is derived (and can use functions) from:
wxDialog
wxTopLevelWindow
wxWindow
wxEvtHandler

DATA TYPES

wxFileDialog():

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.

EXPORTS

new(Parent::wxWindow() (see module wxWindow)) -> wxFileDialog()


Equivalent to new(Parent, []).

new(Parent::wxWindow() (see module wxWindow), Options::[Option]) -> wxFileDialog()

Types
Option = {message, string()} | {defaultDir, string()} | {defaultFile, string()} | {wildCard, string()} | {style, integer()} | {pos, {X::integer(), Y::integer()}} | {sz, {W::integer(), H::integer()}}

See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxfiledialog.html#wxfiledialogwxfiledialog>.

getDirectory(This::wxFileDialog()) -> string()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxfiledialog.html#wxfiledialoggetdirectory>.

getFilename(This::wxFileDialog()) -> string()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxfiledialog.html#wxfiledialoggetfilename>.

getFilenames(This::wxFileDialog()) -> [[string()]]


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxfiledialog.html#wxfiledialoggetfilenames>.

getFilterIndex(This::wxFileDialog()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxfiledialog.html#wxfiledialoggetfilterindex>.

getMessage(This::wxFileDialog()) -> string()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxfiledialog.html#wxfiledialoggetmessage>.

getPath(This::wxFileDialog()) -> string()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxfiledialog.html#wxfiledialoggetpath>.

getPaths(This::wxFileDialog(), Paths::[[string()]]) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxfiledialog.html#wxfiledialoggetpaths>.

getWildcard(This::wxFileDialog()) -> string()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxfiledialog.html#wxfiledialoggetwildcard>.

setDirectory(This::wxFileDialog(), Dir::string()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxfiledialog.html#wxfiledialogsetdirectory>.

setFilename(This::wxFileDialog(), Name::string()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxfiledialog.html#wxfiledialogsetfilename>.

setFilterIndex(This::wxFileDialog(), FilterIndex::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxfiledialog.html#wxfiledialogsetfilterindex>.

setMessage(This::wxFileDialog(), Message::string()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxfiledialog.html#wxfiledialogsetmessage>.

setPath(This::wxFileDialog(), Path::string()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxfiledialog.html#wxfiledialogsetpath>.

setWildcard(This::wxFileDialog(), WildCard::string()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxfiledialog.html#wxfiledialogsetwildcard>.

destroy(This::wxFileDialog()) -> ok


Destroys this object, do not use object again