1wxGenericDirCtrl(3) Erlang Module Definition wxGenericDirCtrl(3)
2
3
4
6 wxGenericDirCtrl - See external documentation: wxGenericDirCtrl.
7
9 See external documentation: wxGenericDirCtrl.
10
11 This class is derived (and can use functions) from:
12 wxControl
13 wxWindow
14 wxEvtHandler
15
17 wxGenericDirCtrl():
18
19
20 An object reference, The representation is internal and can be
21 changed without notice. It can't be used for comparsion stored on
22 disc or distributed for use on other nodes.
23
25 new() -> wxGenericDirCtrl()
26
27 See external documentation.
28
29 new(Parent) -> wxGenericDirCtrl()
30
31 Types:
32
33 Parent = wxWindow:wxWindow()
34
35 Equivalent to new(Parent, []).
36
37 new(Parent, Options::[Option]) -> wxGenericDirCtrl()
38
39 Types:
40
41 Parent = wxWindow:wxWindow()
42 Option = {id, integer()} | {dir, unicode:chardata()} | {pos,
43 {X::integer(), Y::integer()}} | {size, {W::integer(),
44 H::integer()}} | {style, integer()} | {filter, unicode:char‐
45 data()} | {defaultFilter, integer()}
46
47 See external documentation.
48
49 create(This, Parent) -> boolean()
50
51 Types:
52
53 This = wxGenericDirCtrl()
54 Parent = wxWindow:wxWindow()
55
56 Equivalent to create(This, Parent, []).
57
58 create(This, Parent, Options::[Option]) -> boolean()
59
60 Types:
61
62 This = wxGenericDirCtrl()
63 Parent = wxWindow:wxWindow()
64 Option = {id, integer()} | {dir, unicode:chardata()} | {pos,
65 {X::integer(), Y::integer()}} | {size, {W::integer(),
66 H::integer()}} | {style, integer()} | {filter, unicode:char‐
67 data()} | {defaultFilter, integer()}
68
69 See external documentation.
70
71 init(This) -> ok
72
73 Types:
74
75 This = wxGenericDirCtrl()
76
77 See external documentation.
78
79 collapseTree(This) -> ok
80
81 Types:
82
83 This = wxGenericDirCtrl()
84
85 See external documentation.
86
87 expandPath(This, Path) -> boolean()
88
89 Types:
90
91 This = wxGenericDirCtrl()
92 Path = unicode:chardata()
93
94 See external documentation.
95
96 getDefaultPath(This) -> unicode:charlist()
97
98 Types:
99
100 This = wxGenericDirCtrl()
101
102 See external documentation.
103
104 getPath(This) -> unicode:charlist()
105
106 Types:
107
108 This = wxGenericDirCtrl()
109
110 See external documentation.
111
112 getFilePath(This) -> unicode:charlist()
113
114 Types:
115
116 This = wxGenericDirCtrl()
117
118 See external documentation.
119
120 getFilter(This) -> unicode:charlist()
121
122 Types:
123
124 This = wxGenericDirCtrl()
125
126 See external documentation.
127
128 getFilterIndex(This) -> integer()
129
130 Types:
131
132 This = wxGenericDirCtrl()
133
134 See external documentation.
135
136 getRootId(This) -> integer()
137
138 Types:
139
140 This = wxGenericDirCtrl()
141
142 See external documentation.
143
144 getTreeCtrl(This) -> wxTreeCtrl:wxTreeCtrl()
145
146 Types:
147
148 This = wxGenericDirCtrl()
149
150 See external documentation.
151
152 reCreateTree(This) -> ok
153
154 Types:
155
156 This = wxGenericDirCtrl()
157
158 See external documentation.
159
160 setDefaultPath(This, Path) -> ok
161
162 Types:
163
164 This = wxGenericDirCtrl()
165 Path = unicode:chardata()
166
167 See external documentation.
168
169 setFilter(This, Filter) -> ok
170
171 Types:
172
173 This = wxGenericDirCtrl()
174 Filter = unicode:chardata()
175
176 See external documentation.
177
178 setFilterIndex(This, N) -> ok
179
180 Types:
181
182 This = wxGenericDirCtrl()
183 N = integer()
184
185 See external documentation.
186
187 setPath(This, Path) -> ok
188
189 Types:
190
191 This = wxGenericDirCtrl()
192 Path = unicode:chardata()
193
194 See external documentation.
195
196 destroy(This::wxGenericDirCtrl()) -> ok
197
198 Destroys this object, do not use object again
199
201 <>
202
203
204
205 wx 1.9.3 wxGenericDirCtrl(3)