1%%
2%% %CopyrightBegin%
3%%
4%% Copyright Ericsson AB 2008-2016. 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_wxsplashscreen.html">wxSplashScreen</a>.
22%% <p>This class is derived (and can use functions) from:
23%% <br />{@link wxFrame}
24%% <br />{@link wxTopLevelWindow}
25%% <br />{@link wxWindow}
26%% <br />{@link wxEvtHandler}
27%% </p>
28%% @type wxSplashScreen().  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(wxSplashScreen).
33-include("wxe.hrl").
34-export([destroy/1,getSplashStyle/1,getTimeout/1,new/0,new/5,new/6]).
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  createStatusBar/1,createStatusBar/2,createToolBar/1,createToolBar/2,
43  destroyChildren/1,disable/1,disconnect/1,disconnect/2,disconnect/3,
44  dragAcceptFiles/2,enable/1,enable/2,findWindow/2,fit/1,fitInside/1,
45  freeze/1,getAcceleratorTable/1,getBackgroundColour/1,getBackgroundStyle/1,
46  getBestSize/1,getCaret/1,getCharHeight/1,getCharWidth/1,getChildren/1,
47  getClientAreaOrigin/1,getClientSize/1,getContainingSizer/1,getContentScaleFactor/1,
48  getCursor/1,getDropTarget/1,getEventHandler/1,getExtraStyle/1,getFont/1,
49  getForegroundColour/1,getGrandParent/1,getHandle/1,getHelpText/1,
50  getIcon/1,getIcons/1,getId/1,getLabel/1,getMaxSize/1,getMenuBar/1,getMinSize/1,
51  getName/1,getParent/1,getPosition/1,getRect/1,getScreenPosition/1,
52  getScreenRect/1,getScrollPos/2,getScrollRange/2,getScrollThumb/2,
53  getSize/1,getSizer/1,getStatusBar/1,getStatusBarPane/1,getTextExtent/2,
54  getTextExtent/3,getTitle/1,getToolBar/1,getToolTip/1,getUpdateRegion/1,
55  getVirtualSize/1,getWindowStyleFlag/1,getWindowVariant/1,hasCapture/1,
56  hasScrollbar/2,hasTransparentBackground/1,hide/1,iconize/1,iconize/2,
57  inheritAttributes/1,initDialog/1,invalidateBestSize/1,isActive/1,
58  isDoubleBuffered/1,isEnabled/1,isExposed/2,isExposed/3,isExposed/5,
59  isFullScreen/1,isIconized/1,isMaximized/1,isRetained/1,isShown/1,isTopLevel/1,
60  layout/1,lineDown/1,lineUp/1,lower/1,makeModal/1,makeModal/2,maximize/1,
61  maximize/2,move/2,move/3,move/4,moveAfterInTabOrder/2,moveBeforeInTabOrder/2,
62  navigate/1,navigate/2,pageDown/1,pageUp/1,parent_class/1,popEventHandler/1,
63  popEventHandler/2,popupMenu/2,popupMenu/3,popupMenu/4,processCommand/2,
64  raise/1,refresh/1,refresh/2,refreshRect/2,refreshRect/3,releaseMouse/1,
65  removeChild/2,reparent/2,requestUserAttention/1,requestUserAttention/2,
66  screenToClient/1,screenToClient/2,scrollLines/2,scrollPages/2,scrollWindow/3,
67  scrollWindow/4,sendSizeEvent/1,setAcceleratorTable/2,setAutoLayout/2,
68  setBackgroundColour/2,setBackgroundStyle/2,setCaret/2,setClientSize/2,
69  setClientSize/3,setContainingSizer/2,setCursor/2,setDoubleBuffered/2,
70  setDropTarget/2,setExtraStyle/2,setFocus/1,setFocusFromKbd/1,setFont/2,
71  setForegroundColour/2,setHelpText/2,setIcon/2,setIcons/2,setId/2,setLabel/2,
72  setMaxSize/2,setMenuBar/2,setMinSize/2,setName/2,setOwnBackgroundColour/2,
73  setOwnFont/2,setOwnForegroundColour/2,setPalette/2,setScrollPos/3,
74  setScrollPos/4,setScrollbar/5,setScrollbar/6,setShape/2,setSize/2,
75  setSize/3,setSize/5,setSize/6,setSizeHints/2,setSizeHints/3,setSizeHints/4,
76  setSizer/2,setSizer/3,setSizerAndFit/2,setSizerAndFit/3,setStatusBar/2,
77  setStatusBarPane/2,setStatusText/2,setStatusText/3,setStatusWidths/2,
78  setThemeEnabled/2,setTitle/2,setToolBar/2,setToolTip/2,setTransparent/2,
79  setVirtualSize/2,setVirtualSize/3,setVirtualSizeHints/2,setVirtualSizeHints/3,
80  setVirtualSizeHints/4,setWindowStyle/2,setWindowStyleFlag/2,setWindowVariant/2,
81  shouldInheritColours/1,show/1,show/2,showFullScreen/2,showFullScreen/3,
82  thaw/1,transferDataFromWindow/1,transferDataToWindow/1,update/1,updateWindowUI/1,
83  updateWindowUI/2,validate/1,warpPointer/3]).
84
85-export_type([wxSplashScreen/0]).
86%% @hidden
87parent_class(wxFrame) -> true;
88parent_class(wxTopLevelWindow) -> true;
89parent_class(wxWindow) -> true;
90parent_class(wxEvtHandler) -> true;
91parent_class(_Class) -> erlang:error({badtype, ?MODULE}).
92
93-type wxSplashScreen() :: wx:wx_object().
94%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxsplashscreen.html#wxsplashscreenwxsplashscreen">external documentation</a>.
95-spec new() -> wxSplashScreen().
96new() ->
97  wxe_util:construct(?wxSplashScreen_new_0,
98  <<>>).
99
100%% @equiv new(Bitmap,SplashStyle,Milliseconds,Parent,Id, [])
101-spec new(Bitmap, SplashStyle, Milliseconds, Parent, Id) -> wxSplashScreen() when
102	Bitmap::wxBitmap:wxBitmap(), SplashStyle::integer(), Milliseconds::integer(), Parent::wxWindow:wxWindow(), Id::integer().
103
104new(Bitmap,SplashStyle,Milliseconds,Parent,Id)
105 when is_record(Bitmap, wx_ref),is_integer(SplashStyle),is_integer(Milliseconds),is_record(Parent, wx_ref),is_integer(Id) ->
106  new(Bitmap,SplashStyle,Milliseconds,Parent,Id, []).
107
108%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxsplashscreen.html#wxsplashscreenwxsplashscreen">external documentation</a>.
109-spec new(Bitmap, SplashStyle, Milliseconds, Parent, Id, [Option]) -> wxSplashScreen() when
110	Bitmap::wxBitmap:wxBitmap(), SplashStyle::integer(), Milliseconds::integer(), Parent::wxWindow:wxWindow(), Id::integer(),
111	Option :: {'pos', {X::integer(), Y::integer()}}
112		 | {'size', {W::integer(), H::integer()}}
113		 | {'style', integer()}.
114new(#wx_ref{type=BitmapT,ref=BitmapRef},SplashStyle,Milliseconds,#wx_ref{type=ParentT,ref=ParentRef},Id, Options)
115 when is_integer(SplashStyle),is_integer(Milliseconds),is_integer(Id),is_list(Options) ->
116  ?CLASS(BitmapT,wxBitmap),
117  ?CLASS(ParentT,wxWindow),
118  MOpts = fun({pos, {PosX,PosY}}, Acc) -> [<<1:32/?UI,PosX:32/?UI,PosY:32/?UI,0:32>>|Acc];
119          ({size, {SizeW,SizeH}}, Acc) -> [<<2:32/?UI,SizeW:32/?UI,SizeH:32/?UI,0:32>>|Acc];
120          ({style, Style}, Acc) -> [<<3:32/?UI,Style:32/?UI>>|Acc];
121          (BadOpt, _) -> erlang:error({badoption, BadOpt}) end,
122  BinOpt = list_to_binary(lists:foldl(MOpts, [<<0:32>>], Options)),
123  wxe_util:construct(?wxSplashScreen_new_6,
124  <<BitmapRef:32/?UI,SplashStyle:32/?UI,Milliseconds:32/?UI,ParentRef:32/?UI,Id:32/?UI, 0:32,BinOpt/binary>>).
125
126%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxsplashscreen.html#wxsplashscreengetsplashstyle">external documentation</a>.
127-spec getSplashStyle(This) -> integer() when
128	This::wxSplashScreen().
129getSplashStyle(#wx_ref{type=ThisT,ref=ThisRef}) ->
130  ?CLASS(ThisT,wxSplashScreen),
131  wxe_util:call(?wxSplashScreen_GetSplashStyle,
132  <<ThisRef:32/?UI>>).
133
134%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxsplashscreen.html#wxsplashscreengettimeout">external documentation</a>.
135-spec getTimeout(This) -> integer() when
136	This::wxSplashScreen().
137getTimeout(#wx_ref{type=ThisT,ref=ThisRef}) ->
138  ?CLASS(ThisT,wxSplashScreen),
139  wxe_util:call(?wxSplashScreen_GetTimeout,
140  <<ThisRef:32/?UI>>).
141
142%% @doc Destroys this object, do not use object again
143-spec destroy(This::wxSplashScreen()) -> 'ok'.
144destroy(Obj=#wx_ref{type=Type}) ->
145  ?CLASS(Type,wxSplashScreen),
146  wxe_util:destroy(?DESTROY_OBJECT,Obj),
147  ok.
148 %% From wxFrame
149%% @hidden
150setToolBar(This,Toolbar) -> wxFrame:setToolBar(This,Toolbar).
151%% @hidden
152setStatusWidths(This,Widths_field) -> wxFrame:setStatusWidths(This,Widths_field).
153%% @hidden
154setStatusText(This,Text, Options) -> wxFrame:setStatusText(This,Text, Options).
155%% @hidden
156setStatusText(This,Text) -> wxFrame:setStatusText(This,Text).
157%% @hidden
158setStatusBarPane(This,N) -> wxFrame:setStatusBarPane(This,N).
159%% @hidden
160setStatusBar(This,Statbar) -> wxFrame:setStatusBar(This,Statbar).
161%% @hidden
162setMenuBar(This,Menubar) -> wxFrame:setMenuBar(This,Menubar).
163%% @hidden
164sendSizeEvent(This) -> wxFrame:sendSizeEvent(This).
165%% @hidden
166processCommand(This,Winid) -> wxFrame:processCommand(This,Winid).
167%% @hidden
168getToolBar(This) -> wxFrame:getToolBar(This).
169%% @hidden
170getStatusBarPane(This) -> wxFrame:getStatusBarPane(This).
171%% @hidden
172getStatusBar(This) -> wxFrame:getStatusBar(This).
173%% @hidden
174getMenuBar(This) -> wxFrame:getMenuBar(This).
175%% @hidden
176getClientAreaOrigin(This) -> wxFrame:getClientAreaOrigin(This).
177%% @hidden
178createToolBar(This, Options) -> wxFrame:createToolBar(This, Options).
179%% @hidden
180createToolBar(This) -> wxFrame:createToolBar(This).
181%% @hidden
182createStatusBar(This, Options) -> wxFrame:createStatusBar(This, Options).
183%% @hidden
184createStatusBar(This) -> wxFrame:createStatusBar(This).
185 %% From wxTopLevelWindow
186%% @hidden
187showFullScreen(This,Show, Options) -> wxTopLevelWindow:showFullScreen(This,Show, Options).
188%% @hidden
189showFullScreen(This,Show) -> wxTopLevelWindow:showFullScreen(This,Show).
190%% @hidden
191setTitle(This,Title) -> wxTopLevelWindow:setTitle(This,Title).
192%% @hidden
193setShape(This,Region) -> wxTopLevelWindow:setShape(This,Region).
194%% @hidden
195centreOnScreen(This, Options) -> wxTopLevelWindow:centreOnScreen(This, Options).
196%% @hidden
197centreOnScreen(This) -> wxTopLevelWindow:centreOnScreen(This).
198%% @hidden
199centerOnScreen(This, Options) -> wxTopLevelWindow:centerOnScreen(This, Options).
200%% @hidden
201centerOnScreen(This) -> wxTopLevelWindow:centerOnScreen(This).
202%% @hidden
203setIcons(This,Icons) -> wxTopLevelWindow:setIcons(This,Icons).
204%% @hidden
205setIcon(This,Icon) -> wxTopLevelWindow:setIcon(This,Icon).
206%% @hidden
207requestUserAttention(This, Options) -> wxTopLevelWindow:requestUserAttention(This, Options).
208%% @hidden
209requestUserAttention(This) -> wxTopLevelWindow:requestUserAttention(This).
210%% @hidden
211maximize(This, Options) -> wxTopLevelWindow:maximize(This, Options).
212%% @hidden
213maximize(This) -> wxTopLevelWindow:maximize(This).
214%% @hidden
215isMaximized(This) -> wxTopLevelWindow:isMaximized(This).
216%% @hidden
217isIconized(This) -> wxTopLevelWindow:isIconized(This).
218%% @hidden
219isFullScreen(This) -> wxTopLevelWindow:isFullScreen(This).
220%% @hidden
221iconize(This, Options) -> wxTopLevelWindow:iconize(This, Options).
222%% @hidden
223iconize(This) -> wxTopLevelWindow:iconize(This).
224%% @hidden
225isActive(This) -> wxTopLevelWindow:isActive(This).
226%% @hidden
227getTitle(This) -> wxTopLevelWindow:getTitle(This).
228%% @hidden
229getIcons(This) -> wxTopLevelWindow:getIcons(This).
230%% @hidden
231getIcon(This) -> wxTopLevelWindow:getIcon(This).
232 %% From wxWindow
233%% @hidden
234getContentScaleFactor(This) -> wxWindow:getContentScaleFactor(This).
235%% @hidden
236setDoubleBuffered(This,On) -> wxWindow:setDoubleBuffered(This,On).
237%% @hidden
238isDoubleBuffered(This) -> wxWindow:isDoubleBuffered(This).
239%% @hidden
240canSetTransparent(This) -> wxWindow:canSetTransparent(This).
241%% @hidden
242setTransparent(This,Alpha) -> wxWindow:setTransparent(This,Alpha).
243%% @hidden
244warpPointer(This,X,Y) -> wxWindow:warpPointer(This,X,Y).
245%% @hidden
246validate(This) -> wxWindow:validate(This).
247%% @hidden
248updateWindowUI(This, Options) -> wxWindow:updateWindowUI(This, Options).
249%% @hidden
250updateWindowUI(This) -> wxWindow:updateWindowUI(This).
251%% @hidden
252update(This) -> wxWindow:update(This).
253%% @hidden
254transferDataToWindow(This) -> wxWindow:transferDataToWindow(This).
255%% @hidden
256transferDataFromWindow(This) -> wxWindow:transferDataFromWindow(This).
257%% @hidden
258thaw(This) -> wxWindow:thaw(This).
259%% @hidden
260show(This, Options) -> wxWindow:show(This, Options).
261%% @hidden
262show(This) -> wxWindow:show(This).
263%% @hidden
264shouldInheritColours(This) -> wxWindow:shouldInheritColours(This).
265%% @hidden
266setWindowVariant(This,Variant) -> wxWindow:setWindowVariant(This,Variant).
267%% @hidden
268setWindowStyleFlag(This,Style) -> wxWindow:setWindowStyleFlag(This,Style).
269%% @hidden
270setWindowStyle(This,Style) -> wxWindow:setWindowStyle(This,Style).
271%% @hidden
272setVirtualSizeHints(This,MinW,MinH, Options) -> wxWindow:setVirtualSizeHints(This,MinW,MinH, Options).
273%% @hidden
274setVirtualSizeHints(This,MinW,MinH) -> wxWindow:setVirtualSizeHints(This,MinW,MinH).
275%% @hidden
276setVirtualSizeHints(This,MinSize) -> wxWindow:setVirtualSizeHints(This,MinSize).
277%% @hidden
278setVirtualSize(This,X,Y) -> wxWindow:setVirtualSize(This,X,Y).
279%% @hidden
280setVirtualSize(This,Size) -> wxWindow:setVirtualSize(This,Size).
281%% @hidden
282setToolTip(This,Tip) -> wxWindow:setToolTip(This,Tip).
283%% @hidden
284setThemeEnabled(This,EnableTheme) -> wxWindow:setThemeEnabled(This,EnableTheme).
285%% @hidden
286setSizerAndFit(This,Sizer, Options) -> wxWindow:setSizerAndFit(This,Sizer, Options).
287%% @hidden
288setSizerAndFit(This,Sizer) -> wxWindow:setSizerAndFit(This,Sizer).
289%% @hidden
290setSizer(This,Sizer, Options) -> wxWindow:setSizer(This,Sizer, Options).
291%% @hidden
292setSizer(This,Sizer) -> wxWindow:setSizer(This,Sizer).
293%% @hidden
294setSizeHints(This,MinW,MinH, Options) -> wxWindow:setSizeHints(This,MinW,MinH, Options).
295%% @hidden
296setSizeHints(This,MinW,MinH) -> wxWindow:setSizeHints(This,MinW,MinH).
297%% @hidden
298setSizeHints(This,MinSize) -> wxWindow:setSizeHints(This,MinSize).
299%% @hidden
300setSize(This,X,Y,Width,Height, Options) -> wxWindow:setSize(This,X,Y,Width,Height, Options).
301%% @hidden
302setSize(This,X,Y,Width,Height) -> wxWindow:setSize(This,X,Y,Width,Height).
303%% @hidden
304setSize(This,Width,Height) -> wxWindow:setSize(This,Width,Height).
305%% @hidden
306setSize(This,Rect) -> wxWindow:setSize(This,Rect).
307%% @hidden
308setScrollPos(This,Orient,Pos, Options) -> wxWindow:setScrollPos(This,Orient,Pos, Options).
309%% @hidden
310setScrollPos(This,Orient,Pos) -> wxWindow:setScrollPos(This,Orient,Pos).
311%% @hidden
312setScrollbar(This,Orient,Pos,ThumbVisible,Range, Options) -> wxWindow:setScrollbar(This,Orient,Pos,ThumbVisible,Range, Options).
313%% @hidden
314setScrollbar(This,Orient,Pos,ThumbVisible,Range) -> wxWindow:setScrollbar(This,Orient,Pos,ThumbVisible,Range).
315%% @hidden
316setPalette(This,Pal) -> wxWindow:setPalette(This,Pal).
317%% @hidden
318setName(This,Name) -> wxWindow:setName(This,Name).
319%% @hidden
320setLabel(This,Label) -> wxWindow:setLabel(This,Label).
321%% @hidden
322setId(This,Winid) -> wxWindow:setId(This,Winid).
323%% @hidden
324setHelpText(This,Text) -> wxWindow:setHelpText(This,Text).
325%% @hidden
326setForegroundColour(This,Colour) -> wxWindow:setForegroundColour(This,Colour).
327%% @hidden
328setFont(This,Font) -> wxWindow:setFont(This,Font).
329%% @hidden
330setFocusFromKbd(This) -> wxWindow:setFocusFromKbd(This).
331%% @hidden
332setFocus(This) -> wxWindow:setFocus(This).
333%% @hidden
334setExtraStyle(This,ExStyle) -> wxWindow:setExtraStyle(This,ExStyle).
335%% @hidden
336setDropTarget(This,DropTarget) -> wxWindow:setDropTarget(This,DropTarget).
337%% @hidden
338setOwnForegroundColour(This,Colour) -> wxWindow:setOwnForegroundColour(This,Colour).
339%% @hidden
340setOwnFont(This,Font) -> wxWindow:setOwnFont(This,Font).
341%% @hidden
342setOwnBackgroundColour(This,Colour) -> wxWindow:setOwnBackgroundColour(This,Colour).
343%% @hidden
344setMinSize(This,MinSize) -> wxWindow:setMinSize(This,MinSize).
345%% @hidden
346setMaxSize(This,MaxSize) -> wxWindow:setMaxSize(This,MaxSize).
347%% @hidden
348setCursor(This,Cursor) -> wxWindow:setCursor(This,Cursor).
349%% @hidden
350setContainingSizer(This,Sizer) -> wxWindow:setContainingSizer(This,Sizer).
351%% @hidden
352setClientSize(This,Width,Height) -> wxWindow:setClientSize(This,Width,Height).
353%% @hidden
354setClientSize(This,Size) -> wxWindow:setClientSize(This,Size).
355%% @hidden
356setCaret(This,Caret) -> wxWindow:setCaret(This,Caret).
357%% @hidden
358setBackgroundStyle(This,Style) -> wxWindow:setBackgroundStyle(This,Style).
359%% @hidden
360setBackgroundColour(This,Colour) -> wxWindow:setBackgroundColour(This,Colour).
361%% @hidden
362setAutoLayout(This,AutoLayout) -> wxWindow:setAutoLayout(This,AutoLayout).
363%% @hidden
364setAcceleratorTable(This,Accel) -> wxWindow:setAcceleratorTable(This,Accel).
365%% @hidden
366scrollWindow(This,Dx,Dy, Options) -> wxWindow:scrollWindow(This,Dx,Dy, Options).
367%% @hidden
368scrollWindow(This,Dx,Dy) -> wxWindow:scrollWindow(This,Dx,Dy).
369%% @hidden
370scrollPages(This,Pages) -> wxWindow:scrollPages(This,Pages).
371%% @hidden
372scrollLines(This,Lines) -> wxWindow:scrollLines(This,Lines).
373%% @hidden
374screenToClient(This,Pt) -> wxWindow:screenToClient(This,Pt).
375%% @hidden
376screenToClient(This) -> wxWindow:screenToClient(This).
377%% @hidden
378reparent(This,NewParent) -> wxWindow:reparent(This,NewParent).
379%% @hidden
380removeChild(This,Child) -> wxWindow:removeChild(This,Child).
381%% @hidden
382releaseMouse(This) -> wxWindow:releaseMouse(This).
383%% @hidden
384refreshRect(This,Rect, Options) -> wxWindow:refreshRect(This,Rect, Options).
385%% @hidden
386refreshRect(This,Rect) -> wxWindow:refreshRect(This,Rect).
387%% @hidden
388refresh(This, Options) -> wxWindow:refresh(This, Options).
389%% @hidden
390refresh(This) -> wxWindow:refresh(This).
391%% @hidden
392raise(This) -> wxWindow:raise(This).
393%% @hidden
394popupMenu(This,Menu,X,Y) -> wxWindow:popupMenu(This,Menu,X,Y).
395%% @hidden
396popupMenu(This,Menu, Options) -> wxWindow:popupMenu(This,Menu, Options).
397%% @hidden
398popupMenu(This,Menu) -> wxWindow:popupMenu(This,Menu).
399%% @hidden
400popEventHandler(This, Options) -> wxWindow:popEventHandler(This, Options).
401%% @hidden
402popEventHandler(This) -> wxWindow:popEventHandler(This).
403%% @hidden
404pageUp(This) -> wxWindow:pageUp(This).
405%% @hidden
406pageDown(This) -> wxWindow:pageDown(This).
407%% @hidden
408navigate(This, Options) -> wxWindow:navigate(This, Options).
409%% @hidden
410navigate(This) -> wxWindow:navigate(This).
411%% @hidden
412moveBeforeInTabOrder(This,Win) -> wxWindow:moveBeforeInTabOrder(This,Win).
413%% @hidden
414moveAfterInTabOrder(This,Win) -> wxWindow:moveAfterInTabOrder(This,Win).
415%% @hidden
416move(This,X,Y, Options) -> wxWindow:move(This,X,Y, Options).
417%% @hidden
418move(This,X,Y) -> wxWindow:move(This,X,Y).
419%% @hidden
420move(This,Pt) -> wxWindow:move(This,Pt).
421%% @hidden
422makeModal(This, Options) -> wxWindow:makeModal(This, Options).
423%% @hidden
424makeModal(This) -> wxWindow:makeModal(This).
425%% @hidden
426lower(This) -> wxWindow:lower(This).
427%% @hidden
428lineUp(This) -> wxWindow:lineUp(This).
429%% @hidden
430lineDown(This) -> wxWindow:lineDown(This).
431%% @hidden
432layout(This) -> wxWindow:layout(This).
433%% @hidden
434isTopLevel(This) -> wxWindow:isTopLevel(This).
435%% @hidden
436isShown(This) -> wxWindow:isShown(This).
437%% @hidden
438isRetained(This) -> wxWindow:isRetained(This).
439%% @hidden
440isExposed(This,X,Y,W,H) -> wxWindow:isExposed(This,X,Y,W,H).
441%% @hidden
442isExposed(This,X,Y) -> wxWindow:isExposed(This,X,Y).
443%% @hidden
444isExposed(This,Pt) -> wxWindow:isExposed(This,Pt).
445%% @hidden
446isEnabled(This) -> wxWindow:isEnabled(This).
447%% @hidden
448invalidateBestSize(This) -> wxWindow:invalidateBestSize(This).
449%% @hidden
450initDialog(This) -> wxWindow:initDialog(This).
451%% @hidden
452inheritAttributes(This) -> wxWindow:inheritAttributes(This).
453%% @hidden
454hide(This) -> wxWindow:hide(This).
455%% @hidden
456hasTransparentBackground(This) -> wxWindow:hasTransparentBackground(This).
457%% @hidden
458hasScrollbar(This,Orient) -> wxWindow:hasScrollbar(This,Orient).
459%% @hidden
460hasCapture(This) -> wxWindow:hasCapture(This).
461%% @hidden
462getWindowVariant(This) -> wxWindow:getWindowVariant(This).
463%% @hidden
464getWindowStyleFlag(This) -> wxWindow:getWindowStyleFlag(This).
465%% @hidden
466getVirtualSize(This) -> wxWindow:getVirtualSize(This).
467%% @hidden
468getUpdateRegion(This) -> wxWindow:getUpdateRegion(This).
469%% @hidden
470getToolTip(This) -> wxWindow:getToolTip(This).
471%% @hidden
472getTextExtent(This,String, Options) -> wxWindow:getTextExtent(This,String, Options).
473%% @hidden
474getTextExtent(This,String) -> wxWindow:getTextExtent(This,String).
475%% @hidden
476getSizer(This) -> wxWindow:getSizer(This).
477%% @hidden
478getSize(This) -> wxWindow:getSize(This).
479%% @hidden
480getScrollThumb(This,Orient) -> wxWindow:getScrollThumb(This,Orient).
481%% @hidden
482getScrollRange(This,Orient) -> wxWindow:getScrollRange(This,Orient).
483%% @hidden
484getScrollPos(This,Orient) -> wxWindow:getScrollPos(This,Orient).
485%% @hidden
486getScreenRect(This) -> wxWindow:getScreenRect(This).
487%% @hidden
488getScreenPosition(This) -> wxWindow:getScreenPosition(This).
489%% @hidden
490getRect(This) -> wxWindow:getRect(This).
491%% @hidden
492getPosition(This) -> wxWindow:getPosition(This).
493%% @hidden
494getParent(This) -> wxWindow:getParent(This).
495%% @hidden
496getName(This) -> wxWindow:getName(This).
497%% @hidden
498getMinSize(This) -> wxWindow:getMinSize(This).
499%% @hidden
500getMaxSize(This) -> wxWindow:getMaxSize(This).
501%% @hidden
502getLabel(This) -> wxWindow:getLabel(This).
503%% @hidden
504getId(This) -> wxWindow:getId(This).
505%% @hidden
506getHelpText(This) -> wxWindow:getHelpText(This).
507%% @hidden
508getHandle(This) -> wxWindow:getHandle(This).
509%% @hidden
510getGrandParent(This) -> wxWindow:getGrandParent(This).
511%% @hidden
512getForegroundColour(This) -> wxWindow:getForegroundColour(This).
513%% @hidden
514getFont(This) -> wxWindow:getFont(This).
515%% @hidden
516getExtraStyle(This) -> wxWindow:getExtraStyle(This).
517%% @hidden
518getEventHandler(This) -> wxWindow:getEventHandler(This).
519%% @hidden
520getDropTarget(This) -> wxWindow:getDropTarget(This).
521%% @hidden
522getCursor(This) -> wxWindow:getCursor(This).
523%% @hidden
524getContainingSizer(This) -> wxWindow:getContainingSizer(This).
525%% @hidden
526getClientSize(This) -> wxWindow:getClientSize(This).
527%% @hidden
528getChildren(This) -> wxWindow:getChildren(This).
529%% @hidden
530getCharWidth(This) -> wxWindow:getCharWidth(This).
531%% @hidden
532getCharHeight(This) -> wxWindow:getCharHeight(This).
533%% @hidden
534getCaret(This) -> wxWindow:getCaret(This).
535%% @hidden
536getBestSize(This) -> wxWindow:getBestSize(This).
537%% @hidden
538getBackgroundStyle(This) -> wxWindow:getBackgroundStyle(This).
539%% @hidden
540getBackgroundColour(This) -> wxWindow:getBackgroundColour(This).
541%% @hidden
542getAcceleratorTable(This) -> wxWindow:getAcceleratorTable(This).
543%% @hidden
544freeze(This) -> wxWindow:freeze(This).
545%% @hidden
546fitInside(This) -> wxWindow:fitInside(This).
547%% @hidden
548fit(This) -> wxWindow:fit(This).
549%% @hidden
550findWindow(This,Winid) -> wxWindow:findWindow(This,Winid).
551%% @hidden
552enable(This, Options) -> wxWindow:enable(This, Options).
553%% @hidden
554enable(This) -> wxWindow:enable(This).
555%% @hidden
556dragAcceptFiles(This,Accept) -> wxWindow:dragAcceptFiles(This,Accept).
557%% @hidden
558disable(This) -> wxWindow:disable(This).
559%% @hidden
560destroyChildren(This) -> wxWindow:destroyChildren(This).
561%% @hidden
562convertPixelsToDialog(This,Sz) -> wxWindow:convertPixelsToDialog(This,Sz).
563%% @hidden
564convertDialogToPixels(This,Sz) -> wxWindow:convertDialogToPixels(This,Sz).
565%% @hidden
566close(This, Options) -> wxWindow:close(This, Options).
567%% @hidden
568close(This) -> wxWindow:close(This).
569%% @hidden
570clientToScreen(This,X,Y) -> wxWindow:clientToScreen(This,X,Y).
571%% @hidden
572clientToScreen(This,Pt) -> wxWindow:clientToScreen(This,Pt).
573%% @hidden
574clearBackground(This) -> wxWindow:clearBackground(This).
575%% @hidden
576centreOnParent(This, Options) -> wxWindow:centreOnParent(This, Options).
577%% @hidden
578centreOnParent(This) -> wxWindow:centreOnParent(This).
579%% @hidden
580centre(This, Options) -> wxWindow:centre(This, Options).
581%% @hidden
582centre(This) -> wxWindow:centre(This).
583%% @hidden
584centerOnParent(This, Options) -> wxWindow:centerOnParent(This, Options).
585%% @hidden
586centerOnParent(This) -> wxWindow:centerOnParent(This).
587%% @hidden
588center(This, Options) -> wxWindow:center(This, Options).
589%% @hidden
590center(This) -> wxWindow:center(This).
591%% @hidden
592captureMouse(This) -> wxWindow:captureMouse(This).
593%% @hidden
594cacheBestSize(This,Size) -> wxWindow:cacheBestSize(This,Size).
595 %% From wxEvtHandler
596%% @hidden
597disconnect(This,EventType, Options) -> wxEvtHandler:disconnect(This,EventType, Options).
598%% @hidden
599disconnect(This,EventType) -> wxEvtHandler:disconnect(This,EventType).
600%% @hidden
601disconnect(This) -> wxEvtHandler:disconnect(This).
602%% @hidden
603connect(This,EventType, Options) -> wxEvtHandler:connect(This,EventType, Options).
604%% @hidden
605connect(This,EventType) -> wxEvtHandler:connect(This,EventType).
606