1%%
2%% %CopyrightBegin%
3%%
4%% Copyright Ericsson AB 2008-2020. 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-module(wxPreviewCanvas).
22-include("wxe.hrl").
23-export([]).
24
25%% inherited exports
26-export([cacheBestSize/2,calcScrolledPosition/2,calcScrolledPosition/3,calcUnscrolledPosition/2,
27  calcUnscrolledPosition/3,canSetTransparent/1,captureMouse/1,center/1,
28  center/2,centerOnParent/1,centerOnParent/2,centre/1,centre/2,centreOnParent/1,
29  centreOnParent/2,clearBackground/1,clientToScreen/2,clientToScreen/3,
30  close/1,close/2,connect/2,connect/3,convertDialogToPixels/2,convertPixelsToDialog/2,
31  destroyChildren/1,disable/1,disconnect/1,disconnect/2,disconnect/3,
32  doPrepareDC/2,dragAcceptFiles/2,enable/1,enable/2,enableScrolling/3,
33  findWindow/2,fit/1,fitInside/1,freeze/1,getAcceleratorTable/1,getBackgroundColour/1,
34  getBackgroundStyle/1,getBestSize/1,getCaret/1,getCharHeight/1,getCharWidth/1,
35  getChildren/1,getClientSize/1,getContainingSizer/1,getContentScaleFactor/1,
36  getCursor/1,getDPI/1,getDPIScaleFactor/1,getDropTarget/1,getExtraStyle/1,
37  getFont/1,getForegroundColour/1,getGrandParent/1,getHandle/1,getHelpText/1,
38  getId/1,getLabel/1,getMaxSize/1,getMinSize/1,getName/1,getParent/1,
39  getPosition/1,getRect/1,getScreenPosition/1,getScreenRect/1,getScrollPixelsPerUnit/1,
40  getScrollPos/2,getScrollRange/2,getScrollThumb/2,getSize/1,getSizer/1,
41  getTextExtent/2,getTextExtent/3,getThemeEnabled/1,getToolTip/1,getUpdateRegion/1,
42  getViewStart/1,getVirtualSize/1,getWindowStyleFlag/1,getWindowVariant/1,
43  hasCapture/1,hasScrollbar/2,hasTransparentBackground/1,hide/1,inheritAttributes/1,
44  initDialog/1,invalidateBestSize/1,isDoubleBuffered/1,isEnabled/1,
45  isExposed/2,isExposed/3,isExposed/5,isFrozen/1,isRetained/1,isShown/1,
46  isShownOnScreen/1,isTopLevel/1,layout/1,lineDown/1,lineUp/1,lower/1,
47  move/2,move/3,move/4,moveAfterInTabOrder/2,moveBeforeInTabOrder/2,
48  navigate/1,navigate/2,pageDown/1,pageUp/1,parent_class/1,popupMenu/2,
49  popupMenu/3,popupMenu/4,prepareDC/2,raise/1,refresh/1,refresh/2,refreshRect/2,
50  refreshRect/3,releaseMouse/1,removeChild/2,reparent/2,screenToClient/1,
51  screenToClient/2,scroll/2,scroll/3,scrollLines/2,scrollPages/2,scrollWindow/3,
52  scrollWindow/4,setAcceleratorTable/2,setAutoLayout/2,setBackgroundColour/2,
53  setBackgroundStyle/2,setCaret/2,setClientSize/2,setClientSize/3,setContainingSizer/2,
54  setCursor/2,setDoubleBuffered/2,setDropTarget/2,setExtraStyle/2,setFocus/1,
55  setFocusFromKbd/1,setFocusIgnoringChildren/1,setFont/2,setForegroundColour/2,
56  setHelpText/2,setId/2,setLabel/2,setMaxSize/2,setMinSize/2,setName/2,
57  setOwnBackgroundColour/2,setOwnFont/2,setOwnForegroundColour/2,setPalette/2,
58  setScrollPos/3,setScrollPos/4,setScrollRate/3,setScrollbar/5,setScrollbar/6,
59  setScrollbars/5,setScrollbars/6,setSize/2,setSize/3,setSize/5,setSize/6,
60  setSizeHints/2,setSizeHints/3,setSizeHints/4,setSizer/2,setSizer/3,
61  setSizerAndFit/2,setSizerAndFit/3,setTargetWindow/2,setThemeEnabled/2,
62  setToolTip/2,setTransparent/2,setVirtualSize/2,setVirtualSize/3,setWindowStyle/2,
63  setWindowStyleFlag/2,setWindowVariant/2,shouldInheritColours/1,show/1,
64  show/2,thaw/1,transferDataFromWindow/1,transferDataToWindow/1,update/1,
65  updateWindowUI/1,updateWindowUI/2,validate/1,warpPointer/3]).
66
67-type wxPreviewCanvas() :: wx:wx_object().
68-export_type([wxPreviewCanvas/0]).
69%% @hidden
70parent_class(wxScrolledWindow) -> true;
71parent_class(wxPanel) -> true;
72parent_class(wxWindow) -> true;
73parent_class(wxEvtHandler) -> true;
74parent_class(_Class) -> erlang:error({badtype, ?MODULE}).
75
76 %% From wxScrolledWindow
77%% @hidden
78setTargetWindow(This,Window) -> wxScrolledWindow:setTargetWindow(This,Window).
79%% @hidden
80setScrollRate(This,Xstep,Ystep) -> wxScrolledWindow:setScrollRate(This,Xstep,Ystep).
81%% @hidden
82setScrollbars(This,PixelsPerUnitX,PixelsPerUnitY,NoUnitsX,NoUnitsY, Options) -> wxScrolledWindow:setScrollbars(This,PixelsPerUnitX,PixelsPerUnitY,NoUnitsX,NoUnitsY, Options).
83%% @hidden
84setScrollbars(This,PixelsPerUnitX,PixelsPerUnitY,NoUnitsX,NoUnitsY) -> wxScrolledWindow:setScrollbars(This,PixelsPerUnitX,PixelsPerUnitY,NoUnitsX,NoUnitsY).
85%% @hidden
86scroll(This,X,Y) -> wxScrolledWindow:scroll(This,X,Y).
87%% @hidden
88scroll(This,Pt) -> wxScrolledWindow:scroll(This,Pt).
89%% @hidden
90prepareDC(This,Dc) -> wxScrolledWindow:prepareDC(This,Dc).
91%% @hidden
92doPrepareDC(This,Dc) -> wxScrolledWindow:doPrepareDC(This,Dc).
93%% @hidden
94getViewStart(This) -> wxScrolledWindow:getViewStart(This).
95%% @hidden
96getScrollPixelsPerUnit(This) -> wxScrolledWindow:getScrollPixelsPerUnit(This).
97%% @hidden
98enableScrolling(This,XScrolling,YScrolling) -> wxScrolledWindow:enableScrolling(This,XScrolling,YScrolling).
99%% @hidden
100calcUnscrolledPosition(This,X,Y) -> wxScrolledWindow:calcUnscrolledPosition(This,X,Y).
101%% @hidden
102calcUnscrolledPosition(This,Pt) -> wxScrolledWindow:calcUnscrolledPosition(This,Pt).
103%% @hidden
104calcScrolledPosition(This,X,Y) -> wxScrolledWindow:calcScrolledPosition(This,X,Y).
105%% @hidden
106calcScrolledPosition(This,Pt) -> wxScrolledWindow:calcScrolledPosition(This,Pt).
107 %% From wxPanel
108%% @hidden
109setFocusIgnoringChildren(This) -> wxPanel:setFocusIgnoringChildren(This).
110%% @hidden
111initDialog(This) -> wxPanel:initDialog(This).
112 %% From wxWindow
113%% @hidden
114getDPI(This) -> wxWindow:getDPI(This).
115%% @hidden
116getContentScaleFactor(This) -> wxWindow:getContentScaleFactor(This).
117%% @hidden
118setDoubleBuffered(This,On) -> wxWindow:setDoubleBuffered(This,On).
119%% @hidden
120isDoubleBuffered(This) -> wxWindow:isDoubleBuffered(This).
121%% @hidden
122canSetTransparent(This) -> wxWindow:canSetTransparent(This).
123%% @hidden
124setTransparent(This,Alpha) -> wxWindow:setTransparent(This,Alpha).
125%% @hidden
126warpPointer(This,X,Y) -> wxWindow:warpPointer(This,X,Y).
127%% @hidden
128validate(This) -> wxWindow:validate(This).
129%% @hidden
130updateWindowUI(This, Options) -> wxWindow:updateWindowUI(This, Options).
131%% @hidden
132updateWindowUI(This) -> wxWindow:updateWindowUI(This).
133%% @hidden
134update(This) -> wxWindow:update(This).
135%% @hidden
136transferDataToWindow(This) -> wxWindow:transferDataToWindow(This).
137%% @hidden
138transferDataFromWindow(This) -> wxWindow:transferDataFromWindow(This).
139%% @hidden
140thaw(This) -> wxWindow:thaw(This).
141%% @hidden
142show(This, Options) -> wxWindow:show(This, Options).
143%% @hidden
144show(This) -> wxWindow:show(This).
145%% @hidden
146shouldInheritColours(This) -> wxWindow:shouldInheritColours(This).
147%% @hidden
148setWindowVariant(This,Variant) -> wxWindow:setWindowVariant(This,Variant).
149%% @hidden
150setWindowStyleFlag(This,Style) -> wxWindow:setWindowStyleFlag(This,Style).
151%% @hidden
152setWindowStyle(This,Style) -> wxWindow:setWindowStyle(This,Style).
153%% @hidden
154setVirtualSize(This,Width,Height) -> wxWindow:setVirtualSize(This,Width,Height).
155%% @hidden
156setVirtualSize(This,Size) -> wxWindow:setVirtualSize(This,Size).
157%% @hidden
158setToolTip(This,TipString) -> wxWindow:setToolTip(This,TipString).
159%% @hidden
160setThemeEnabled(This,Enable) -> wxWindow:setThemeEnabled(This,Enable).
161%% @hidden
162setSizerAndFit(This,Sizer, Options) -> wxWindow:setSizerAndFit(This,Sizer, Options).
163%% @hidden
164setSizerAndFit(This,Sizer) -> wxWindow:setSizerAndFit(This,Sizer).
165%% @hidden
166setSizer(This,Sizer, Options) -> wxWindow:setSizer(This,Sizer, Options).
167%% @hidden
168setSizer(This,Sizer) -> wxWindow:setSizer(This,Sizer).
169%% @hidden
170setSizeHints(This,MinW,MinH, Options) -> wxWindow:setSizeHints(This,MinW,MinH, Options).
171%% @hidden
172setSizeHints(This,MinW,MinH) -> wxWindow:setSizeHints(This,MinW,MinH).
173%% @hidden
174setSizeHints(This,MinSize) -> wxWindow:setSizeHints(This,MinSize).
175%% @hidden
176setSize(This,X,Y,Width,Height, Options) -> wxWindow:setSize(This,X,Y,Width,Height, Options).
177%% @hidden
178setSize(This,X,Y,Width,Height) -> wxWindow:setSize(This,X,Y,Width,Height).
179%% @hidden
180setSize(This,Width,Height) -> wxWindow:setSize(This,Width,Height).
181%% @hidden
182setSize(This,Rect) -> wxWindow:setSize(This,Rect).
183%% @hidden
184setScrollPos(This,Orientation,Pos, Options) -> wxWindow:setScrollPos(This,Orientation,Pos, Options).
185%% @hidden
186setScrollPos(This,Orientation,Pos) -> wxWindow:setScrollPos(This,Orientation,Pos).
187%% @hidden
188setScrollbar(This,Orientation,Position,ThumbSize,Range, Options) -> wxWindow:setScrollbar(This,Orientation,Position,ThumbSize,Range, Options).
189%% @hidden
190setScrollbar(This,Orientation,Position,ThumbSize,Range) -> wxWindow:setScrollbar(This,Orientation,Position,ThumbSize,Range).
191%% @hidden
192setPalette(This,Pal) -> wxWindow:setPalette(This,Pal).
193%% @hidden
194setName(This,Name) -> wxWindow:setName(This,Name).
195%% @hidden
196setLabel(This,Label) -> wxWindow:setLabel(This,Label).
197%% @hidden
198setId(This,Winid) -> wxWindow:setId(This,Winid).
199%% @hidden
200setHelpText(This,HelpText) -> wxWindow:setHelpText(This,HelpText).
201%% @hidden
202setForegroundColour(This,Colour) -> wxWindow:setForegroundColour(This,Colour).
203%% @hidden
204setFont(This,Font) -> wxWindow:setFont(This,Font).
205%% @hidden
206setFocusFromKbd(This) -> wxWindow:setFocusFromKbd(This).
207%% @hidden
208setFocus(This) -> wxWindow:setFocus(This).
209%% @hidden
210setExtraStyle(This,ExStyle) -> wxWindow:setExtraStyle(This,ExStyle).
211%% @hidden
212setDropTarget(This,Target) -> wxWindow:setDropTarget(This,Target).
213%% @hidden
214setOwnForegroundColour(This,Colour) -> wxWindow:setOwnForegroundColour(This,Colour).
215%% @hidden
216setOwnFont(This,Font) -> wxWindow:setOwnFont(This,Font).
217%% @hidden
218setOwnBackgroundColour(This,Colour) -> wxWindow:setOwnBackgroundColour(This,Colour).
219%% @hidden
220setMinSize(This,Size) -> wxWindow:setMinSize(This,Size).
221%% @hidden
222setMaxSize(This,Size) -> wxWindow:setMaxSize(This,Size).
223%% @hidden
224setCursor(This,Cursor) -> wxWindow:setCursor(This,Cursor).
225%% @hidden
226setContainingSizer(This,Sizer) -> wxWindow:setContainingSizer(This,Sizer).
227%% @hidden
228setClientSize(This,Width,Height) -> wxWindow:setClientSize(This,Width,Height).
229%% @hidden
230setClientSize(This,Size) -> wxWindow:setClientSize(This,Size).
231%% @hidden
232setCaret(This,Caret) -> wxWindow:setCaret(This,Caret).
233%% @hidden
234setBackgroundStyle(This,Style) -> wxWindow:setBackgroundStyle(This,Style).
235%% @hidden
236setBackgroundColour(This,Colour) -> wxWindow:setBackgroundColour(This,Colour).
237%% @hidden
238setAutoLayout(This,AutoLayout) -> wxWindow:setAutoLayout(This,AutoLayout).
239%% @hidden
240setAcceleratorTable(This,Accel) -> wxWindow:setAcceleratorTable(This,Accel).
241%% @hidden
242scrollWindow(This,Dx,Dy, Options) -> wxWindow:scrollWindow(This,Dx,Dy, Options).
243%% @hidden
244scrollWindow(This,Dx,Dy) -> wxWindow:scrollWindow(This,Dx,Dy).
245%% @hidden
246scrollPages(This,Pages) -> wxWindow:scrollPages(This,Pages).
247%% @hidden
248scrollLines(This,Lines) -> wxWindow:scrollLines(This,Lines).
249%% @hidden
250screenToClient(This,Pt) -> wxWindow:screenToClient(This,Pt).
251%% @hidden
252screenToClient(This) -> wxWindow:screenToClient(This).
253%% @hidden
254reparent(This,NewParent) -> wxWindow:reparent(This,NewParent).
255%% @hidden
256removeChild(This,Child) -> wxWindow:removeChild(This,Child).
257%% @hidden
258releaseMouse(This) -> wxWindow:releaseMouse(This).
259%% @hidden
260refreshRect(This,Rect, Options) -> wxWindow:refreshRect(This,Rect, Options).
261%% @hidden
262refreshRect(This,Rect) -> wxWindow:refreshRect(This,Rect).
263%% @hidden
264refresh(This, Options) -> wxWindow:refresh(This, Options).
265%% @hidden
266refresh(This) -> wxWindow:refresh(This).
267%% @hidden
268raise(This) -> wxWindow:raise(This).
269%% @hidden
270popupMenu(This,Menu,X,Y) -> wxWindow:popupMenu(This,Menu,X,Y).
271%% @hidden
272popupMenu(This,Menu, Options) -> wxWindow:popupMenu(This,Menu, Options).
273%% @hidden
274popupMenu(This,Menu) -> wxWindow:popupMenu(This,Menu).
275%% @hidden
276pageUp(This) -> wxWindow:pageUp(This).
277%% @hidden
278pageDown(This) -> wxWindow:pageDown(This).
279%% @hidden
280navigate(This, Options) -> wxWindow:navigate(This, Options).
281%% @hidden
282navigate(This) -> wxWindow:navigate(This).
283%% @hidden
284moveBeforeInTabOrder(This,Win) -> wxWindow:moveBeforeInTabOrder(This,Win).
285%% @hidden
286moveAfterInTabOrder(This,Win) -> wxWindow:moveAfterInTabOrder(This,Win).
287%% @hidden
288move(This,X,Y, Options) -> wxWindow:move(This,X,Y, Options).
289%% @hidden
290move(This,X,Y) -> wxWindow:move(This,X,Y).
291%% @hidden
292move(This,Pt) -> wxWindow:move(This,Pt).
293%% @hidden
294lower(This) -> wxWindow:lower(This).
295%% @hidden
296lineUp(This) -> wxWindow:lineUp(This).
297%% @hidden
298lineDown(This) -> wxWindow:lineDown(This).
299%% @hidden
300layout(This) -> wxWindow:layout(This).
301%% @hidden
302isShownOnScreen(This) -> wxWindow:isShownOnScreen(This).
303%% @hidden
304isTopLevel(This) -> wxWindow:isTopLevel(This).
305%% @hidden
306isShown(This) -> wxWindow:isShown(This).
307%% @hidden
308isRetained(This) -> wxWindow:isRetained(This).
309%% @hidden
310isExposed(This,X,Y,W,H) -> wxWindow:isExposed(This,X,Y,W,H).
311%% @hidden
312isExposed(This,X,Y) -> wxWindow:isExposed(This,X,Y).
313%% @hidden
314isExposed(This,Pt) -> wxWindow:isExposed(This,Pt).
315%% @hidden
316isEnabled(This) -> wxWindow:isEnabled(This).
317%% @hidden
318isFrozen(This) -> wxWindow:isFrozen(This).
319%% @hidden
320invalidateBestSize(This) -> wxWindow:invalidateBestSize(This).
321%% @hidden
322inheritAttributes(This) -> wxWindow:inheritAttributes(This).
323%% @hidden
324hide(This) -> wxWindow:hide(This).
325%% @hidden
326hasTransparentBackground(This) -> wxWindow:hasTransparentBackground(This).
327%% @hidden
328hasScrollbar(This,Orient) -> wxWindow:hasScrollbar(This,Orient).
329%% @hidden
330hasCapture(This) -> wxWindow:hasCapture(This).
331%% @hidden
332getWindowVariant(This) -> wxWindow:getWindowVariant(This).
333%% @hidden
334getWindowStyleFlag(This) -> wxWindow:getWindowStyleFlag(This).
335%% @hidden
336getVirtualSize(This) -> wxWindow:getVirtualSize(This).
337%% @hidden
338getUpdateRegion(This) -> wxWindow:getUpdateRegion(This).
339%% @hidden
340getToolTip(This) -> wxWindow:getToolTip(This).
341%% @hidden
342getThemeEnabled(This) -> wxWindow:getThemeEnabled(This).
343%% @hidden
344getTextExtent(This,String, Options) -> wxWindow:getTextExtent(This,String, Options).
345%% @hidden
346getTextExtent(This,String) -> wxWindow:getTextExtent(This,String).
347%% @hidden
348getSizer(This) -> wxWindow:getSizer(This).
349%% @hidden
350getSize(This) -> wxWindow:getSize(This).
351%% @hidden
352getScrollThumb(This,Orientation) -> wxWindow:getScrollThumb(This,Orientation).
353%% @hidden
354getScrollRange(This,Orientation) -> wxWindow:getScrollRange(This,Orientation).
355%% @hidden
356getScrollPos(This,Orientation) -> wxWindow:getScrollPos(This,Orientation).
357%% @hidden
358getScreenRect(This) -> wxWindow:getScreenRect(This).
359%% @hidden
360getScreenPosition(This) -> wxWindow:getScreenPosition(This).
361%% @hidden
362getRect(This) -> wxWindow:getRect(This).
363%% @hidden
364getPosition(This) -> wxWindow:getPosition(This).
365%% @hidden
366getParent(This) -> wxWindow:getParent(This).
367%% @hidden
368getName(This) -> wxWindow:getName(This).
369%% @hidden
370getMinSize(This) -> wxWindow:getMinSize(This).
371%% @hidden
372getMaxSize(This) -> wxWindow:getMaxSize(This).
373%% @hidden
374getLabel(This) -> wxWindow:getLabel(This).
375%% @hidden
376getId(This) -> wxWindow:getId(This).
377%% @hidden
378getHelpText(This) -> wxWindow:getHelpText(This).
379%% @hidden
380getHandle(This) -> wxWindow:getHandle(This).
381%% @hidden
382getGrandParent(This) -> wxWindow:getGrandParent(This).
383%% @hidden
384getForegroundColour(This) -> wxWindow:getForegroundColour(This).
385%% @hidden
386getFont(This) -> wxWindow:getFont(This).
387%% @hidden
388getExtraStyle(This) -> wxWindow:getExtraStyle(This).
389%% @hidden
390getDPIScaleFactor(This) -> wxWindow:getDPIScaleFactor(This).
391%% @hidden
392getDropTarget(This) -> wxWindow:getDropTarget(This).
393%% @hidden
394getCursor(This) -> wxWindow:getCursor(This).
395%% @hidden
396getContainingSizer(This) -> wxWindow:getContainingSizer(This).
397%% @hidden
398getClientSize(This) -> wxWindow:getClientSize(This).
399%% @hidden
400getChildren(This) -> wxWindow:getChildren(This).
401%% @hidden
402getCharWidth(This) -> wxWindow:getCharWidth(This).
403%% @hidden
404getCharHeight(This) -> wxWindow:getCharHeight(This).
405%% @hidden
406getCaret(This) -> wxWindow:getCaret(This).
407%% @hidden
408getBestSize(This) -> wxWindow:getBestSize(This).
409%% @hidden
410getBackgroundStyle(This) -> wxWindow:getBackgroundStyle(This).
411%% @hidden
412getBackgroundColour(This) -> wxWindow:getBackgroundColour(This).
413%% @hidden
414getAcceleratorTable(This) -> wxWindow:getAcceleratorTable(This).
415%% @hidden
416freeze(This) -> wxWindow:freeze(This).
417%% @hidden
418fitInside(This) -> wxWindow:fitInside(This).
419%% @hidden
420fit(This) -> wxWindow:fit(This).
421%% @hidden
422findWindow(This,Id) -> wxWindow:findWindow(This,Id).
423%% @hidden
424enable(This, Options) -> wxWindow:enable(This, Options).
425%% @hidden
426enable(This) -> wxWindow:enable(This).
427%% @hidden
428dragAcceptFiles(This,Accept) -> wxWindow:dragAcceptFiles(This,Accept).
429%% @hidden
430disable(This) -> wxWindow:disable(This).
431%% @hidden
432destroyChildren(This) -> wxWindow:destroyChildren(This).
433%% @hidden
434convertPixelsToDialog(This,Sz) -> wxWindow:convertPixelsToDialog(This,Sz).
435%% @hidden
436convertDialogToPixels(This,Sz) -> wxWindow:convertDialogToPixels(This,Sz).
437%% @hidden
438close(This, Options) -> wxWindow:close(This, Options).
439%% @hidden
440close(This) -> wxWindow:close(This).
441%% @hidden
442clientToScreen(This,X,Y) -> wxWindow:clientToScreen(This,X,Y).
443%% @hidden
444clientToScreen(This,Pt) -> wxWindow:clientToScreen(This,Pt).
445%% @hidden
446clearBackground(This) -> wxWindow:clearBackground(This).
447%% @hidden
448centreOnParent(This, Options) -> wxWindow:centreOnParent(This, Options).
449%% @hidden
450centerOnParent(This, Options) -> wxWindow:centerOnParent(This, Options).
451%% @hidden
452centreOnParent(This) -> wxWindow:centreOnParent(This).
453%% @hidden
454centerOnParent(This) -> wxWindow:centerOnParent(This).
455%% @hidden
456centre(This, Options) -> wxWindow:centre(This, Options).
457%% @hidden
458center(This, Options) -> wxWindow:center(This, Options).
459%% @hidden
460centre(This) -> wxWindow:centre(This).
461%% @hidden
462center(This) -> wxWindow:center(This).
463%% @hidden
464captureMouse(This) -> wxWindow:captureMouse(This).
465%% @hidden
466cacheBestSize(This,Size) -> wxWindow:cacheBestSize(This,Size).
467 %% From wxEvtHandler
468%% @hidden
469disconnect(This,EventType, Options) -> wxEvtHandler:disconnect(This,EventType, Options).
470%% @hidden
471disconnect(This,EventType) -> wxEvtHandler:disconnect(This,EventType).
472%% @hidden
473disconnect(This) -> wxEvtHandler:disconnect(This).
474%% @hidden
475connect(This,EventType, Options) -> wxEvtHandler:connect(This,EventType, Options).
476%% @hidden
477connect(This,EventType) -> wxEvtHandler:connect(This,EventType).
478