wxDirDialog.3erl

Langue: en

Autres versions - même langue

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

Section: 3 (Bibliothèques de fonctions)

NAME

wxDirDialog - See external documentation: wxDirDialog.

DESCRIPTION

See external documentation: wxDirDialog <http://www.wxwidgets.org/manuals/stable/wx_wxdirdialog.html>.

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

DATA TYPES

wxDirDialog():

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)) -> 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()}}

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

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


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

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


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

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


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

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


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

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


Destroys this object, do not use object again