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