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