wxFileDialog
MODULE
wxFileDialog
MODULE SUMMARY
See external documentation: wxFileDialog.
DESCRIPTION
See external documentation: wxFileDialog.
  
This class is derived (and can use functions) from:
  
wxDialog
  
wxTopLevelWindow
  
wxWindow
  
wxEvtHandler
  
- 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) -> wxFileDialog()
Types:
Parent = wxWindow() (see module wxWindow)
 
Equivalent to new(Parent, []).
new(Parent, Option::[Option]) -> wxFileDialog()
Types:
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()}}
 
getDirectory(This) -> charlist() (see module unicode)
Types:
This = wxFileDialog()
 
getFilename(This) -> charlist() (see module unicode)
Types:
This = wxFileDialog()
 
getFilenames(This) -> [charlist() (see module unicode)]
Types:
This = wxFileDialog()
 
getFilterIndex(This) -> integer()
Types:
This = wxFileDialog()
 
getMessage(This) -> charlist() (see module unicode)
Types:
This = wxFileDialog()
 
getPath(This) -> charlist() (see module unicode)
Types:
This = wxFileDialog()
 
getPaths(This) -> [charlist() (see module unicode)]
Types:
This = wxFileDialog()
 
getWildcard(This) -> charlist() (see module unicode)
Types:
This = wxFileDialog()
 
setDirectory(This, Dir) -> ok
Types:
This = wxFileDialog()
Dir = chardata() (see module unicode)
 
setFilename(This, Name) -> ok
Types:
This = wxFileDialog()
Name = chardata() (see module unicode)
 
setFilterIndex(This, FilterIndex) -> ok
Types:
This = wxFileDialog()
FilterIndex = integer()
 
setMessage(This, Message) -> ok
Types:
This = wxFileDialog()
Message = chardata() (see module unicode)
 
setPath(This, Path) -> ok
Types:
This = wxFileDialog()
Path = chardata() (see module unicode)
 
setWildcard(This, WildCard) -> ok
Types:
This = wxFileDialog()
WildCard = chardata() (see module unicode)
 
destroy(This::wxFileDialog()) -> ok
Destroys this object, do not use object again