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

NAME

6       wxFilePickerCtrl - See external documentation: wxFilePickerCtrl.
7

DESCRIPTION

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

DATA TYPES

18         wxFilePickerCtrl():
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() -> wxFilePickerCtrl()
27
28              See external documentation.
29
30       new(Parent, Id) -> wxFilePickerCtrl()
31
32              Types:
33
34                 Parent = wxWindow:wxWindow()
35                 Id = integer()
36
37              Equivalent to new(Parent, Id, []).
38
39       new(Parent, Id, Options::[Option]) -> wxFilePickerCtrl()
40
41              Types:
42
43                 Parent = wxWindow:wxWindow()
44                 Id = integer()
45                 Option = {path, unicode:chardata()} | {message, unicode:char‐
46                 data()} | {wildcard, unicode:chardata()}  |  {pos,  {X::inte‐
47                 ger(),  Y::integer()}} | {size, {W::integer(), H::integer()}}
48                 | {style, integer()} | {validator, wx:wx_object()}
49
50              See external documentation.
51
52       create(This, Parent, Id) -> boolean()
53
54              Types:
55
56                 This = wxFilePickerCtrl()
57                 Parent = wxWindow:wxWindow()
58                 Id = integer()
59
60              Equivalent to create(This, Parent, Id, []).
61
62       create(This, Parent, Id, Options::[Option]) -> boolean()
63
64              Types:
65
66                 This = wxFilePickerCtrl()
67                 Parent = wxWindow:wxWindow()
68                 Id = integer()
69                 Option = {path, unicode:chardata()} | {message, unicode:char‐
70                 data()}  |  {wildcard,  unicode:chardata()} | {pos, {X::inte‐
71                 ger(), Y::integer()}} | {size, {W::integer(),  H::integer()}}
72                 | {style, integer()} | {validator, wx:wx_object()}
73
74              See external documentation.
75
76       getPath(This) -> unicode:charlist()
77
78              Types:
79
80                 This = wxFilePickerCtrl()
81
82              See external documentation.
83
84       setPath(This, Str) -> ok
85
86              Types:
87
88                 This = wxFilePickerCtrl()
89                 Str = unicode:chardata()
90
91              See external documentation.
92
93       destroy(This::wxFilePickerCtrl()) -> ok
94
95              Destroys this object, do not use object again
96

AUTHORS

98       <>
99
100
101
102                                   wx 1.8.7                wxFilePickerCtrl(3)
Impressum