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