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

NAME

6       wxDialog - See external documentation: wxDialog.
7

DESCRIPTION

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

DATA TYPES

17         wxDialog():
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

EXPORTS

25       new() -> wxDialog()
26
27              See external documentation.
28
29       new(Parent, Id, Title) -> wxDialog()
30
31              Types:
32
33                 Parent = wxWindow:wxWindow()
34                 Id = integer()
35                 Title = unicode:chardata()
36
37              Equivalent to new(Parent, Id, Title, []).
38
39       new(Parent, Id, Title, Options::[Option]) -> wxDialog()
40
41              Types:
42
43                 Parent = wxWindow:wxWindow()
44                 Id = integer()
45                 Title = unicode:chardata()
46                 Option   =   {pos,  {X::integer(),  Y::integer()}}  |  {size,
47                 {W::integer(), H::integer()}} | {style, integer()}
48
49              See external documentation.
50
51       create(This, Parent, Id, Title) -> boolean()
52
53              Types:
54
55                 This = wxDialog()
56                 Parent = wxWindow:wxWindow()
57                 Id = integer()
58                 Title = unicode:chardata()
59
60              Equivalent to create(This, Parent, Id, Title, []).
61
62       create(This, Parent, Id, Title, Options::[Option]) -> boolean()
63
64              Types:
65
66                 This = wxDialog()
67                 Parent = wxWindow:wxWindow()
68                 Id = integer()
69                 Title = unicode:chardata()
70                 Option  =  {pos,  {X::integer(),  Y::integer()}}   |   {size,
71                 {W::integer(), H::integer()}} | {style, integer()}
72
73              See external documentation.
74
75       createButtonSizer(This, Flags) -> wxSizer:wxSizer()
76
77              Types:
78
79                 This = wxDialog()
80                 Flags = integer()
81
82              See external documentation.
83
84       createStdDialogButtonSizer(This, Flags) -> wxStdDialogButtonSizer:wxSt‐
85       dDialogButtonSizer()
86
87              Types:
88
89                 This = wxDialog()
90                 Flags = integer()
91
92              See external documentation.
93
94       endModal(This, RetCode) -> ok
95
96              Types:
97
98                 This = wxDialog()
99                 RetCode = integer()
100
101              See external documentation.
102
103       getAffirmativeId(This) -> integer()
104
105              Types:
106
107                 This = wxDialog()
108
109              See external documentation.
110
111       getReturnCode(This) -> integer()
112
113              Types:
114
115                 This = wxDialog()
116
117              See external documentation.
118
119       isModal(This) -> boolean()
120
121              Types:
122
123                 This = wxDialog()
124
125              See external documentation.
126
127       setAffirmativeId(This, AffirmativeId) -> ok
128
129              Types:
130
131                 This = wxDialog()
132                 AffirmativeId = integer()
133
134              See external documentation.
135
136       setReturnCode(This, ReturnCode) -> ok
137
138              Types:
139
140                 This = wxDialog()
141                 ReturnCode = integer()
142
143              See external documentation.
144
145       show(This) -> boolean()
146
147              Types:
148
149                 This = wxDialog()
150
151              Equivalent to show(This, []).
152
153       show(This, Options::[Option]) -> boolean()
154
155              Types:
156
157                 This = wxDialog()
158                 Option = {show, boolean()}
159
160              See external documentation.
161
162       showModal(This) -> integer()
163
164              Types:
165
166                 This = wxDialog()
167
168              See external documentation.
169
170       destroy(This::wxDialog()) -> ok
171
172              Destroys this object, do not use object again
173

AUTHORS

175       <>
176
177
178
179                                   wx 1.8.7                        wxDialog(3)
Impressum