1%%
2%% %CopyrightBegin%
3%%
4%% Copyright Ericsson AB 2008-2019. All Rights Reserved.
5%%
6%% Licensed under the Apache License, Version 2.0 (the "License");
7%% you may not use this file except in compliance with the License.
8%% You may obtain a copy of the License at
9%%
10%%     http://www.apache.org/licenses/LICENSE-2.0
11%%
12%% Unless required by applicable law or agreed to in writing, software
13%% distributed under the License is distributed on an "AS IS" BASIS,
14%% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15%% See the License for the specific language governing permissions and
16%% limitations under the License.
17%%
18%% %CopyrightEnd%
19%% This file is generated DO NOT EDIT
20
21%% @doc See external documentation: <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxfontdialog.html">wxFontDialog</a>.
22%% <p>This class is derived (and can use functions) from:
23%% <br />{@link wxDialog}
24%% <br />{@link wxTopLevelWindow}
25%% <br />{@link wxWindow}
26%% <br />{@link wxEvtHandler}
27%% </p>
28%% @type wxFontDialog().  An object reference, The representation is internal
29%% and can be changed without notice. It can't be used for comparsion
30%% stored on disc or distributed for use on other nodes.
31
32-module(wxFontDialog).
33-include("wxe.hrl").
34-export([create/3,destroy/1,getFontData/1,new/0,new/2]).
35
36%% inherited exports
37-export([cacheBestSize/2,canSetTransparent/1,captureMouse/1,center/1,center/2,
38  centerOnParent/1,centerOnParent/2,centerOnScreen/1,centerOnScreen/2,
39  centre/1,centre/2,centreOnParent/1,centreOnParent/2,centreOnScreen/1,
40  centreOnScreen/2,clearBackground/1,clientToScreen/2,clientToScreen/3,
41  close/1,close/2,connect/2,connect/3,convertDialogToPixels/2,convertPixelsToDialog/2,
42  createButtonSizer/2,createStdDialogButtonSizer/2,destroyChildren/1,
43  disable/1,disconnect/1,disconnect/2,disconnect/3,dragAcceptFiles/2,
44  enable/1,enable/2,endModal/2,findWindow/2,fit/1,fitInside/1,freeze/1,
45  fromDIP/2,getAcceleratorTable/1,getAffirmativeId/1,getBackgroundColour/1,
46  getBackgroundStyle/1,getBestSize/1,getCaret/1,getCharHeight/1,getCharWidth/1,
47  getChildren/1,getClientSize/1,getContainingSizer/1,getContentScaleFactor/1,
48  getCursor/1,getDPI/1,getDropTarget/1,getEventHandler/1,getExtraStyle/1,
49  getFont/1,getForegroundColour/1,getGrandParent/1,getHandle/1,getHelpText/1,
50  getIcon/1,getIcons/1,getId/1,getLabel/1,getMaxSize/1,getMinSize/1,getName/1,
51  getParent/1,getPosition/1,getRect/1,getReturnCode/1,getScreenPosition/1,
52  getScreenRect/1,getScrollPos/2,getScrollRange/2,getScrollThumb/2,
53  getSize/1,getSizer/1,getTextExtent/2,getTextExtent/3,getTitle/1,getToolTip/1,
54  getUpdateRegion/1,getVirtualSize/1,getWindowStyleFlag/1,getWindowVariant/1,
55  hasCapture/1,hasScrollbar/2,hasTransparentBackground/1,hide/1,iconize/1,
56  iconize/2,inheritAttributes/1,initDialog/1,invalidateBestSize/1,isActive/1,
57  isDoubleBuffered/1,isEnabled/1,isExposed/2,isExposed/3,isExposed/5,
58  isFullScreen/1,isIconized/1,isMaximized/1,isModal/1,isRetained/1,isShown/1,
59  isShownOnScreen/1,isTopLevel/1,layout/1,lineDown/1,lineUp/1,lower/1,
60  makeModal/1,makeModal/2,maximize/1,maximize/2,move/2,move/3,move/4,moveAfterInTabOrder/2,
61  moveBeforeInTabOrder/2,navigate/1,navigate/2,pageDown/1,pageUp/1,parent_class/1,
62  popEventHandler/1,popEventHandler/2,popupMenu/2,popupMenu/3,popupMenu/4,
63  raise/1,refresh/1,refresh/2,refreshRect/2,refreshRect/3,releaseMouse/1,
64  removeChild/2,reparent/2,requestUserAttention/1,requestUserAttention/2,
65  screenToClient/1,screenToClient/2,scrollLines/2,scrollPages/2,scrollWindow/3,
66  scrollWindow/4,setAcceleratorTable/2,setAffirmativeId/2,setAutoLayout/2,
67  setBackgroundColour/2,setBackgroundStyle/2,setCaret/2,setClientSize/2,
68  setClientSize/3,setContainingSizer/2,setCursor/2,setDoubleBuffered/2,
69  setDropTarget/2,setExtraStyle/2,setFocus/1,setFocusFromKbd/1,setFont/2,
70  setForegroundColour/2,setHelpText/2,setIcon/2,setIcons/2,setId/2,setLabel/2,
71  setMaxSize/2,setMinSize/2,setName/2,setOwnBackgroundColour/2,setOwnFont/2,
72  setOwnForegroundColour/2,setPalette/2,setReturnCode/2,setScrollPos/3,
73  setScrollPos/4,setScrollbar/5,setScrollbar/6,setShape/2,setSize/2,
74  setSize/3,setSize/5,setSize/6,setSizeHints/2,setSizeHints/3,setSizeHints/4,
75  setSizer/2,setSizer/3,setSizerAndFit/2,setSizerAndFit/3,setThemeEnabled/2,
76  setTitle/2,setToolTip/2,setTransparent/2,setVirtualSize/2,setVirtualSize/3,
77  setVirtualSizeHints/2,setVirtualSizeHints/3,setVirtualSizeHints/4,
78  setWindowStyle/2,setWindowStyleFlag/2,setWindowVariant/2,shouldInheritColours/1,
79  show/1,show/2,showFullScreen/2,showFullScreen/3,showModal/1,thaw/1,
80  toDIP/2,transferDataFromWindow/1,transferDataToWindow/1,update/1,
81  updateWindowUI/1,updateWindowUI/2,validate/1,warpPointer/3]).
82
83-export_type([wxFontDialog/0]).
84%% @hidden
85parent_class(wxDialog) -> true;
86parent_class(wxTopLevelWindow) -> true;
87parent_class(wxWindow) -> true;
88parent_class(wxEvtHandler) -> true;
89parent_class(_Class) -> erlang:error({badtype, ?MODULE}).
90
91-type wxFontDialog() :: wx:wx_object().
92%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxfontdialog.html#wxfontdialogwxfontdialog">external documentation</a>.
93-spec new() -> wxFontDialog().
94new() ->
95  wxe_util:construct(?wxFontDialog_new_0,
96  <<>>).
97
98%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxfontdialog.html#wxfontdialogwxfontdialog">external documentation</a>.
99-spec new(Parent, Data) -> wxFontDialog() when
100	Parent::wxWindow:wxWindow(), Data::wxFontData:wxFontData().
101new(#wx_ref{type=ParentT,ref=ParentRef},#wx_ref{type=DataT,ref=DataRef}) ->
102  ?CLASS(ParentT,wxWindow),
103  ?CLASS(DataT,wxFontData),
104  wxe_util:construct(?wxFontDialog_new_2,
105  <<ParentRef:32/?UI,DataRef:32/?UI>>).
106
107%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxfontdialog.html#wxfontdialogcreate">external documentation</a>.
108-spec create(This, Parent, Data) -> boolean() when
109	This::wxFontDialog(), Parent::wxWindow:wxWindow(), Data::wxFontData:wxFontData().
110create(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ParentT,ref=ParentRef},#wx_ref{type=DataT,ref=DataRef}) ->
111  ?CLASS(ThisT,wxFontDialog),
112  ?CLASS(ParentT,wxWindow),
113  ?CLASS(DataT,wxFontData),
114  wxe_util:call(?wxFontDialog_Create,
115  <<ThisRef:32/?UI,ParentRef:32/?UI,DataRef:32/?UI>>).
116
117%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxfontdialog.html#wxfontdialoggetfontdata">external documentation</a>.
118-spec getFontData(This) -> wxFontData:wxFontData() when
119	This::wxFontDialog().
120getFontData(#wx_ref{type=ThisT,ref=ThisRef}) ->
121  ?CLASS(ThisT,wxFontDialog),
122  wxe_util:call(?wxFontDialog_GetFontData,
123  <<ThisRef:32/?UI>>).
124
125%% @doc Destroys this object, do not use object again
126-spec destroy(This::wxFontDialog()) -> 'ok'.
127destroy(Obj=#wx_ref{type=Type}) ->
128  ?CLASS(Type,wxFontDialog),
129  wxe_util:destroy(?DESTROY_OBJECT,Obj),
130  ok.
131 %% From wxDialog
132%% @hidden
133showModal(This) -> wxDialog:showModal(This).
134%% @hidden
135show(This, Options) -> wxDialog:show(This, Options).
136%% @hidden
137show(This) -> wxDialog:show(This).
138%% @hidden
139setReturnCode(This,ReturnCode) -> wxDialog:setReturnCode(This,ReturnCode).
140%% @hidden
141setAffirmativeId(This,AffirmativeId) -> wxDialog:setAffirmativeId(This,AffirmativeId).
142%% @hidden
143isModal(This) -> wxDialog:isModal(This).
144%% @hidden
145getReturnCode(This) -> wxDialog:getReturnCode(This).
146%% @hidden
147getAffirmativeId(This) -> wxDialog:getAffirmativeId(This).
148%% @hidden
149endModal(This,RetCode) -> wxDialog:endModal(This,RetCode).
150%% @hidden
151createStdDialogButtonSizer(This,Flags) -> wxDialog:createStdDialogButtonSizer(This,Flags).
152%% @hidden
153createButtonSizer(This,Flags) -> wxDialog:createButtonSizer(This,Flags).
154 %% From wxTopLevelWindow
155%% @hidden
156showFullScreen(This,Show, Options) -> wxTopLevelWindow:showFullScreen(This,Show, Options).
157%% @hidden
158showFullScreen(This,Show) -> wxTopLevelWindow:showFullScreen(This,Show).
159%% @hidden
160setTitle(This,Title) -> wxTopLevelWindow:setTitle(This,Title).
161%% @hidden
162setShape(This,Region) -> wxTopLevelWindow:setShape(This,Region).
163%% @hidden
164centreOnScreen(This, Options) -> wxTopLevelWindow:centreOnScreen(This, Options).
165%% @hidden
166centreOnScreen(This) -> wxTopLevelWindow:centreOnScreen(This).
167%% @hidden
168centerOnScreen(This, Options) -> wxTopLevelWindow:centerOnScreen(This, Options).
169%% @hidden
170centerOnScreen(This) -> wxTopLevelWindow:centerOnScreen(This).
171%% @hidden
172setIcons(This,Icons) -> wxTopLevelWindow:setIcons(This,Icons).
173%% @hidden
174setIcon(This,Icon) -> wxTopLevelWindow:setIcon(This,Icon).
175%% @hidden
176requestUserAttention(This, Options) -> wxTopLevelWindow:requestUserAttention(This, Options).
177%% @hidden
178requestUserAttention(This) -> wxTopLevelWindow:requestUserAttention(This).
179%% @hidden
180maximize(This, Options) -> wxTopLevelWindow:maximize(This, Options).
181%% @hidden
182maximize(This) -> wxTopLevelWindow:maximize(This).
183%% @hidden
184isMaximized(This) -> wxTopLevelWindow:isMaximized(This).
185%% @hidden
186isIconized(This) -> wxTopLevelWindow:isIconized(This).
187%% @hidden
188isFullScreen(This) -> wxTopLevelWindow:isFullScreen(This).
189%% @hidden
190iconize(This, Options) -> wxTopLevelWindow:iconize(This, Options).
191%% @hidden
192iconize(This) -> wxTopLevelWindow:iconize(This).
193%% @hidden
194isActive(This) -> wxTopLevelWindow:isActive(This).
195%% @hidden
196getTitle(This) -> wxTopLevelWindow:getTitle(This).
197%% @hidden
198getIcons(This) -> wxTopLevelWindow:getIcons(This).
199%% @hidden
200getIcon(This) -> wxTopLevelWindow:getIcon(This).
201 %% From wxWindow
202%% @hidden
203toDIP(This,Sz) -> wxWindow:toDIP(This,Sz).
204%% @hidden
205fromDIP(This,Sz) -> wxWindow:fromDIP(This,Sz).
206%% @hidden
207getDPI(This) -> wxWindow:getDPI(This).
208%% @hidden
209getContentScaleFactor(This) -> wxWindow:getContentScaleFactor(This).
210%% @hidden
211setDoubleBuffered(This,On) -> wxWindow:setDoubleBuffered(This,On).
212%% @hidden
213isDoubleBuffered(This) -> wxWindow:isDoubleBuffered(This).
214%% @hidden
215canSetTransparent(This) -> wxWindow:canSetTransparent(This).
216%% @hidden
217setTransparent(This,Alpha) -> wxWindow:setTransparent(This,Alpha).
218%% @hidden
219warpPointer(This,X,Y) -> wxWindow:warpPointer(This,X,Y).
220%% @hidden
221validate(This) -> wxWindow:validate(This).
222%% @hidden
223updateWindowUI(This, Options) -> wxWindow:updateWindowUI(This, Options).
224%% @hidden
225updateWindowUI(This) -> wxWindow:updateWindowUI(This).
226%% @hidden
227update(This) -> wxWindow:update(This).
228%% @hidden
229transferDataToWindow(This) -> wxWindow:transferDataToWindow(This).
230%% @hidden
231transferDataFromWindow(This) -> wxWindow:transferDataFromWindow(This).
232%% @hidden
233thaw(This) -> wxWindow:thaw(This).
234%% @hidden
235shouldInheritColours(This) -> wxWindow:shouldInheritColours(This).
236%% @hidden
237setWindowVariant(This,Variant) -> wxWindow:setWindowVariant(This,Variant).
238%% @hidden
239setWindowStyleFlag(This,Style) -> wxWindow:setWindowStyleFlag(This,Style).
240%% @hidden
241setWindowStyle(This,Style) -> wxWindow:setWindowStyle(This,Style).
242%% @hidden
243setVirtualSizeHints(This,MinW,MinH, Options) -> wxWindow:setVirtualSizeHints(This,MinW,MinH, Options).
244%% @hidden
245setVirtualSizeHints(This,MinW,MinH) -> wxWindow:setVirtualSizeHints(This,MinW,MinH).
246%% @hidden
247setVirtualSizeHints(This,MinSize) -> wxWindow:setVirtualSizeHints(This,MinSize).
248%% @hidden
249setVirtualSize(This,X,Y) -> wxWindow:setVirtualSize(This,X,Y).
250%% @hidden
251setVirtualSize(This,Size) -> wxWindow:setVirtualSize(This,Size).
252%% @hidden
253setToolTip(This,Tip) -> wxWindow:setToolTip(This,Tip).
254%% @hidden
255setThemeEnabled(This,EnableTheme) -> wxWindow:setThemeEnabled(This,EnableTheme).
256%% @hidden
257setSizerAndFit(This,Sizer, Options) -> wxWindow:setSizerAndFit(This,Sizer, Options).
258%% @hidden
259setSizerAndFit(This,Sizer) -> wxWindow:setSizerAndFit(This,Sizer).
260%% @hidden
261setSizer(This,Sizer, Options) -> wxWindow:setSizer(This,Sizer, Options).
262%% @hidden
263setSizer(This,Sizer) -> wxWindow:setSizer(This,Sizer).
264%% @hidden
265setSizeHints(This,MinW,MinH, Options) -> wxWindow:setSizeHints(This,MinW,MinH, Options).
266%% @hidden
267setSizeHints(This,MinW,MinH) -> wxWindow:setSizeHints(This,MinW,MinH).
268%% @hidden
269setSizeHints(This,MinSize) -> wxWindow:setSizeHints(This,MinSize).
270%% @hidden
271setSize(This,X,Y,Width,Height, Options) -> wxWindow:setSize(This,X,Y,Width,Height, Options).
272%% @hidden
273setSize(This,X,Y,Width,Height) -> wxWindow:setSize(This,X,Y,Width,Height).
274%% @hidden
275setSize(This,Width,Height) -> wxWindow:setSize(This,Width,Height).
276%% @hidden
277setSize(This,Rect) -> wxWindow:setSize(This,Rect).
278%% @hidden
279setScrollPos(This,Orient,Pos, Options) -> wxWindow:setScrollPos(This,Orient,Pos, Options).
280%% @hidden
281setScrollPos(This,Orient,Pos) -> wxWindow:setScrollPos(This,Orient,Pos).
282%% @hidden
283setScrollbar(This,Orient,Pos,ThumbVisible,Range, Options) -> wxWindow:setScrollbar(This,Orient,Pos,ThumbVisible,Range, Options).
284%% @hidden
285setScrollbar(This,Orient,Pos,ThumbVisible,Range) -> wxWindow:setScrollbar(This,Orient,Pos,ThumbVisible,Range).
286%% @hidden
287setPalette(This,Pal) -> wxWindow:setPalette(This,Pal).
288%% @hidden
289setName(This,Name) -> wxWindow:setName(This,Name).
290%% @hidden
291setLabel(This,Label) -> wxWindow:setLabel(This,Label).
292%% @hidden
293setId(This,Winid) -> wxWindow:setId(This,Winid).
294%% @hidden
295setHelpText(This,Text) -> wxWindow:setHelpText(This,Text).
296%% @hidden
297setForegroundColour(This,Colour) -> wxWindow:setForegroundColour(This,Colour).
298%% @hidden
299setFont(This,Font) -> wxWindow:setFont(This,Font).
300%% @hidden
301setFocusFromKbd(This) -> wxWindow:setFocusFromKbd(This).
302%% @hidden
303setFocus(This) -> wxWindow:setFocus(This).
304%% @hidden
305setExtraStyle(This,ExStyle) -> wxWindow:setExtraStyle(This,ExStyle).
306%% @hidden
307setDropTarget(This,DropTarget) -> wxWindow:setDropTarget(This,DropTarget).
308%% @hidden
309setOwnForegroundColour(This,Colour) -> wxWindow:setOwnForegroundColour(This,Colour).
310%% @hidden
311setOwnFont(This,Font) -> wxWindow:setOwnFont(This,Font).
312%% @hidden
313setOwnBackgroundColour(This,Colour) -> wxWindow:setOwnBackgroundColour(This,Colour).
314%% @hidden
315setMinSize(This,MinSize) -> wxWindow:setMinSize(This,MinSize).
316%% @hidden
317setMaxSize(This,MaxSize) -> wxWindow:setMaxSize(This,MaxSize).
318%% @hidden
319setCursor(This,Cursor) -> wxWindow:setCursor(This,Cursor).
320%% @hidden
321setContainingSizer(This,Sizer) -> wxWindow:setContainingSizer(This,Sizer).
322%% @hidden
323setClientSize(This,Width,Height) -> wxWindow:setClientSize(This,Width,Height).
324%% @hidden
325setClientSize(This,Size) -> wxWindow:setClientSize(This,Size).
326%% @hidden
327setCaret(This,Caret) -> wxWindow:setCaret(This,Caret).
328%% @hidden
329setBackgroundStyle(This,Style) -> wxWindow:setBackgroundStyle(This,Style).
330%% @hidden
331setBackgroundColour(This,Colour) -> wxWindow:setBackgroundColour(This,Colour).
332%% @hidden
333setAutoLayout(This,AutoLayout) -> wxWindow:setAutoLayout(This,AutoLayout).
334%% @hidden
335setAcceleratorTable(This,Accel) -> wxWindow:setAcceleratorTable(This,Accel).
336%% @hidden
337scrollWindow(This,Dx,Dy, Options) -> wxWindow:scrollWindow(This,Dx,Dy, Options).
338%% @hidden
339scrollWindow(This,Dx,Dy) -> wxWindow:scrollWindow(This,Dx,Dy).
340%% @hidden
341scrollPages(This,Pages) -> wxWindow:scrollPages(This,Pages).
342%% @hidden
343scrollLines(This,Lines) -> wxWindow:scrollLines(This,Lines).
344%% @hidden
345screenToClient(This,Pt) -> wxWindow:screenToClient(This,Pt).
346%% @hidden
347screenToClient(This) -> wxWindow:screenToClient(This).
348%% @hidden
349reparent(This,NewParent) -> wxWindow:reparent(This,NewParent).
350%% @hidden
351removeChild(This,Child) -> wxWindow:removeChild(This,Child).
352%% @hidden
353releaseMouse(This) -> wxWindow:releaseMouse(This).
354%% @hidden
355refreshRect(This,Rect, Options) -> wxWindow:refreshRect(This,Rect, Options).
356%% @hidden
357refreshRect(This,Rect) -> wxWindow:refreshRect(This,Rect).
358%% @hidden
359refresh(This, Options) -> wxWindow:refresh(This, Options).
360%% @hidden
361refresh(This) -> wxWindow:refresh(This).
362%% @hidden
363raise(This) -> wxWindow:raise(This).
364%% @hidden
365popupMenu(This,Menu,X,Y) -> wxWindow:popupMenu(This,Menu,X,Y).
366%% @hidden
367popupMenu(This,Menu, Options) -> wxWindow:popupMenu(This,Menu, Options).
368%% @hidden
369popupMenu(This,Menu) -> wxWindow:popupMenu(This,Menu).
370%% @hidden
371popEventHandler(This, Options) -> wxWindow:popEventHandler(This, Options).
372%% @hidden
373popEventHandler(This) -> wxWindow:popEventHandler(This).
374%% @hidden
375pageUp(This) -> wxWindow:pageUp(This).
376%% @hidden
377pageDown(This) -> wxWindow:pageDown(This).
378%% @hidden
379navigate(This, Options) -> wxWindow:navigate(This, Options).
380%% @hidden
381navigate(This) -> wxWindow:navigate(This).
382%% @hidden
383moveBeforeInTabOrder(This,Win) -> wxWindow:moveBeforeInTabOrder(This,Win).
384%% @hidden
385moveAfterInTabOrder(This,Win) -> wxWindow:moveAfterInTabOrder(This,Win).
386%% @hidden
387move(This,X,Y, Options) -> wxWindow:move(This,X,Y, Options).
388%% @hidden
389move(This,X,Y) -> wxWindow:move(This,X,Y).
390%% @hidden
391move(This,Pt) -> wxWindow:move(This,Pt).
392%% @hidden
393makeModal(This, Options) -> wxWindow:makeModal(This, Options).
394%% @hidden
395makeModal(This) -> wxWindow:makeModal(This).
396%% @hidden
397lower(This) -> wxWindow:lower(This).
398%% @hidden
399lineUp(This) -> wxWindow:lineUp(This).
400%% @hidden
401lineDown(This) -> wxWindow:lineDown(This).
402%% @hidden
403layout(This) -> wxWindow:layout(This).
404%% @hidden
405isShownOnScreen(This) -> wxWindow:isShownOnScreen(This).
406%% @hidden
407isTopLevel(This) -> wxWindow:isTopLevel(This).
408%% @hidden
409isShown(This) -> wxWindow:isShown(This).
410%% @hidden
411isRetained(This) -> wxWindow:isRetained(This).
412%% @hidden
413isExposed(This,X,Y,W,H) -> wxWindow:isExposed(This,X,Y,W,H).
414%% @hidden
415isExposed(This,X,Y) -> wxWindow:isExposed(This,X,Y).
416%% @hidden
417isExposed(This,Pt) -> wxWindow:isExposed(This,Pt).
418%% @hidden
419isEnabled(This) -> wxWindow:isEnabled(This).
420%% @hidden
421invalidateBestSize(This) -> wxWindow:invalidateBestSize(This).
422%% @hidden
423initDialog(This) -> wxWindow:initDialog(This).
424%% @hidden
425inheritAttributes(This) -> wxWindow:inheritAttributes(This).
426%% @hidden
427hide(This) -> wxWindow:hide(This).
428%% @hidden
429hasTransparentBackground(This) -> wxWindow:hasTransparentBackground(This).
430%% @hidden
431hasScrollbar(This,Orient) -> wxWindow:hasScrollbar(This,Orient).
432%% @hidden
433hasCapture(This) -> wxWindow:hasCapture(This).
434%% @hidden
435getWindowVariant(This) -> wxWindow:getWindowVariant(This).
436%% @hidden
437getWindowStyleFlag(This) -> wxWindow:getWindowStyleFlag(This).
438%% @hidden
439getVirtualSize(This) -> wxWindow:getVirtualSize(This).
440%% @hidden
441getUpdateRegion(This) -> wxWindow:getUpdateRegion(This).
442%% @hidden
443getToolTip(This) -> wxWindow:getToolTip(This).
444%% @hidden
445getTextExtent(This,String, Options) -> wxWindow:getTextExtent(This,String, Options).
446%% @hidden
447getTextExtent(This,String) -> wxWindow:getTextExtent(This,String).
448%% @hidden
449getSizer(This) -> wxWindow:getSizer(This).
450%% @hidden
451getSize(This) -> wxWindow:getSize(This).
452%% @hidden
453getScrollThumb(This,Orient) -> wxWindow:getScrollThumb(This,Orient).
454%% @hidden
455getScrollRange(This,Orient) -> wxWindow:getScrollRange(This,Orient).
456%% @hidden
457getScrollPos(This,Orient) -> wxWindow:getScrollPos(This,Orient).
458%% @hidden
459getScreenRect(This) -> wxWindow:getScreenRect(This).
460%% @hidden
461getScreenPosition(This) -> wxWindow:getScreenPosition(This).
462%% @hidden
463getRect(This) -> wxWindow:getRect(This).
464%% @hidden
465getPosition(This) -> wxWindow:getPosition(This).
466%% @hidden
467getParent(This) -> wxWindow:getParent(This).
468%% @hidden
469getName(This) -> wxWindow:getName(This).
470%% @hidden
471getMinSize(This) -> wxWindow:getMinSize(This).
472%% @hidden
473getMaxSize(This) -> wxWindow:getMaxSize(This).
474%% @hidden
475getLabel(This) -> wxWindow:getLabel(This).
476%% @hidden
477getId(This) -> wxWindow:getId(This).
478%% @hidden
479getHelpText(This) -> wxWindow:getHelpText(This).
480%% @hidden
481getHandle(This) -> wxWindow:getHandle(This).
482%% @hidden
483getGrandParent(This) -> wxWindow:getGrandParent(This).
484%% @hidden
485getForegroundColour(This) -> wxWindow:getForegroundColour(This).
486%% @hidden
487getFont(This) -> wxWindow:getFont(This).
488%% @hidden
489getExtraStyle(This) -> wxWindow:getExtraStyle(This).
490%% @hidden
491getEventHandler(This) -> wxWindow:getEventHandler(This).
492%% @hidden
493getDropTarget(This) -> wxWindow:getDropTarget(This).
494%% @hidden
495getCursor(This) -> wxWindow:getCursor(This).
496%% @hidden
497getContainingSizer(This) -> wxWindow:getContainingSizer(This).
498%% @hidden
499getClientSize(This) -> wxWindow:getClientSize(This).
500%% @hidden
501getChildren(This) -> wxWindow:getChildren(This).
502%% @hidden
503getCharWidth(This) -> wxWindow:getCharWidth(This).
504%% @hidden
505getCharHeight(This) -> wxWindow:getCharHeight(This).
506%% @hidden
507getCaret(This) -> wxWindow:getCaret(This).
508%% @hidden
509getBestSize(This) -> wxWindow:getBestSize(This).
510%% @hidden
511getBackgroundStyle(This) -> wxWindow:getBackgroundStyle(This).
512%% @hidden
513getBackgroundColour(This) -> wxWindow:getBackgroundColour(This).
514%% @hidden
515getAcceleratorTable(This) -> wxWindow:getAcceleratorTable(This).
516%% @hidden
517freeze(This) -> wxWindow:freeze(This).
518%% @hidden
519fitInside(This) -> wxWindow:fitInside(This).
520%% @hidden
521fit(This) -> wxWindow:fit(This).
522%% @hidden
523findWindow(This,Winid) -> wxWindow:findWindow(This,Winid).
524%% @hidden
525enable(This, Options) -> wxWindow:enable(This, Options).
526%% @hidden
527enable(This) -> wxWindow:enable(This).
528%% @hidden
529dragAcceptFiles(This,Accept) -> wxWindow:dragAcceptFiles(This,Accept).
530%% @hidden
531disable(This) -> wxWindow:disable(This).
532%% @hidden
533destroyChildren(This) -> wxWindow:destroyChildren(This).
534%% @hidden
535convertPixelsToDialog(This,Sz) -> wxWindow:convertPixelsToDialog(This,Sz).
536%% @hidden
537convertDialogToPixels(This,Sz) -> wxWindow:convertDialogToPixels(This,Sz).
538%% @hidden
539close(This, Options) -> wxWindow:close(This, Options).
540%% @hidden
541close(This) -> wxWindow:close(This).
542%% @hidden
543clientToScreen(This,X,Y) -> wxWindow:clientToScreen(This,X,Y).
544%% @hidden
545clientToScreen(This,Pt) -> wxWindow:clientToScreen(This,Pt).
546%% @hidden
547clearBackground(This) -> wxWindow:clearBackground(This).
548%% @hidden
549centreOnParent(This, Options) -> wxWindow:centreOnParent(This, Options).
550%% @hidden
551centreOnParent(This) -> wxWindow:centreOnParent(This).
552%% @hidden
553centre(This, Options) -> wxWindow:centre(This, Options).
554%% @hidden
555centre(This) -> wxWindow:centre(This).
556%% @hidden
557centerOnParent(This, Options) -> wxWindow:centerOnParent(This, Options).
558%% @hidden
559centerOnParent(This) -> wxWindow:centerOnParent(This).
560%% @hidden
561center(This, Options) -> wxWindow:center(This, Options).
562%% @hidden
563center(This) -> wxWindow:center(This).
564%% @hidden
565captureMouse(This) -> wxWindow:captureMouse(This).
566%% @hidden
567cacheBestSize(This,Size) -> wxWindow:cacheBestSize(This,Size).
568 %% From wxEvtHandler
569%% @hidden
570disconnect(This,EventType, Options) -> wxEvtHandler:disconnect(This,EventType, Options).
571%% @hidden
572disconnect(This,EventType) -> wxEvtHandler:disconnect(This,EventType).
573%% @hidden
574disconnect(This) -> wxEvtHandler:disconnect(This).
575%% @hidden
576connect(This,EventType, Options) -> wxEvtHandler:connect(This,EventType, Options).
577%% @hidden
578connect(This,EventType) -> wxEvtHandler:connect(This,EventType).
579