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

NAME

6       wxDirDialog - See external documentation: wxDirDialog.
7

DESCRIPTION

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

DATA TYPES

18         wxDirDialog():
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) -> wxDirDialog()
27
28              Types:
29
30                 Parent = wxWindow:wxWindow()
31
32              Equivalent to new(Parent, []).
33
34       new(Parent, Options::[Option]) -> wxDirDialog()
35
36              Types:
37
38                 Parent = wxWindow:wxWindow()
39                 Option  =  {title,  unicode:chardata()}  | {defaultPath, uni‐
40                 code:chardata()} | {style, integer()} | {pos,  {X::integer(),
41                 Y::integer()}} | {sz, {W::integer(), H::integer()}}
42
43              See external documentation.
44
45       getPath(This) -> unicode:charlist()
46
47              Types:
48
49                 This = wxDirDialog()
50
51              See external documentation.
52
53       getMessage(This) -> unicode:charlist()
54
55              Types:
56
57                 This = wxDirDialog()
58
59              See external documentation.
60
61       setMessage(This, Message) -> ok
62
63              Types:
64
65                 This = wxDirDialog()
66                 Message = unicode:chardata()
67
68              See external documentation.
69
70       setPath(This, Path) -> ok
71
72              Types:
73
74                 This = wxDirDialog()
75                 Path = unicode:chardata()
76
77              See external documentation.
78
79       destroy(This::wxDirDialog()) -> ok
80
81              Destroys this object, do not use object again
82

AUTHORS

84       <>
85
86
87
88                                  wx 1.9.3.1                    wxDirDialog(3)
Impressum