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(wxScrolledWindow).
22-include("wxe.hrl").
23-export([calcScrolledPosition/2,calcScrolledPosition/3,calcUnscrolledPosition/2,
24  calcUnscrolledPosition/3,destroy/1,doPrepareDC/2,enableScrolling/3,
25  getScrollPixelsPerUnit/1,getViewStart/1,new/0,new/1,new/2,prepareDC/2,
26  scroll/2,scroll/3,setScrollRate/3,setScrollbars/5,setScrollbars/6,
27  setTargetWindow/2]).
28
29%% inherited exports
30-export([cacheBestSize/2,canSetTransparent/1,captureMouse/1,center/1,center/2,
31  centerOnParent/1,centerOnParent/2,centre/1,centre/2,centreOnParent/1,
32  centreOnParent/2,clearBackground/1,clientToScreen/2,clientToScreen/3,
33  close/1,close/2,connect/2,connect/3,convertDialogToPixels/2,convertPixelsToDialog/2,
34  destroyChildren/1,disable/1,disconnect/1,disconnect/2,disconnect/3,
35  dragAcceptFiles/2,enable/1,enable/2,findWindow/2,fit/1,fitInside/1,
36  freeze/1,getAcceleratorTable/1,getBackgroundColour/1,getBackgroundStyle/1,
37  getBestSize/1,getCaret/1,getCharHeight/1,getCharWidth/1,getChildren/1,
38  getClientSize/1,getContainingSizer/1,getContentScaleFactor/1,getCursor/1,
39  getDPI/1,getDPIScaleFactor/1,getDropTarget/1,getExtraStyle/1,getFont/1,
40  getForegroundColour/1,getGrandParent/1,getHandle/1,getHelpText/1,
41  getId/1,getLabel/1,getMaxSize/1,getMinSize/1,getName/1,getParent/1,
42  getPosition/1,getRect/1,getScreenPosition/1,getScreenRect/1,getScrollPos/2,
43  getScrollRange/2,getScrollThumb/2,getSize/1,getSizer/1,getTextExtent/2,
44  getTextExtent/3,getThemeEnabled/1,getToolTip/1,getUpdateRegion/1,
45  getVirtualSize/1,getWindowStyleFlag/1,getWindowVariant/1,hasCapture/1,
46  hasScrollbar/2,hasTransparentBackground/1,hide/1,inheritAttributes/1,
47  initDialog/1,invalidateBestSize/1,isDoubleBuffered/1,isEnabled/1,
48  isExposed/2,isExposed/3,isExposed/5,isFrozen/1,isRetained/1,isShown/1,
49  isShownOnScreen/1,isTopLevel/1,layout/1,lineDown/1,lineUp/1,lower/1,
50  move/2,move/3,move/4,moveAfterInTabOrder/2,moveBeforeInTabOrder/2,
51  navigate/1,navigate/2,pageDown/1,pageUp/1,parent_class/1,popupMenu/2,
52  popupMenu/3,popupMenu/4,raise/1,refresh/1,refresh/2,refreshRect/2,refreshRect/3,
53  releaseMouse/1,removeChild/2,reparent/2,screenToClient/1,screenToClient/2,
54  scrollLines/2,scrollPages/2,scrollWindow/3,scrollWindow/4,setAcceleratorTable/2,
55  setAutoLayout/2,setBackgroundColour/2,setBackgroundStyle/2,setCaret/2,
56  setClientSize/2,setClientSize/3,setContainingSizer/2,setCursor/2,
57  setDoubleBuffered/2,setDropTarget/2,setExtraStyle/2,setFocus/1,setFocusFromKbd/1,
58  setFocusIgnoringChildren/1,setFont/2,setForegroundColour/2,setHelpText/2,
59  setId/2,setLabel/2,setMaxSize/2,setMinSize/2,setName/2,setOwnBackgroundColour/2,
60  setOwnFont/2,setOwnForegroundColour/2,setPalette/2,setScrollPos/3,
61  setScrollPos/4,setScrollbar/5,setScrollbar/6,setSize/2,setSize/3,setSize/5,
62  setSize/6,setSizeHints/2,setSizeHints/3,setSizeHints/4,setSizer/2,
63  setSizer/3,setSizerAndFit/2,setSizerAndFit/3,setThemeEnabled/2,setToolTip/2,
64  setTransparent/2,setVirtualSize/2,setVirtualSize/3,setWindowStyle/2,
65  setWindowStyleFlag/2,setWindowVariant/2,shouldInheritColours/1,show/1,
66  show/2,thaw/1,transferDataFromWindow/1,transferDataToWindow/1,update/1,
67  updateWindowUI/1,updateWindowUI/2,validate/1,warpPointer/3]).
68
69-type wxScrolledWindow() :: wx:wx_object().
70-export_type([wxScrolledWindow/0]).
71%% @hidden
72parent_class(wxPanel) -> true;
73parent_class(wxWindow) -> true;
74parent_class(wxEvtHandler) -> true;
75parent_class(_Class) -> erlang:error({badtype, ?MODULE}).
76
77%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxscrolledwindow.html#wxscrolledwindowwxscrolledwindow">external documentation</a>.
78-spec new() -> wxScrolledWindow().
79new() ->
80  wxe_util:queue_cmd(?get_env(), ?wxScrolledWindow_new_0),
81  wxe_util:rec(?wxScrolledWindow_new_0).
82
83%% @equiv new(Parent, [])
84-spec new(Parent) -> wxScrolledWindow() when
85	Parent::wxWindow:wxWindow().
86
87new(Parent)
88 when is_record(Parent, wx_ref) ->
89  new(Parent, []).
90
91%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxscrolledwindow.html#wxscrolledwindowwxscrolledwindow">external documentation</a>.
92-spec new(Parent, [Option]) -> wxScrolledWindow() when
93	Parent::wxWindow:wxWindow(),
94	Option :: {'winid', integer()}
95		 | {'pos', {X::integer(), Y::integer()}}
96		 | {'size', {W::integer(), H::integer()}}
97		 | {'style', integer()}.
98new(#wx_ref{type=ParentT}=Parent, Options)
99 when is_list(Options) ->
100  ?CLASS(ParentT,wxWindow),
101  MOpts = fun({winid, _winid} = Arg) -> Arg;
102          ({pos, {_posX,_posY}} = Arg) -> Arg;
103          ({size, {_sizeW,_sizeH}} = Arg) -> Arg;
104          ({style, _style} = Arg) -> Arg;
105          (BadOpt) -> erlang:error({badoption, BadOpt}) end,
106  Opts = lists:map(MOpts, Options),
107  wxe_util:queue_cmd(Parent, Opts,?get_env(),?wxScrolledWindow_new_2),
108  wxe_util:rec(?wxScrolledWindow_new_2).
109
110%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxscrolledwindow.html#wxscrolledwindowcalcscrolledposition">external documentation</a>.
111-spec calcScrolledPosition(This, Pt) -> {X::integer(), Y::integer()} when
112	This::wxScrolledWindow(), Pt::{X::integer(), Y::integer()}.
113calcScrolledPosition(#wx_ref{type=ThisT}=This,{PtX,PtY} = Pt)
114 when is_integer(PtX),is_integer(PtY) ->
115  ?CLASS(ThisT,wxScrolledWindow),
116  wxe_util:queue_cmd(This,Pt,?get_env(),?wxScrolledWindow_CalcScrolledPosition_1),
117  wxe_util:rec(?wxScrolledWindow_CalcScrolledPosition_1).
118
119%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxscrolledwindow.html#wxscrolledwindowcalcscrolledposition">external documentation</a>.
120-spec calcScrolledPosition(This, X, Y) -> {Xx::integer(), Yy::integer()} when
121	This::wxScrolledWindow(), X::integer(), Y::integer().
122calcScrolledPosition(#wx_ref{type=ThisT}=This,X,Y)
123 when is_integer(X),is_integer(Y) ->
124  ?CLASS(ThisT,wxScrolledWindow),
125  wxe_util:queue_cmd(This,X,Y,?get_env(),?wxScrolledWindow_CalcScrolledPosition_4),
126  wxe_util:rec(?wxScrolledWindow_CalcScrolledPosition_4).
127
128%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxscrolledwindow.html#wxscrolledwindowcalcunscrolledposition">external documentation</a>.
129-spec calcUnscrolledPosition(This, Pt) -> {X::integer(), Y::integer()} when
130	This::wxScrolledWindow(), Pt::{X::integer(), Y::integer()}.
131calcUnscrolledPosition(#wx_ref{type=ThisT}=This,{PtX,PtY} = Pt)
132 when is_integer(PtX),is_integer(PtY) ->
133  ?CLASS(ThisT,wxScrolledWindow),
134  wxe_util:queue_cmd(This,Pt,?get_env(),?wxScrolledWindow_CalcUnscrolledPosition_1),
135  wxe_util:rec(?wxScrolledWindow_CalcUnscrolledPosition_1).
136
137%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxscrolledwindow.html#wxscrolledwindowcalcunscrolledposition">external documentation</a>.
138-spec calcUnscrolledPosition(This, X, Y) -> {Xx::integer(), Yy::integer()} when
139	This::wxScrolledWindow(), X::integer(), Y::integer().
140calcUnscrolledPosition(#wx_ref{type=ThisT}=This,X,Y)
141 when is_integer(X),is_integer(Y) ->
142  ?CLASS(ThisT,wxScrolledWindow),
143  wxe_util:queue_cmd(This,X,Y,?get_env(),?wxScrolledWindow_CalcUnscrolledPosition_4),
144  wxe_util:rec(?wxScrolledWindow_CalcUnscrolledPosition_4).
145
146%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxscrolledwindow.html#wxscrolledwindowenablescrolling">external documentation</a>.
147-spec enableScrolling(This, XScrolling, YScrolling) -> 'ok' when
148	This::wxScrolledWindow(), XScrolling::boolean(), YScrolling::boolean().
149enableScrolling(#wx_ref{type=ThisT}=This,XScrolling,YScrolling)
150 when is_boolean(XScrolling),is_boolean(YScrolling) ->
151  ?CLASS(ThisT,wxScrolledWindow),
152  wxe_util:queue_cmd(This,XScrolling,YScrolling,?get_env(),?wxScrolledWindow_EnableScrolling).
153
154%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxscrolledwindow.html#wxscrolledwindowgetscrollpixelsperunit">external documentation</a>.
155-spec getScrollPixelsPerUnit(This) -> {XUnit::integer(), YUnit::integer()} when
156	This::wxScrolledWindow().
157getScrollPixelsPerUnit(#wx_ref{type=ThisT}=This) ->
158  ?CLASS(ThisT,wxScrolledWindow),
159  wxe_util:queue_cmd(This,?get_env(),?wxScrolledWindow_GetScrollPixelsPerUnit),
160  wxe_util:rec(?wxScrolledWindow_GetScrollPixelsPerUnit).
161
162%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxscrolledwindow.html#wxscrolledwindowgetviewstart">external documentation</a>.
163-spec getViewStart(This) -> {X::integer(), Y::integer()} when
164	This::wxScrolledWindow().
165getViewStart(#wx_ref{type=ThisT}=This) ->
166  ?CLASS(ThisT,wxScrolledWindow),
167  wxe_util:queue_cmd(This,?get_env(),?wxScrolledWindow_GetViewStart),
168  wxe_util:rec(?wxScrolledWindow_GetViewStart).
169
170%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxscrolledwindow.html#wxscrolledwindowdopreparedc">external documentation</a>.
171-spec doPrepareDC(This, Dc) -> 'ok' when
172	This::wxScrolledWindow(), Dc::wxDC:wxDC().
173doPrepareDC(#wx_ref{type=ThisT}=This,#wx_ref{type=DcT}=Dc) ->
174  ?CLASS(ThisT,wxScrolledWindow),
175  ?CLASS(DcT,wxDC),
176  wxe_util:queue_cmd(This,Dc,?get_env(),?wxScrolledWindow_DoPrepareDC).
177
178%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxscrolledwindow.html#wxscrolledwindowpreparedc">external documentation</a>.
179-spec prepareDC(This, Dc) -> 'ok' when
180	This::wxScrolledWindow(), Dc::wxDC:wxDC().
181prepareDC(#wx_ref{type=ThisT}=This,#wx_ref{type=DcT}=Dc) ->
182  ?CLASS(ThisT,wxScrolledWindow),
183  ?CLASS(DcT,wxDC),
184  wxe_util:queue_cmd(This,Dc,?get_env(),?wxScrolledWindow_PrepareDC).
185
186%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxscrolledwindow.html#wxscrolledwindowscroll">external documentation</a>.
187-spec scroll(This, Pt) -> 'ok' when
188	This::wxScrolledWindow(), Pt::{X::integer(), Y::integer()}.
189scroll(#wx_ref{type=ThisT}=This,{PtX,PtY} = Pt)
190 when is_integer(PtX),is_integer(PtY) ->
191  ?CLASS(ThisT,wxScrolledWindow),
192  wxe_util:queue_cmd(This,Pt,?get_env(),?wxScrolledWindow_Scroll_1).
193
194%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxscrolledwindow.html#wxscrolledwindowscroll">external documentation</a>.
195-spec scroll(This, X, Y) -> 'ok' when
196	This::wxScrolledWindow(), X::integer(), Y::integer().
197scroll(#wx_ref{type=ThisT}=This,X,Y)
198 when is_integer(X),is_integer(Y) ->
199  ?CLASS(ThisT,wxScrolledWindow),
200  wxe_util:queue_cmd(This,X,Y,?get_env(),?wxScrolledWindow_Scroll_2).
201
202%% @equiv setScrollbars(This,PixelsPerUnitX,PixelsPerUnitY,NoUnitsX,NoUnitsY, [])
203-spec setScrollbars(This, PixelsPerUnitX, PixelsPerUnitY, NoUnitsX, NoUnitsY) -> 'ok' when
204	This::wxScrolledWindow(), PixelsPerUnitX::integer(), PixelsPerUnitY::integer(), NoUnitsX::integer(), NoUnitsY::integer().
205
206setScrollbars(This,PixelsPerUnitX,PixelsPerUnitY,NoUnitsX,NoUnitsY)
207 when is_record(This, wx_ref),is_integer(PixelsPerUnitX),is_integer(PixelsPerUnitY),is_integer(NoUnitsX),is_integer(NoUnitsY) ->
208  setScrollbars(This,PixelsPerUnitX,PixelsPerUnitY,NoUnitsX,NoUnitsY, []).
209
210%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxscrolledwindow.html#wxscrolledwindowsetscrollbars">external documentation</a>.
211-spec setScrollbars(This, PixelsPerUnitX, PixelsPerUnitY, NoUnitsX, NoUnitsY, [Option]) -> 'ok' when
212	This::wxScrolledWindow(), PixelsPerUnitX::integer(), PixelsPerUnitY::integer(), NoUnitsX::integer(), NoUnitsY::integer(),
213	Option :: {'xPos', integer()}
214		 | {'yPos', integer()}
215		 | {'noRefresh', boolean()}.
216setScrollbars(#wx_ref{type=ThisT}=This,PixelsPerUnitX,PixelsPerUnitY,NoUnitsX,NoUnitsY, Options)
217 when is_integer(PixelsPerUnitX),is_integer(PixelsPerUnitY),is_integer(NoUnitsX),is_integer(NoUnitsY),is_list(Options) ->
218  ?CLASS(ThisT,wxScrolledWindow),
219  MOpts = fun({xPos, _xPos} = Arg) -> Arg;
220          ({yPos, _yPos} = Arg) -> Arg;
221          ({noRefresh, _noRefresh} = Arg) -> Arg;
222          (BadOpt) -> erlang:error({badoption, BadOpt}) end,
223  Opts = lists:map(MOpts, Options),
224  wxe_util:queue_cmd(This,PixelsPerUnitX,PixelsPerUnitY,NoUnitsX,NoUnitsY, Opts,?get_env(),?wxScrolledWindow_SetScrollbars).
225
226%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxscrolledwindow.html#wxscrolledwindowsetscrollrate">external documentation</a>.
227-spec setScrollRate(This, Xstep, Ystep) -> 'ok' when
228	This::wxScrolledWindow(), Xstep::integer(), Ystep::integer().
229setScrollRate(#wx_ref{type=ThisT}=This,Xstep,Ystep)
230 when is_integer(Xstep),is_integer(Ystep) ->
231  ?CLASS(ThisT,wxScrolledWindow),
232  wxe_util:queue_cmd(This,Xstep,Ystep,?get_env(),?wxScrolledWindow_SetScrollRate).
233
234%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxscrolledwindow.html#wxscrolledwindowsettargetwindow">external documentation</a>.
235-spec setTargetWindow(This, Window) -> 'ok' when
236	This::wxScrolledWindow(), Window::wxWindow:wxWindow().
237setTargetWindow(#wx_ref{type=ThisT}=This,#wx_ref{type=WindowT}=Window) ->
238  ?CLASS(ThisT,wxScrolledWindow),
239  ?CLASS(WindowT,wxWindow),
240  wxe_util:queue_cmd(This,Window,?get_env(),?wxScrolledWindow_SetTargetWindow).
241
242%% @doc Destroys this object, do not use object again
243-spec destroy(This::wxScrolledWindow()) -> 'ok'.
244destroy(Obj=#wx_ref{type=Type}) ->
245  ?CLASS(Type,wxScrolledWindow),
246  wxe_util:queue_cmd(Obj, ?get_env(), ?DESTROY_OBJECT),
247  ok.
248 %% From wxPanel
249%% @hidden
250setFocusIgnoringChildren(This) -> wxPanel:setFocusIgnoringChildren(This).
251%% @hidden
252initDialog(This) -> wxPanel:initDialog(This).
253 %% From wxWindow
254%% @hidden
255getDPI(This) -> wxWindow:getDPI(This).
256%% @hidden
257getContentScaleFactor(This) -> wxWindow:getContentScaleFactor(This).
258%% @hidden
259setDoubleBuffered(This,On) -> wxWindow:setDoubleBuffered(This,On).
260%% @hidden
261isDoubleBuffered(This) -> wxWindow:isDoubleBuffered(This).
262%% @hidden
263canSetTransparent(This) -> wxWindow:canSetTransparent(This).
264%% @hidden
265setTransparent(This,Alpha) -> wxWindow:setTransparent(This,Alpha).
266%% @hidden
267warpPointer(This,X,Y) -> wxWindow:warpPointer(This,X,Y).
268%% @hidden
269validate(This) -> wxWindow:validate(This).
270%% @hidden
271updateWindowUI(This, Options) -> wxWindow:updateWindowUI(This, Options).
272%% @hidden
273updateWindowUI(This) -> wxWindow:updateWindowUI(This).
274%% @hidden
275update(This) -> wxWindow:update(This).
276%% @hidden
277transferDataToWindow(This) -> wxWindow:transferDataToWindow(This).
278%% @hidden
279transferDataFromWindow(This) -> wxWindow:transferDataFromWindow(This).
280%% @hidden
281thaw(This) -> wxWindow:thaw(This).
282%% @hidden
283show(This, Options) -> wxWindow:show(This, Options).
284%% @hidden
285show(This) -> wxWindow:show(This).
286%% @hidden
287shouldInheritColours(This) -> wxWindow:shouldInheritColours(This).
288%% @hidden
289setWindowVariant(This,Variant) -> wxWindow:setWindowVariant(This,Variant).
290%% @hidden
291setWindowStyleFlag(This,Style) -> wxWindow:setWindowStyleFlag(This,Style).
292%% @hidden
293setWindowStyle(This,Style) -> wxWindow:setWindowStyle(This,Style).
294%% @hidden
295setVirtualSize(This,Width,Height) -> wxWindow:setVirtualSize(This,Width,Height).
296%% @hidden
297setVirtualSize(This,Size) -> wxWindow:setVirtualSize(This,Size).
298%% @hidden
299setToolTip(This,TipString) -> wxWindow:setToolTip(This,TipString).
300%% @hidden
301setThemeEnabled(This,Enable) -> wxWindow:setThemeEnabled(This,Enable).
302%% @hidden
303setSizerAndFit(This,Sizer, Options) -> wxWindow:setSizerAndFit(This,Sizer, Options).
304%% @hidden
305setSizerAndFit(This,Sizer) -> wxWindow:setSizerAndFit(This,Sizer).
306%% @hidden
307setSizer(This,Sizer, Options) -> wxWindow:setSizer(This,Sizer, Options).
308%% @hidden
309setSizer(This,Sizer) -> wxWindow:setSizer(This,Sizer).
310%% @hidden
311setSizeHints(This,MinW,MinH, Options) -> wxWindow:setSizeHints(This,MinW,MinH, Options).
312%% @hidden
313setSizeHints(This,MinW,MinH) -> wxWindow:setSizeHints(This,MinW,MinH).
314%% @hidden
315setSizeHints(This,MinSize) -> wxWindow:setSizeHints(This,MinSize).
316%% @hidden
317setSize(This,X,Y,Width,Height, Options) -> wxWindow:setSize(This,X,Y,Width,Height, Options).
318%% @hidden
319setSize(This,X,Y,Width,Height) -> wxWindow:setSize(This,X,Y,Width,Height).
320%% @hidden
321setSize(This,Width,Height) -> wxWindow:setSize(This,Width,Height).
322%% @hidden
323setSize(This,Rect) -> wxWindow:setSize(This,Rect).
324%% @hidden
325setScrollPos(This,Orientation,Pos, Options) -> wxWindow:setScrollPos(This,Orientation,Pos, Options).
326%% @hidden
327setScrollPos(This,Orientation,Pos) -> wxWindow:setScrollPos(This,Orientation,Pos).
328%% @hidden
329setScrollbar(This,Orientation,Position,ThumbSize,Range, Options) -> wxWindow:setScrollbar(This,Orientation,Position,ThumbSize,Range, Options).
330%% @hidden
331setScrollbar(This,Orientation,Position,ThumbSize,Range) -> wxWindow:setScrollbar(This,Orientation,Position,ThumbSize,Range).
332%% @hidden
333setPalette(This,Pal) -> wxWindow:setPalette(This,Pal).
334%% @hidden
335setName(This,Name) -> wxWindow:setName(This,Name).
336%% @hidden
337setLabel(This,Label) -> wxWindow:setLabel(This,Label).
338%% @hidden
339setId(This,Winid) -> wxWindow:setId(This,Winid).
340%% @hidden
341setHelpText(This,HelpText) -> wxWindow:setHelpText(This,HelpText).
342%% @hidden
343setForegroundColour(This,Colour) -> wxWindow:setForegroundColour(This,Colour).
344%% @hidden
345setFont(This,Font) -> wxWindow:setFont(This,Font).
346%% @hidden
347setFocusFromKbd(This) -> wxWindow:setFocusFromKbd(This).
348%% @hidden
349setFocus(This) -> wxWindow:setFocus(This).
350%% @hidden
351setExtraStyle(This,ExStyle) -> wxWindow:setExtraStyle(This,ExStyle).
352%% @hidden
353setDropTarget(This,Target) -> wxWindow:setDropTarget(This,Target).
354%% @hidden
355setOwnForegroundColour(This,Colour) -> wxWindow:setOwnForegroundColour(This,Colour).
356%% @hidden
357setOwnFont(This,Font) -> wxWindow:setOwnFont(This,Font).
358%% @hidden
359setOwnBackgroundColour(This,Colour) -> wxWindow:setOwnBackgroundColour(This,Colour).
360%% @hidden
361setMinSize(This,Size) -> wxWindow:setMinSize(This,Size).
362%% @hidden
363setMaxSize(This,Size) -> wxWindow:setMaxSize(This,Size).
364%% @hidden
365setCursor(This,Cursor) -> wxWindow:setCursor(This,Cursor).
366%% @hidden
367setContainingSizer(This,Sizer) -> wxWindow:setContainingSizer(This,Sizer).
368%% @hidden
369setClientSize(This,Width,Height) -> wxWindow:setClientSize(This,Width,Height).
370%% @hidden
371setClientSize(This,Size) -> wxWindow:setClientSize(This,Size).
372%% @hidden
373setCaret(This,Caret) -> wxWindow:setCaret(This,Caret).
374%% @hidden
375setBackgroundStyle(This,Style) -> wxWindow:setBackgroundStyle(This,Style).
376%% @hidden
377setBackgroundColour(This,Colour) -> wxWindow:setBackgroundColour(This,Colour).
378%% @hidden
379setAutoLayout(This,AutoLayout) -> wxWindow:setAutoLayout(This,AutoLayout).
380%% @hidden
381setAcceleratorTable(This,Accel) -> wxWindow:setAcceleratorTable(This,Accel).
382%% @hidden
383scrollWindow(This,Dx,Dy, Options) -> wxWindow:scrollWindow(This,Dx,Dy, Options).
384%% @hidden
385scrollWindow(This,Dx,Dy) -> wxWindow:scrollWindow(This,Dx,Dy).
386%% @hidden
387scrollPages(This,Pages) -> wxWindow:scrollPages(This,Pages).
388%% @hidden
389scrollLines(This,Lines) -> wxWindow:scrollLines(This,Lines).
390%% @hidden
391screenToClient(This,Pt) -> wxWindow:screenToClient(This,Pt).
392%% @hidden
393screenToClient(This) -> wxWindow:screenToClient(This).
394%% @hidden
395reparent(This,NewParent) -> wxWindow:reparent(This,NewParent).
396%% @hidden
397removeChild(This,Child) -> wxWindow:removeChild(This,Child).
398%% @hidden
399releaseMouse(This) -> wxWindow:releaseMouse(This).
400%% @hidden
401refreshRect(This,Rect, Options) -> wxWindow:refreshRect(This,Rect, Options).
402%% @hidden
403refreshRect(This,Rect) -> wxWindow:refreshRect(This,Rect).
404%% @hidden
405refresh(This, Options) -> wxWindow:refresh(This, Options).
406%% @hidden
407refresh(This) -> wxWindow:refresh(This).
408%% @hidden
409raise(This) -> wxWindow:raise(This).
410%% @hidden
411popupMenu(This,Menu,X,Y) -> wxWindow:popupMenu(This,Menu,X,Y).
412%% @hidden
413popupMenu(This,Menu, Options) -> wxWindow:popupMenu(This,Menu, Options).
414%% @hidden
415popupMenu(This,Menu) -> wxWindow:popupMenu(This,Menu).
416%% @hidden
417pageUp(This) -> wxWindow:pageUp(This).
418%% @hidden
419pageDown(This) -> wxWindow:pageDown(This).
420%% @hidden
421navigate(This, Options) -> wxWindow:navigate(This, Options).
422%% @hidden
423navigate(This) -> wxWindow:navigate(This).
424%% @hidden
425moveBeforeInTabOrder(This,Win) -> wxWindow:moveBeforeInTabOrder(This,Win).
426%% @hidden
427moveAfterInTabOrder(This,Win) -> wxWindow:moveAfterInTabOrder(This,Win).
428%% @hidden
429move(This,X,Y, Options) -> wxWindow:move(This,X,Y, Options).
430%% @hidden
431move(This,X,Y) -> wxWindow:move(This,X,Y).
432%% @hidden
433move(This,Pt) -> wxWindow:move(This,Pt).
434%% @hidden
435lower(This) -> wxWindow:lower(This).
436%% @hidden
437lineUp(This) -> wxWindow:lineUp(This).
438%% @hidden
439lineDown(This) -> wxWindow:lineDown(This).
440%% @hidden
441layout(This) -> wxWindow:layout(This).
442%% @hidden
443isShownOnScreen(This) -> wxWindow:isShownOnScreen(This).
444%% @hidden
445isTopLevel(This) -> wxWindow:isTopLevel(This).
446%% @hidden
447isShown(This) -> wxWindow:isShown(This).
448%% @hidden
449isRetained(This) -> wxWindow:isRetained(This).
450%% @hidden
451isExposed(This,X,Y,W,H) -> wxWindow:isExposed(This,X,Y,W,H).
452%% @hidden
453isExposed(This,X,Y) -> wxWindow:isExposed(This,X,Y).
454%% @hidden
455isExposed(This,Pt) -> wxWindow:isExposed(This,Pt).
456%% @hidden
457isEnabled(This) -> wxWindow:isEnabled(This).
458%% @hidden
459isFrozen(This) -> wxWindow:isFrozen(This).
460%% @hidden
461invalidateBestSize(This) -> wxWindow:invalidateBestSize(This).
462%% @hidden
463inheritAttributes(This) -> wxWindow:inheritAttributes(This).
464%% @hidden
465hide(This) -> wxWindow:hide(This).
466%% @hidden
467hasTransparentBackground(This) -> wxWindow:hasTransparentBackground(This).
468%% @hidden
469hasScrollbar(This,Orient) -> wxWindow:hasScrollbar(This,Orient).
470%% @hidden
471hasCapture(This) -> wxWindow:hasCapture(This).
472%% @hidden
473getWindowVariant(This) -> wxWindow:getWindowVariant(This).
474%% @hidden
475getWindowStyleFlag(This) -> wxWindow:getWindowStyleFlag(This).
476%% @hidden
477getVirtualSize(This) -> wxWindow:getVirtualSize(This).
478%% @hidden
479getUpdateRegion(This) -> wxWindow:getUpdateRegion(This).
480%% @hidden
481getToolTip(This) -> wxWindow:getToolTip(This).
482%% @hidden
483getThemeEnabled(This) -> wxWindow:getThemeEnabled(This).
484%% @hidden
485getTextExtent(This,String, Options) -> wxWindow:getTextExtent(This,String, Options).
486%% @hidden
487getTextExtent(This,String) -> wxWindow:getTextExtent(This,String).
488%% @hidden
489getSizer(This) -> wxWindow:getSizer(This).
490%% @hidden
491getSize(This) -> wxWindow:getSize(This).
492%% @hidden
493getScrollThumb(This,Orientation) -> wxWindow:getScrollThumb(This,Orientation).
494%% @hidden
495getScrollRange(This,Orientation) -> wxWindow:getScrollRange(This,Orientation).
496%% @hidden
497getScrollPos(This,Orientation) -> wxWindow:getScrollPos(This,Orientation).
498%% @hidden
499getScreenRect(This) -> wxWindow:getScreenRect(This).
500%% @hidden
501getScreenPosition(This) -> wxWindow:getScreenPosition(This).
502%% @hidden
503getRect(This) -> wxWindow:getRect(This).
504%% @hidden
505getPosition(This) -> wxWindow:getPosition(This).
506%% @hidden
507getParent(This) -> wxWindow:getParent(This).
508%% @hidden
509getName(This) -> wxWindow:getName(This).
510%% @hidden
511getMinSize(This) -> wxWindow:getMinSize(This).
512%% @hidden
513getMaxSize(This) -> wxWindow:getMaxSize(This).
514%% @hidden
515getLabel(This) -> wxWindow:getLabel(This).
516%% @hidden
517getId(This) -> wxWindow:getId(This).
518%% @hidden
519getHelpText(This) -> wxWindow:getHelpText(This).
520%% @hidden
521getHandle(This) -> wxWindow:getHandle(This).
522%% @hidden
523getGrandParent(This) -> wxWindow:getGrandParent(This).
524%% @hidden
525getForegroundColour(This) -> wxWindow:getForegroundColour(This).
526%% @hidden
527getFont(This) -> wxWindow:getFont(This).
528%% @hidden
529getExtraStyle(This) -> wxWindow:getExtraStyle(This).
530%% @hidden
531getDPIScaleFactor(This) -> wxWindow:getDPIScaleFactor(This).
532%% @hidden
533getDropTarget(This) -> wxWindow:getDropTarget(This).
534%% @hidden
535getCursor(This) -> wxWindow:getCursor(This).
536%% @hidden
537getContainingSizer(This) -> wxWindow:getContainingSizer(This).
538%% @hidden
539getClientSize(This) -> wxWindow:getClientSize(This).
540%% @hidden
541getChildren(This) -> wxWindow:getChildren(This).
542%% @hidden
543getCharWidth(This) -> wxWindow:getCharWidth(This).
544%% @hidden
545getCharHeight(This) -> wxWindow:getCharHeight(This).
546%% @hidden
547getCaret(This) -> wxWindow:getCaret(This).
548%% @hidden
549getBestSize(This) -> wxWindow:getBestSize(This).
550%% @hidden
551getBackgroundStyle(This) -> wxWindow:getBackgroundStyle(This).
552%% @hidden
553getBackgroundColour(This) -> wxWindow:getBackgroundColour(This).
554%% @hidden
555getAcceleratorTable(This) -> wxWindow:getAcceleratorTable(This).
556%% @hidden
557freeze(This) -> wxWindow:freeze(This).
558%% @hidden
559fitInside(This) -> wxWindow:fitInside(This).
560%% @hidden
561fit(This) -> wxWindow:fit(This).
562%% @hidden
563findWindow(This,Id) -> wxWindow:findWindow(This,Id).
564%% @hidden
565enable(This, Options) -> wxWindow:enable(This, Options).
566%% @hidden
567enable(This) -> wxWindow:enable(This).
568%% @hidden
569dragAcceptFiles(This,Accept) -> wxWindow:dragAcceptFiles(This,Accept).
570%% @hidden
571disable(This) -> wxWindow:disable(This).
572%% @hidden
573destroyChildren(This) -> wxWindow:destroyChildren(This).
574%% @hidden
575convertPixelsToDialog(This,Sz) -> wxWindow:convertPixelsToDialog(This,Sz).
576%% @hidden
577convertDialogToPixels(This,Sz) -> wxWindow:convertDialogToPixels(This,Sz).
578%% @hidden
579close(This, Options) -> wxWindow:close(This, Options).
580%% @hidden
581close(This) -> wxWindow:close(This).
582%% @hidden
583clientToScreen(This,X,Y) -> wxWindow:clientToScreen(This,X,Y).
584%% @hidden
585clientToScreen(This,Pt) -> wxWindow:clientToScreen(This,Pt).
586%% @hidden
587clearBackground(This) -> wxWindow:clearBackground(This).
588%% @hidden
589centreOnParent(This, Options) -> wxWindow:centreOnParent(This, Options).
590%% @hidden
591centerOnParent(This, Options) -> wxWindow:centerOnParent(This, Options).
592%% @hidden
593centreOnParent(This) -> wxWindow:centreOnParent(This).
594%% @hidden
595centerOnParent(This) -> wxWindow:centerOnParent(This).
596%% @hidden
597centre(This, Options) -> wxWindow:centre(This, Options).
598%% @hidden
599center(This, Options) -> wxWindow:center(This, Options).
600%% @hidden
601centre(This) -> wxWindow:centre(This).
602%% @hidden
603center(This) -> wxWindow:center(This).
604%% @hidden
605captureMouse(This) -> wxWindow:captureMouse(This).
606%% @hidden
607cacheBestSize(This,Size) -> wxWindow:cacheBestSize(This,Size).
608 %% From wxEvtHandler
609%% @hidden
610disconnect(This,EventType, Options) -> wxEvtHandler:disconnect(This,EventType, Options).
611%% @hidden
612disconnect(This,EventType) -> wxEvtHandler:disconnect(This,EventType).
613%% @hidden
614disconnect(This) -> wxEvtHandler:disconnect(This).
615%% @hidden
616connect(This,EventType, Options) -> wxEvtHandler:connect(This,EventType, Options).
617%% @hidden
618connect(This,EventType) -> wxEvtHandler:connect(This,EventType).
619