1wxFileDialog(3)            Erlang Module Definition            wxFileDialog(3)
2
3
4

NAME

6       wxFileDialog - See external documentation: wxFileDialog.
7

DESCRIPTION

9       See external documentation: wxFileDialog.
10
11       This class is derived (and can use functions) from:
12       wxDialog
13       wxTopLevelWindow
14       wxWindow
15       wxEvtHandler
16

DATA TYPES

18         wxFileDialog():
19
20
21           An  object  reference,  The  representation  is internal and can be
22           changed without notice. It can't be used for comparsion  stored  on
23           disc or distributed for use on other nodes.
24

EXPORTS

26       new(Parent) -> wxFileDialog()
27
28              Types:
29
30                 Parent = wxWindow:wxWindow()
31
32              Equivalent to new(Parent, []).
33
34       new(Parent, Options::[Option]) -> wxFileDialog()
35
36              Types:
37
38                 Parent = wxWindow:wxWindow()
39                 Option  =  {message,  unicode:chardata()} | {defaultDir, uni‐
40                 code:chardata()} | {defaultFile, unicode:chardata()} | {wild‐
41                 Card,   unicode:chardata()}  |  {style,  integer()}  |  {pos,
42                 {X::integer(), Y::integer()}} | {sz, {W::integer(),  H::inte‐
43                 ger()}}
44
45              See external documentation.
46
47       getDirectory(This) -> unicode:charlist()
48
49              Types:
50
51                 This = wxFileDialog()
52
53              See external documentation.
54
55       getFilename(This) -> unicode:charlist()
56
57              Types:
58
59                 This = wxFileDialog()
60
61              See external documentation.
62
63       getFilenames(This) -> [unicode:charlist()]
64
65              Types:
66
67                 This = wxFileDialog()
68
69              See external documentation.
70
71       getFilterIndex(This) -> integer()
72
73              Types:
74
75                 This = wxFileDialog()
76
77              See external documentation.
78
79       getMessage(This) -> unicode:charlist()
80
81              Types:
82
83                 This = wxFileDialog()
84
85              See external documentation.
86
87       getPath(This) -> unicode:charlist()
88
89              Types:
90
91                 This = wxFileDialog()
92
93              See external documentation.
94
95       getPaths(This) -> [unicode:charlist()]
96
97              Types:
98
99                 This = wxFileDialog()
100
101              See external documentation.
102
103       getWildcard(This) -> unicode:charlist()
104
105              Types:
106
107                 This = wxFileDialog()
108
109              See external documentation.
110
111       setDirectory(This, Dir) -> ok
112
113              Types:
114
115                 This = wxFileDialog()
116                 Dir = unicode:chardata()
117
118              See external documentation.
119
120       setFilename(This, Name) -> ok
121
122              Types:
123
124                 This = wxFileDialog()
125                 Name = unicode:chardata()
126
127              See external documentation.
128
129       setFilterIndex(This, FilterIndex) -> ok
130
131              Types:
132
133                 This = wxFileDialog()
134                 FilterIndex = integer()
135
136              See external documentation.
137
138       setMessage(This, Message) -> ok
139
140              Types:
141
142                 This = wxFileDialog()
143                 Message = unicode:chardata()
144
145              See external documentation.
146
147       setPath(This, Path) -> ok
148
149              Types:
150
151                 This = wxFileDialog()
152                 Path = unicode:chardata()
153
154              See external documentation.
155
156       setWildcard(This, WildCard) -> ok
157
158              Types:
159
160                 This = wxFileDialog()
161                 WildCard = unicode:chardata()
162
163              See external documentation.
164
165       destroy(This::wxFileDialog()) -> ok
166
167              Destroys this object, do not use object again
168

AUTHORS

170       <>
171
172
173
174                                   wx 1.8.9                    wxFileDialog(3)
Impressum