1 # This file was created automatically by SWIG.
12 from clip_dnd
import *
14 from windows2
import *
16 from controls
import *
24 from stattool
import *
26 class wxSashEventPtr(wxCommandEventPtr
):
27 def __init__(self
,this
):
30 def SetEdge(self
, *_args
, **_kwargs
):
31 val
= windows3c
.wxSashEvent_SetEdge(self
, *_args
, **_kwargs
)
33 def GetEdge(self
, *_args
, **_kwargs
):
34 val
= windows3c
.wxSashEvent_GetEdge(self
, *_args
, **_kwargs
)
36 def SetDragRect(self
, *_args
, **_kwargs
):
37 val
= windows3c
.wxSashEvent_SetDragRect(self
, *_args
, **_kwargs
)
39 def GetDragRect(self
, *_args
, **_kwargs
):
40 val
= windows3c
.wxSashEvent_GetDragRect(self
, *_args
, **_kwargs
)
41 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
43 def SetDragStatus(self
, *_args
, **_kwargs
):
44 val
= windows3c
.wxSashEvent_SetDragStatus(self
, *_args
, **_kwargs
)
46 def GetDragStatus(self
, *_args
, **_kwargs
):
47 val
= windows3c
.wxSashEvent_GetDragStatus(self
, *_args
, **_kwargs
)
50 return "<%s.%s instance; proxy of C++ wxSashEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
51 class wxSashEvent(wxSashEventPtr
):
52 def __init__(self
,*_args
,**_kwargs
):
53 self
.this
= windows3c
.new_wxSashEvent(*_args
,**_kwargs
)
59 class wxSashWindowPtr(wxWindowPtr
):
60 def __init__(self
,this
):
63 def Create(self
, *_args
, **_kwargs
):
64 val
= windows3c
.wxSashWindow_Create(self
, *_args
, **_kwargs
)
66 def GetSashVisible(self
, *_args
, **_kwargs
):
67 val
= windows3c
.wxSashWindow_GetSashVisible(self
, *_args
, **_kwargs
)
69 def GetDefaultBorderSize(self
, *_args
, **_kwargs
):
70 val
= windows3c
.wxSashWindow_GetDefaultBorderSize(self
, *_args
, **_kwargs
)
72 def GetEdgeMargin(self
, *_args
, **_kwargs
):
73 val
= windows3c
.wxSashWindow_GetEdgeMargin(self
, *_args
, **_kwargs
)
75 def GetExtraBorderSize(self
, *_args
, **_kwargs
):
76 val
= windows3c
.wxSashWindow_GetExtraBorderSize(self
, *_args
, **_kwargs
)
78 def GetMaximumSizeX(self
, *_args
, **_kwargs
):
79 val
= windows3c
.wxSashWindow_GetMaximumSizeX(self
, *_args
, **_kwargs
)
81 def GetMaximumSizeY(self
, *_args
, **_kwargs
):
82 val
= windows3c
.wxSashWindow_GetMaximumSizeY(self
, *_args
, **_kwargs
)
84 def GetMinimumSizeX(self
, *_args
, **_kwargs
):
85 val
= windows3c
.wxSashWindow_GetMinimumSizeX(self
, *_args
, **_kwargs
)
87 def GetMinimumSizeY(self
, *_args
, **_kwargs
):
88 val
= windows3c
.wxSashWindow_GetMinimumSizeY(self
, *_args
, **_kwargs
)
90 def HasBorder(self
, *_args
, **_kwargs
):
91 val
= windows3c
.wxSashWindow_HasBorder(self
, *_args
, **_kwargs
)
93 def SetDefaultBorderSize(self
, *_args
, **_kwargs
):
94 val
= windows3c
.wxSashWindow_SetDefaultBorderSize(self
, *_args
, **_kwargs
)
96 def SetExtraBorderSize(self
, *_args
, **_kwargs
):
97 val
= windows3c
.wxSashWindow_SetExtraBorderSize(self
, *_args
, **_kwargs
)
99 def SetMaximumSizeX(self
, *_args
, **_kwargs
):
100 val
= windows3c
.wxSashWindow_SetMaximumSizeX(self
, *_args
, **_kwargs
)
102 def SetMaximumSizeY(self
, *_args
, **_kwargs
):
103 val
= windows3c
.wxSashWindow_SetMaximumSizeY(self
, *_args
, **_kwargs
)
105 def SetMinimumSizeX(self
, *_args
, **_kwargs
):
106 val
= windows3c
.wxSashWindow_SetMinimumSizeX(self
, *_args
, **_kwargs
)
108 def SetMinimumSizeY(self
, *_args
, **_kwargs
):
109 val
= windows3c
.wxSashWindow_SetMinimumSizeY(self
, *_args
, **_kwargs
)
111 def SetSashVisible(self
, *_args
, **_kwargs
):
112 val
= windows3c
.wxSashWindow_SetSashVisible(self
, *_args
, **_kwargs
)
114 def SetSashBorder(self
, *_args
, **_kwargs
):
115 val
= windows3c
.wxSashWindow_SetSashBorder(self
, *_args
, **_kwargs
)
118 return "<%s.%s instance; proxy of C++ wxSashWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
119 class wxSashWindow(wxSashWindowPtr
):
120 def __init__(self
,*_args
,**_kwargs
):
121 self
.this
= windows3c
.new_wxSashWindow(*_args
,**_kwargs
)
123 self
._setOORInfo
(self
)
127 def wxPreSashWindow(*_args
,**_kwargs
):
128 val
= wxSashWindowPtr(windows3c
.new_wxPreSashWindow(*_args
,**_kwargs
))
134 class wxQueryLayoutInfoEventPtr(wxEventPtr
):
135 def __init__(self
,this
):
138 def SetRequestedLength(self
, *_args
, **_kwargs
):
139 val
= windows3c
.wxQueryLayoutInfoEvent_SetRequestedLength(self
, *_args
, **_kwargs
)
141 def GetRequestedLength(self
, *_args
, **_kwargs
):
142 val
= windows3c
.wxQueryLayoutInfoEvent_GetRequestedLength(self
, *_args
, **_kwargs
)
144 def SetFlags(self
, *_args
, **_kwargs
):
145 val
= windows3c
.wxQueryLayoutInfoEvent_SetFlags(self
, *_args
, **_kwargs
)
147 def GetFlags(self
, *_args
, **_kwargs
):
148 val
= windows3c
.wxQueryLayoutInfoEvent_GetFlags(self
, *_args
, **_kwargs
)
150 def SetSize(self
, *_args
, **_kwargs
):
151 val
= windows3c
.wxQueryLayoutInfoEvent_SetSize(self
, *_args
, **_kwargs
)
153 def GetSize(self
, *_args
, **_kwargs
):
154 val
= windows3c
.wxQueryLayoutInfoEvent_GetSize(self
, *_args
, **_kwargs
)
155 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
157 def SetOrientation(self
, *_args
, **_kwargs
):
158 val
= windows3c
.wxQueryLayoutInfoEvent_SetOrientation(self
, *_args
, **_kwargs
)
160 def GetOrientation(self
, *_args
, **_kwargs
):
161 val
= windows3c
.wxQueryLayoutInfoEvent_GetOrientation(self
, *_args
, **_kwargs
)
163 def SetAlignment(self
, *_args
, **_kwargs
):
164 val
= windows3c
.wxQueryLayoutInfoEvent_SetAlignment(self
, *_args
, **_kwargs
)
166 def GetAlignment(self
, *_args
, **_kwargs
):
167 val
= windows3c
.wxQueryLayoutInfoEvent_GetAlignment(self
, *_args
, **_kwargs
)
170 return "<%s.%s instance; proxy of C++ wxQueryLayoutInfoEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
171 class wxQueryLayoutInfoEvent(wxQueryLayoutInfoEventPtr
):
172 def __init__(self
,*_args
,**_kwargs
):
173 self
.this
= windows3c
.new_wxQueryLayoutInfoEvent(*_args
,**_kwargs
)
179 class wxCalculateLayoutEventPtr(wxEventPtr
):
180 def __init__(self
,this
):
183 def SetFlags(self
, *_args
, **_kwargs
):
184 val
= windows3c
.wxCalculateLayoutEvent_SetFlags(self
, *_args
, **_kwargs
)
186 def GetFlags(self
, *_args
, **_kwargs
):
187 val
= windows3c
.wxCalculateLayoutEvent_GetFlags(self
, *_args
, **_kwargs
)
189 def SetRect(self
, *_args
, **_kwargs
):
190 val
= windows3c
.wxCalculateLayoutEvent_SetRect(self
, *_args
, **_kwargs
)
192 def GetRect(self
, *_args
, **_kwargs
):
193 val
= windows3c
.wxCalculateLayoutEvent_GetRect(self
, *_args
, **_kwargs
)
194 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
197 return "<%s.%s instance; proxy of C++ wxCalculateLayoutEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
198 class wxCalculateLayoutEvent(wxCalculateLayoutEventPtr
):
199 def __init__(self
,*_args
,**_kwargs
):
200 self
.this
= windows3c
.new_wxCalculateLayoutEvent(*_args
,**_kwargs
)
206 class wxSashLayoutWindowPtr(wxSashWindowPtr
):
207 def __init__(self
,this
):
210 def Create(self
, *_args
, **_kwargs
):
211 val
= windows3c
.wxSashLayoutWindow_Create(self
, *_args
, **_kwargs
)
213 def GetAlignment(self
, *_args
, **_kwargs
):
214 val
= windows3c
.wxSashLayoutWindow_GetAlignment(self
, *_args
, **_kwargs
)
216 def GetOrientation(self
, *_args
, **_kwargs
):
217 val
= windows3c
.wxSashLayoutWindow_GetOrientation(self
, *_args
, **_kwargs
)
219 def SetAlignment(self
, *_args
, **_kwargs
):
220 val
= windows3c
.wxSashLayoutWindow_SetAlignment(self
, *_args
, **_kwargs
)
222 def SetDefaultSize(self
, *_args
, **_kwargs
):
223 val
= windows3c
.wxSashLayoutWindow_SetDefaultSize(self
, *_args
, **_kwargs
)
225 def SetOrientation(self
, *_args
, **_kwargs
):
226 val
= windows3c
.wxSashLayoutWindow_SetOrientation(self
, *_args
, **_kwargs
)
229 return "<%s.%s instance; proxy of C++ wxSashLayoutWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
230 class wxSashLayoutWindow(wxSashLayoutWindowPtr
):
231 def __init__(self
,*_args
,**_kwargs
):
232 self
.this
= windows3c
.new_wxSashLayoutWindow(*_args
,**_kwargs
)
234 self
._setOORInfo
(self
)
238 def wxPreSashLayoutWindow(*_args
,**_kwargs
):
239 val
= wxSashLayoutWindowPtr(windows3c
.new_wxPreSashLayoutWindow(*_args
,**_kwargs
))
245 class wxLayoutAlgorithmPtr(wxObjectPtr
):
246 def __init__(self
,this
):
249 def __del__(self
, delfunc
=windows3c
.delete_wxLayoutAlgorithm
):
250 if self
.thisown
== 1:
255 def LayoutMDIFrame(self
, *_args
, **_kwargs
):
256 val
= windows3c
.wxLayoutAlgorithm_LayoutMDIFrame(self
, *_args
, **_kwargs
)
258 def LayoutFrame(self
, *_args
, **_kwargs
):
259 val
= windows3c
.wxLayoutAlgorithm_LayoutFrame(self
, *_args
, **_kwargs
)
261 def LayoutWindow(self
, *_args
, **_kwargs
):
262 val
= windows3c
.wxLayoutAlgorithm_LayoutWindow(self
, *_args
, **_kwargs
)
265 return "<%s.%s instance; proxy of C++ wxLayoutAlgorithm instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
266 class wxLayoutAlgorithm(wxLayoutAlgorithmPtr
):
267 def __init__(self
,*_args
,**_kwargs
):
268 self
.this
= windows3c
.new_wxLayoutAlgorithm(*_args
,**_kwargs
)
274 class wxTipWindowPtr(wxFramePtr
):
275 def __init__(self
,this
):
278 def SetBoundingRect(self
, *_args
, **_kwargs
):
279 val
= windows3c
.wxTipWindow_SetBoundingRect(self
, *_args
, **_kwargs
)
281 def Close(self
, *_args
, **_kwargs
):
282 val
= windows3c
.wxTipWindow_Close(self
, *_args
, **_kwargs
)
285 return "<%s.%s instance; proxy of C++ wxTipWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
286 class wxTipWindow(wxTipWindowPtr
):
287 def __init__(self
,*_args
,**_kwargs
):
288 self
.this
= windows3c
.new_wxTipWindow(*_args
,**_kwargs
)
290 self
._setOORInfo
(self
)
295 class wxVScrolledWindowPtr(wxPanelPtr
):
296 def __init__(self
,this
):
299 def _setCallbackInfo(self
, *_args
, **_kwargs
):
300 val
= windows3c
.wxVScrolledWindow__setCallbackInfo(self
, *_args
, **_kwargs
)
302 def Create(self
, *_args
, **_kwargs
):
303 val
= windows3c
.wxVScrolledWindow_Create(self
, *_args
, **_kwargs
)
305 def SetLineCount(self
, *_args
, **_kwargs
):
306 val
= windows3c
.wxVScrolledWindow_SetLineCount(self
, *_args
, **_kwargs
)
308 def ScrollToLine(self
, *_args
, **_kwargs
):
309 val
= windows3c
.wxVScrolledWindow_ScrollToLine(self
, *_args
, **_kwargs
)
311 def ScrollLines(self
, *_args
, **_kwargs
):
312 val
= windows3c
.wxVScrolledWindow_ScrollLines(self
, *_args
, **_kwargs
)
314 def ScrollPages(self
, *_args
, **_kwargs
):
315 val
= windows3c
.wxVScrolledWindow_ScrollPages(self
, *_args
, **_kwargs
)
317 def RefreshLine(self
, *_args
, **_kwargs
):
318 val
= windows3c
.wxVScrolledWindow_RefreshLine(self
, *_args
, **_kwargs
)
320 def RefreshLines(self
, *_args
, **_kwargs
):
321 val
= windows3c
.wxVScrolledWindow_RefreshLines(self
, *_args
, **_kwargs
)
323 def HitTestXT(self
, *_args
, **_kwargs
):
324 val
= windows3c
.wxVScrolledWindow_HitTestXT(self
, *_args
, **_kwargs
)
326 def HitTest(self
, *_args
, **_kwargs
):
327 val
= windows3c
.wxVScrolledWindow_HitTest(self
, *_args
, **_kwargs
)
329 def RefreshAll(self
, *_args
, **_kwargs
):
330 val
= windows3c
.wxVScrolledWindow_RefreshAll(self
, *_args
, **_kwargs
)
332 def GetLineCount(self
, *_args
, **_kwargs
):
333 val
= windows3c
.wxVScrolledWindow_GetLineCount(self
, *_args
, **_kwargs
)
335 def GetFirstVisibleLine(self
, *_args
, **_kwargs
):
336 val
= windows3c
.wxVScrolledWindow_GetFirstVisibleLine(self
, *_args
, **_kwargs
)
338 def GetLastVisibleLine(self
, *_args
, **_kwargs
):
339 val
= windows3c
.wxVScrolledWindow_GetLastVisibleLine(self
, *_args
, **_kwargs
)
341 def IsVisible(self
, *_args
, **_kwargs
):
342 val
= windows3c
.wxVScrolledWindow_IsVisible(self
, *_args
, **_kwargs
)
345 return "<%s.%s instance; proxy of C++ wxVScrolledWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
346 class wxVScrolledWindow(wxVScrolledWindowPtr
):
347 def __init__(self
,*_args
,**_kwargs
):
348 self
.this
= windows3c
.new_wxVScrolledWindow(*_args
,**_kwargs
)
350 self
._setCallbackInfo
(self
, wxVScrolledWindow
)
351 self
._setOORInfo
(self
)
355 def wxPreVScrolledWindow(*_args
,**_kwargs
):
356 val
= wxVScrolledWindowPtr(windows3c
.new_wxPreVScrolledWindow(*_args
,**_kwargs
))
362 class wxVListBoxPtr(wxVScrolledWindowPtr
):
363 def __init__(self
,this
):
366 def _setCallbackInfo(self
, *_args
, **_kwargs
):
367 val
= windows3c
.wxVListBox__setCallbackInfo(self
, *_args
, **_kwargs
)
369 def Create(self
, *_args
, **_kwargs
):
370 val
= windows3c
.wxVListBox_Create(self
, *_args
, **_kwargs
)
372 def GetItemCount(self
, *_args
, **_kwargs
):
373 val
= windows3c
.wxVListBox_GetItemCount(self
, *_args
, **_kwargs
)
375 def HasMultipleSelection(self
, *_args
, **_kwargs
):
376 val
= windows3c
.wxVListBox_HasMultipleSelection(self
, *_args
, **_kwargs
)
378 def GetSelection(self
, *_args
, **_kwargs
):
379 val
= windows3c
.wxVListBox_GetSelection(self
, *_args
, **_kwargs
)
381 def IsCurrent(self
, *_args
, **_kwargs
):
382 val
= windows3c
.wxVListBox_IsCurrent(self
, *_args
, **_kwargs
)
384 def IsSelected(self
, *_args
, **_kwargs
):
385 val
= windows3c
.wxVListBox_IsSelected(self
, *_args
, **_kwargs
)
387 def GetSelectedCount(self
, *_args
, **_kwargs
):
388 val
= windows3c
.wxVListBox_GetSelectedCount(self
, *_args
, **_kwargs
)
390 def GetFirstSelected(self
, *_args
, **_kwargs
):
391 val
= windows3c
.wxVListBox_GetFirstSelected(self
, *_args
, **_kwargs
)
393 def GetNextSelected(self
, *_args
, **_kwargs
):
394 val
= windows3c
.wxVListBox_GetNextSelected(self
, *_args
, **_kwargs
)
396 def GetMargins(self
, *_args
, **_kwargs
):
397 val
= windows3c
.wxVListBox_GetMargins(self
, *_args
, **_kwargs
)
398 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
400 def GetSelectionBackground(self
, *_args
, **_kwargs
):
401 val
= windows3c
.wxVListBox_GetSelectionBackground(self
, *_args
, **_kwargs
)
402 if val
: val
= wxColourPtr(val
)
404 def SetItemCount(self
, *_args
, **_kwargs
):
405 val
= windows3c
.wxVListBox_SetItemCount(self
, *_args
, **_kwargs
)
407 def Clear(self
, *_args
, **_kwargs
):
408 val
= windows3c
.wxVListBox_Clear(self
, *_args
, **_kwargs
)
410 def SetSelection(self
, *_args
, **_kwargs
):
411 val
= windows3c
.wxVListBox_SetSelection(self
, *_args
, **_kwargs
)
413 def Select(self
, *_args
, **_kwargs
):
414 val
= windows3c
.wxVListBox_Select(self
, *_args
, **_kwargs
)
416 def SelectRange(self
, *_args
, **_kwargs
):
417 val
= windows3c
.wxVListBox_SelectRange(self
, *_args
, **_kwargs
)
419 def Toggle(self
, *_args
, **_kwargs
):
420 val
= windows3c
.wxVListBox_Toggle(self
, *_args
, **_kwargs
)
422 def SelectAll(self
, *_args
, **_kwargs
):
423 val
= windows3c
.wxVListBox_SelectAll(self
, *_args
, **_kwargs
)
425 def DeselectAll(self
, *_args
, **_kwargs
):
426 val
= windows3c
.wxVListBox_DeselectAll(self
, *_args
, **_kwargs
)
428 def SetMargins(self
, *_args
, **_kwargs
):
429 val
= windows3c
.wxVListBox_SetMargins(self
, *_args
, **_kwargs
)
431 def SetMarginsXY(self
, *_args
, **_kwargs
):
432 val
= windows3c
.wxVListBox_SetMarginsXY(self
, *_args
, **_kwargs
)
434 def SetSelectionBackground(self
, *_args
, **_kwargs
):
435 val
= windows3c
.wxVListBox_SetSelectionBackground(self
, *_args
, **_kwargs
)
438 return "<%s.%s instance; proxy of C++ wxVListBox instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
439 class wxVListBox(wxVListBoxPtr
):
440 def __init__(self
,*_args
,**_kwargs
):
441 self
.this
= windows3c
.new_wxVListBox(*_args
,**_kwargs
)
443 self
._setCallbackInfo
(self
, wxVListBox
)
444 self
._setOORInfo
(self
)
448 def wxPreVListBox(*_args
,**_kwargs
):
449 val
= wxVListBoxPtr(windows3c
.new_wxPreVListBox(*_args
,**_kwargs
))
455 class wxHtmlListBoxPtr(wxVListBoxPtr
):
456 def __init__(self
,this
):
459 def _setCallbackInfo(self
, *_args
, **_kwargs
):
460 val
= windows3c
.wxHtmlListBox__setCallbackInfo(self
, *_args
, **_kwargs
)
462 def Create(self
, *_args
, **_kwargs
):
463 val
= windows3c
.wxHtmlListBox_Create(self
, *_args
, **_kwargs
)
465 def RefreshAll(self
, *_args
, **_kwargs
):
466 val
= windows3c
.wxHtmlListBox_RefreshAll(self
, *_args
, **_kwargs
)
468 def SetItemCount(self
, *_args
, **_kwargs
):
469 val
= windows3c
.wxHtmlListBox_SetItemCount(self
, *_args
, **_kwargs
)
472 return "<%s.%s instance; proxy of C++ wxHtmlListBox instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
473 class wxHtmlListBox(wxHtmlListBoxPtr
):
474 def __init__(self
,*_args
,**_kwargs
):
475 self
.this
= windows3c
.new_wxHtmlListBox(*_args
,**_kwargs
)
477 self
._setCallbackInfo
(self
, wxHtmlListBox
)
478 self
._setOORInfo
(self
)
482 def wxPreHtmlListBox(*_args
,**_kwargs
):
483 val
= wxHtmlListBoxPtr(windows3c
.new_wxPreHtmlListBox(*_args
,**_kwargs
))
491 #-------------- FUNCTION WRAPPERS ------------------
495 #-------------- VARIABLE WRAPPERS ------------------
497 wxSASH_TOP
= windows3c
.wxSASH_TOP
498 wxSASH_RIGHT
= windows3c
.wxSASH_RIGHT
499 wxSASH_BOTTOM
= windows3c
.wxSASH_BOTTOM
500 wxSASH_LEFT
= windows3c
.wxSASH_LEFT
501 wxSASH_NONE
= windows3c
.wxSASH_NONE
502 wxEVT_SASH_DRAGGED
= windows3c
.wxEVT_SASH_DRAGGED
503 wxSW_3D
= windows3c
.wxSW_3D
504 wxSW_3DSASH
= windows3c
.wxSW_3DSASH
505 wxSW_3DBORDER
= windows3c
.wxSW_3DBORDER
506 wxSW_BORDER
= windows3c
.wxSW_BORDER
507 wxSASH_STATUS_OK
= windows3c
.wxSASH_STATUS_OK
508 wxSASH_STATUS_OUT_OF_RANGE
= windows3c
.wxSASH_STATUS_OUT_OF_RANGE
509 wxLAYOUT_HORIZONTAL
= windows3c
.wxLAYOUT_HORIZONTAL
510 wxLAYOUT_VERTICAL
= windows3c
.wxLAYOUT_VERTICAL
511 wxLAYOUT_NONE
= windows3c
.wxLAYOUT_NONE
512 wxLAYOUT_TOP
= windows3c
.wxLAYOUT_TOP
513 wxLAYOUT_LEFT
= windows3c
.wxLAYOUT_LEFT
514 wxLAYOUT_RIGHT
= windows3c
.wxLAYOUT_RIGHT
515 wxLAYOUT_BOTTOM
= windows3c
.wxLAYOUT_BOTTOM
516 wxEVT_QUERY_LAYOUT_INFO
= windows3c
.wxEVT_QUERY_LAYOUT_INFO
517 wxEVT_CALCULATE_LAYOUT
= windows3c
.wxEVT_CALCULATE_LAYOUT