~statik/ubuntu/maverick/erlang/erlang-merge-testing

« back to all changes in this revision

Viewing changes to lib/wx/src/gen/wxDirPickerCtrl.erl

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-05-01 10:14:38 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090501101438-6qlr6rsdxgyzrg2z
Tags: 1:13.b-dfsg-2
* Cleaned up patches: removed unneeded patch which helped to support
  different SCTP library versions, made sure that changes for m68k
  architecture applied only when building on this architecture.
* Removed duplicated information from binary packages descriptions.
* Don't require libsctp-dev build-dependency on solaris-i386 architecture
  which allows to build Erlang on Nexenta (thanks to Tim Spriggs for
  the suggestion).

Show diffs side-by-side

added added

removed removed

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