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