.TH wxFileDialog 3erl "wx 1.3.1" "" "Erlang Module Definition" .SH NAME wxFileDialog \- See external documentation: wxFileDialog. .SH DESCRIPTION .LP See external documentation: wxFileDialog\&. .LP This class is derived (and can use functions) from: .br \fBwxDialog\fR\& .br \fBwxTopLevelWindow\fR\& .br \fBwxWindow\fR\& .br \fBwxEvtHandler\fR\& .SH "DATA TYPES" .RS 2 .TP 2 .B \fIwxFileDialog()\fR\&: .RS 2 .LP 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\&. .RE .RE .SH EXPORTS .LP .B new(Parent) -> wxFileDialog() .br .RS .LP Types: .RS 3 Parent = wxWindow() (see module wxWindow) .br .RE .RE .RS .LP Equivalent to \fBnew(Parent, [])\fR\&\&. .RE .LP .B new(Parent, Option::[Option]) -> wxFileDialog() .br .RS .LP Types: .RS 3 Parent = wxWindow() (see module wxWindow) .br 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()}} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getDirectory(This) -> charlist() (see module unicode) .br .RS .LP Types: .RS 3 This = wxFileDialog() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getFilename(This) -> charlist() (see module unicode) .br .RS .LP Types: .RS 3 This = wxFileDialog() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getFilenames(This) -> [charlist() (see module unicode)] .br .RS .LP Types: .RS 3 This = wxFileDialog() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getFilterIndex(This) -> integer() .br .RS .LP Types: .RS 3 This = wxFileDialog() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getMessage(This) -> charlist() (see module unicode) .br .RS .LP Types: .RS 3 This = wxFileDialog() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getPath(This) -> charlist() (see module unicode) .br .RS .LP Types: .RS 3 This = wxFileDialog() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getPaths(This) -> [charlist() (see module unicode)] .br .RS .LP Types: .RS 3 This = wxFileDialog() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getWildcard(This) -> charlist() (see module unicode) .br .RS .LP Types: .RS 3 This = wxFileDialog() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setDirectory(This, Dir) -> ok .br .RS .LP Types: .RS 3 This = wxFileDialog() .br Dir = chardata() (see module unicode) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setFilename(This, Name) -> ok .br .RS .LP Types: .RS 3 This = wxFileDialog() .br Name = chardata() (see module unicode) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setFilterIndex(This, FilterIndex) -> ok .br .RS .LP Types: .RS 3 This = wxFileDialog() .br FilterIndex = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setMessage(This, Message) -> ok .br .RS .LP Types: .RS 3 This = wxFileDialog() .br Message = chardata() (see module unicode) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setPath(This, Path) -> ok .br .RS .LP Types: .RS 3 This = wxFileDialog() .br Path = chardata() (see module unicode) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setWildcard(This, WildCard) -> ok .br .RS .LP Types: .RS 3 This = wxFileDialog() .br WildCard = chardata() (see module unicode) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B destroy(This::wxFileDialog()) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>