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

NAME

6       wxHtmlWindow - See external documentation: wxHtmlWindow.
7

DESCRIPTION

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

DATA TYPES

18         wxHtmlWindow():
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() -> wxHtmlWindow()
27
28              See external documentation.
29
30       new(Parent) -> wxHtmlWindow()
31
32              Types:
33
34                 Parent = wxWindow:wxWindow()
35
36              Equivalent to new(Parent, []).
37
38       new(Parent, Options::[Option]) -> wxHtmlWindow()
39
40              Types:
41
42                 Parent = wxWindow:wxWindow()
43                 Option  =  {id,  integer()}  |  {pos, {X::integer(), Y::inte‐
44                 ger()}} |  {size,  {W::integer(),  H::integer()}}  |  {style,
45                 integer()}
46
47              See external documentation.
48
49       appendToPage(This, Source) -> boolean()
50
51              Types:
52
53                 This = wxHtmlWindow()
54                 Source = unicode:chardata()
55
56              See external documentation.
57
58       getOpenedAnchor(This) -> unicode:charlist()
59
60              Types:
61
62                 This = wxHtmlWindow()
63
64              See external documentation.
65
66       getOpenedPage(This) -> unicode:charlist()
67
68              Types:
69
70                 This = wxHtmlWindow()
71
72              See external documentation.
73
74       getOpenedPageTitle(This) -> unicode:charlist()
75
76              Types:
77
78                 This = wxHtmlWindow()
79
80              See external documentation.
81
82       getRelatedFrame(This) -> wxFrame:wxFrame()
83
84              Types:
85
86                 This = wxHtmlWindow()
87
88              See external documentation.
89
90       historyBack(This) -> boolean()
91
92              Types:
93
94                 This = wxHtmlWindow()
95
96              See external documentation.
97
98       historyCanBack(This) -> boolean()
99
100              Types:
101
102                 This = wxHtmlWindow()
103
104              See external documentation.
105
106       historyCanForward(This) -> boolean()
107
108              Types:
109
110                 This = wxHtmlWindow()
111
112              See external documentation.
113
114       historyClear(This) -> ok
115
116              Types:
117
118                 This = wxHtmlWindow()
119
120              See external documentation.
121
122       historyForward(This) -> boolean()
123
124              Types:
125
126                 This = wxHtmlWindow()
127
128              See external documentation.
129
130       loadFile(This, Filename) -> boolean()
131
132              Types:
133
134                 This = wxHtmlWindow()
135                 Filename = unicode:chardata()
136
137              See external documentation.
138
139       loadPage(This, Location) -> boolean()
140
141              Types:
142
143                 This = wxHtmlWindow()
144                 Location = unicode:chardata()
145
146              See external documentation.
147
148       selectAll(This) -> ok
149
150              Types:
151
152                 This = wxHtmlWindow()
153
154              See external documentation.
155
156       selectionToText(This) -> unicode:charlist()
157
158              Types:
159
160                 This = wxHtmlWindow()
161
162              See external documentation.
163
164       selectLine(This, Pos) -> ok
165
166              Types:
167
168                 This = wxHtmlWindow()
169                 Pos = {X::integer(), Y::integer()}
170
171              See external documentation.
172
173       selectWord(This, Pos) -> ok
174
175              Types:
176
177                 This = wxHtmlWindow()
178                 Pos = {X::integer(), Y::integer()}
179
180              See external documentation.
181
182       setBorders(This, B) -> ok
183
184              Types:
185
186                 This = wxHtmlWindow()
187                 B = integer()
188
189              See external documentation.
190
191       setFonts(This, Normal_face, Fixed_face) -> ok
192
193              Types:
194
195                 This = wxHtmlWindow()
196                 Normal_face = unicode:chardata()
197                 Fixed_face = unicode:chardata()
198
199              Equivalent to setFonts(This, Normal_face, Fixed_face, []).
200
201       setFonts(This, Normal_face, Fixed_face, Options::[Option]) -> ok
202
203              Types:
204
205                 This = wxHtmlWindow()
206                 Normal_face = unicode:chardata()
207                 Fixed_face = unicode:chardata()
208                 Option = {sizes, integer()}
209
210              See external documentation.
211
212       setPage(This, Source) -> boolean()
213
214              Types:
215
216                 This = wxHtmlWindow()
217                 Source = unicode:chardata()
218
219              See external documentation.
220
221       setRelatedFrame(This, Frame, Format) -> ok
222
223              Types:
224
225                 This = wxHtmlWindow()
226                 Frame = wxFrame:wxFrame()
227                 Format = unicode:chardata()
228
229              See external documentation.
230
231       setRelatedStatusBar(This, Bar) -> ok
232
233              Types:
234
235                 This = wxHtmlWindow()
236                 Bar = integer()
237
238              See external documentation.
239
240       toText(This) -> unicode:charlist()
241
242              Types:
243
244                 This = wxHtmlWindow()
245
246              See external documentation.
247
248       destroy(This::wxHtmlWindow()) -> ok
249
250              Destroys this object, do not use object again
251

AUTHORS

253       <>
254
255
256
257                                   wx 1.8.9                    wxHtmlWindow(3)
Impressum