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

NAME

6       wxAuiNotebook - See external documentation: wxAuiNotebook.
7

DESCRIPTION

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

DATA TYPES

17         wxAuiNotebook():
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() -> wxAuiNotebook()
26
27              See external documentation.
28
29       new(Parent) -> wxAuiNotebook()
30
31              Types:
32
33                 Parent = wxWindow:wxWindow()
34
35              Equivalent to new(Parent, []).
36
37       new(Parent, Options::[Option]) -> wxAuiNotebook()
38
39              Types:
40
41                 Parent = wxWindow:wxWindow()
42                 Option  =  {id,  integer()}  |  {pos, {X::integer(), Y::inte‐
43                 ger()}} |  {size,  {W::integer(),  H::integer()}}  |  {style,
44                 integer()}
45
46              See external documentation.
47
48       addPage(This, Page, Caption) -> boolean()
49
50              Types:
51
52                 This = wxAuiNotebook()
53                 Page = wxWindow:wxWindow()
54                 Caption = unicode:chardata()
55
56              Equivalent to addPage(This, Page, Caption, []).
57
58       addPage(This, Page, Caption, Options::[Option]) -> boolean()
59
60              Types:
61
62                 This = wxAuiNotebook()
63                 Page = wxWindow:wxWindow()
64                 Caption = unicode:chardata()
65                 Option = {select, boolean()} | {bitmap, wxBitmap:wxBitmap()}
66
67              See external documentation.
68
69       create(This, Parent) -> boolean()
70
71              Types:
72
73                 This = wxAuiNotebook()
74                 Parent = wxWindow:wxWindow()
75
76              Equivalent to create(This, Parent, []).
77
78       create(This, Parent, Options::[Option]) -> boolean()
79
80              Types:
81
82                 This = wxAuiNotebook()
83                 Parent = wxWindow:wxWindow()
84                 Option  =  {id,  integer()}  |  {pos, {X::integer(), Y::inte‐
85                 ger()}} |  {size,  {W::integer(),  H::integer()}}  |  {style,
86                 integer()}
87
88              See external documentation.
89
90       deletePage(This, Page) -> boolean()
91
92              Types:
93
94                 This = wxAuiNotebook()
95                 Page = integer()
96
97              See external documentation.
98
99       getArtProvider(This) -> wxAuiTabArt:wxAuiTabArt()
100
101              Types:
102
103                 This = wxAuiNotebook()
104
105              See external documentation.
106
107       getPage(This, Page_idx) -> wxWindow:wxWindow()
108
109              Types:
110
111                 This = wxAuiNotebook()
112                 Page_idx = integer()
113
114              See external documentation.
115
116       getPageBitmap(This, Page_idx) -> wxBitmap:wxBitmap()
117
118              Types:
119
120                 This = wxAuiNotebook()
121                 Page_idx = integer()
122
123              See external documentation.
124
125       getPageCount(This) -> integer()
126
127              Types:
128
129                 This = wxAuiNotebook()
130
131              See external documentation.
132
133       getPageIndex(This, Page_wnd) -> integer()
134
135              Types:
136
137                 This = wxAuiNotebook()
138                 Page_wnd = wxWindow:wxWindow()
139
140              See external documentation.
141
142       getPageText(This, Page_idx) -> unicode:charlist()
143
144              Types:
145
146                 This = wxAuiNotebook()
147                 Page_idx = integer()
148
149              See external documentation.
150
151       getSelection(This) -> integer()
152
153              Types:
154
155                 This = wxAuiNotebook()
156
157              See external documentation.
158
159       insertPage(This, Page_idx, Page, Caption) -> boolean()
160
161              Types:
162
163                 This = wxAuiNotebook()
164                 Page_idx = integer()
165                 Page = wxWindow:wxWindow()
166                 Caption = unicode:chardata()
167
168              Equivalent to insertPage(This, Page_idx, Page, Caption, []).
169
170       insertPage(This,  Page_idx,  Page, Caption, Options::[Option]) -> bool‐
171       ean()
172
173              Types:
174
175                 This = wxAuiNotebook()
176                 Page_idx = integer()
177                 Page = wxWindow:wxWindow()
178                 Caption = unicode:chardata()
179                 Option = {select, boolean()} | {bitmap, wxBitmap:wxBitmap()}
180
181              See external documentation.
182
183       removePage(This, Page) -> boolean()
184
185              Types:
186
187                 This = wxAuiNotebook()
188                 Page = integer()
189
190              See external documentation.
191
192       setArtProvider(This, Art) -> ok
193
194              Types:
195
196                 This = wxAuiNotebook()
197                 Art = wxAuiTabArt:wxAuiTabArt()
198
199              See external documentation.
200
201       setFont(This, Font) -> boolean()
202
203              Types:
204
205                 This = wxAuiNotebook()
206                 Font = wxFont:wxFont()
207
208              See external documentation.
209
210       setPageBitmap(This, Page, Bitmap) -> boolean()
211
212              Types:
213
214                 This = wxAuiNotebook()
215                 Page = integer()
216                 Bitmap = wxBitmap:wxBitmap()
217
218              See external documentation.
219
220       setPageText(This, Page, Text) -> boolean()
221
222              Types:
223
224                 This = wxAuiNotebook()
225                 Page = integer()
226                 Text = unicode:chardata()
227
228              See external documentation.
229
230       setSelection(This, New_page) -> integer()
231
232              Types:
233
234                 This = wxAuiNotebook()
235                 New_page = integer()
236
237              See external documentation.
238
239       setTabCtrlHeight(This, Height) -> ok
240
241              Types:
242
243                 This = wxAuiNotebook()
244                 Height = integer()
245
246              See external documentation.
247
248       setUniformBitmapSize(This, Size) -> ok
249
250              Types:
251
252                 This = wxAuiNotebook()
253                 Size = {W::integer(), H::integer()}
254
255              See external documentation.
256
257       destroy(This::wxAuiNotebook()) -> ok
258
259              Destroys this object, do not use object again
260

AUTHORS

262       <>
263
264
265
266                                   wx 1.8.9                   wxAuiNotebook(3)
Impressum