1wxTopLevelWindow(3) Erlang Module Definition wxTopLevelWindow(3)
2
3
4
6 wxTopLevelWindow - See external documentation: wxTopLevelWindow.
7
9 See external documentation: wxTopLevelWindow.
10
11 This class is derived (and can use functions) from:
12 wxWindow
13 wxEvtHandler
14
16 wxTopLevelWindow():
17
18
19 An object reference, The representation is internal and can be
20 changed without notice. It can't be used for comparsion stored on
21 disc or distributed for use on other nodes.
22
24 getIcon(This) -> wxIcon:wxIcon()
25
26 Types:
27
28 This = wxTopLevelWindow()
29
30 See external documentation.
31
32 getIcons(This) -> wxIconBundle:wxIconBundle()
33
34 Types:
35
36 This = wxTopLevelWindow()
37
38 See external documentation.
39
40 getTitle(This) -> unicode:charlist()
41
42 Types:
43
44 This = wxTopLevelWindow()
45
46 See external documentation.
47
48 isActive(This) -> boolean()
49
50 Types:
51
52 This = wxTopLevelWindow()
53
54 See external documentation.
55
56 iconize(This) -> ok
57
58 Types:
59
60 This = wxTopLevelWindow()
61
62 Equivalent to iconize(This, []).
63
64 iconize(This, Options::[Option]) -> ok
65
66 Types:
67
68 This = wxTopLevelWindow()
69 Option = {iconize, boolean()}
70
71 See external documentation.
72
73 isFullScreen(This) -> boolean()
74
75 Types:
76
77 This = wxTopLevelWindow()
78
79 See external documentation.
80
81 isIconized(This) -> boolean()
82
83 Types:
84
85 This = wxTopLevelWindow()
86
87 See external documentation.
88
89 isMaximized(This) -> boolean()
90
91 Types:
92
93 This = wxTopLevelWindow()
94
95 See external documentation.
96
97 maximize(This) -> ok
98
99 Types:
100
101 This = wxTopLevelWindow()
102
103 Equivalent to maximize(This, []).
104
105 maximize(This, Options::[Option]) -> ok
106
107 Types:
108
109 This = wxTopLevelWindow()
110 Option = {maximize, boolean()}
111
112 See external documentation.
113
114 requestUserAttention(This) -> ok
115
116 Types:
117
118 This = wxTopLevelWindow()
119
120 Equivalent to requestUserAttention(This, []).
121
122 requestUserAttention(This, Options::[Option]) -> ok
123
124 Types:
125
126 This = wxTopLevelWindow()
127 Option = {flags, integer()}
128
129 See external documentation.
130
131 setIcon(This, Icon) -> ok
132
133 Types:
134
135 This = wxTopLevelWindow()
136 Icon = wxIcon:wxIcon()
137
138 See external documentation.
139
140 setIcons(This, Icons) -> ok
141
142 Types:
143
144 This = wxTopLevelWindow()
145 Icons = wxIconBundle:wxIconBundle()
146
147 See external documentation.
148
149 centerOnScreen(This) -> ok
150
151 Types:
152
153 This = wxTopLevelWindow()
154
155 Equivalent to centerOnScreen(This, []).
156
157 centerOnScreen(This, Options::[Option]) -> ok
158
159 Types:
160
161 This = wxTopLevelWindow()
162 Option = {dir, integer()}
163
164 See external documentation.
165
166 centreOnScreen(This) -> ok
167
168 Types:
169
170 This = wxTopLevelWindow()
171
172 Equivalent to centreOnScreen(This, []).
173
174 centreOnScreen(This, Options::[Option]) -> ok
175
176 Types:
177
178 This = wxTopLevelWindow()
179 Option = {dir, integer()}
180
181 See external documentation.
182
183 setShape(This, Region) -> boolean()
184
185 Types:
186
187 This = wxTopLevelWindow()
188 Region = wxRegion:wxRegion()
189
190 See external documentation.
191
192 setTitle(This, Title) -> ok
193
194 Types:
195
196 This = wxTopLevelWindow()
197 Title = unicode:chardata()
198
199 See external documentation.
200
201 showFullScreen(This, Show) -> boolean()
202
203 Types:
204
205 This = wxTopLevelWindow()
206 Show = boolean()
207
208 Equivalent to showFullScreen(This, Show, []).
209
210 showFullScreen(This, Show, Options::[Option]) -> boolean()
211
212 Types:
213
214 This = wxTopLevelWindow()
215 Show = boolean()
216 Option = {style, integer()}
217
218 See external documentation.
219
221 <>
222
223
224
225 wx 1.8.7 wxTopLevelWindow(3)