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