1 # This file was created automatically by SWIG.
12 from clip_dnd
import *
20 from stattool
import *
22 from controls
import *
24 from controls2
import *
26 from windows2
import *
30 from windows3
import *
38 from oglbasic
import *
40 class wxPseudoMetaFilePtr
:
41 def __init__(self
,this
):
44 def __del__(self
,oglshapesc
=oglshapesc
):
45 if self
.thisown
== 1 :
46 oglshapesc
.delete_wxPseudoMetaFile(self
)
47 def Draw(self
, *_args
, **_kwargs
):
48 val
= apply(oglshapesc
.wxPseudoMetaFile_Draw
,(self
,) + _args
, _kwargs
)
50 def WriteAttributes(self
, *_args
, **_kwargs
):
51 val
= apply(oglshapesc
.wxPseudoMetaFile_WriteAttributes
,(self
,) + _args
, _kwargs
)
53 def ReadAttributes(self
, *_args
, **_kwargs
):
54 val
= apply(oglshapesc
.wxPseudoMetaFile_ReadAttributes
,(self
,) + _args
, _kwargs
)
56 def Clear(self
, *_args
, **_kwargs
):
57 val
= apply(oglshapesc
.wxPseudoMetaFile_Clear
,(self
,) + _args
, _kwargs
)
59 def Copy(self
, *_args
, **_kwargs
):
60 val
= apply(oglshapesc
.wxPseudoMetaFile_Copy
,(self
,) + _args
, _kwargs
)
62 def Scale(self
, *_args
, **_kwargs
):
63 val
= apply(oglshapesc
.wxPseudoMetaFile_Scale
,(self
,) + _args
, _kwargs
)
65 def ScaleTo(self
, *_args
, **_kwargs
):
66 val
= apply(oglshapesc
.wxPseudoMetaFile_ScaleTo
,(self
,) + _args
, _kwargs
)
68 def Translate(self
, *_args
, **_kwargs
):
69 val
= apply(oglshapesc
.wxPseudoMetaFile_Translate
,(self
,) + _args
, _kwargs
)
71 def Rotate(self
, *_args
, **_kwargs
):
72 val
= apply(oglshapesc
.wxPseudoMetaFile_Rotate
,(self
,) + _args
, _kwargs
)
74 def LoadFromMetaFile(self
, *_args
, **_kwargs
):
75 val
= apply(oglshapesc
.wxPseudoMetaFile_LoadFromMetaFile
,(self
,) + _args
, _kwargs
)
77 def GetBounds(self
, *_args
, **_kwargs
):
78 val
= apply(oglshapesc
.wxPseudoMetaFile_GetBounds
,(self
,) + _args
, _kwargs
)
80 def CalculateSize(self
, *_args
, **_kwargs
):
81 val
= apply(oglshapesc
.wxPseudoMetaFile_CalculateSize
,(self
,) + _args
, _kwargs
)
83 def SetRotateable(self
, *_args
, **_kwargs
):
84 val
= apply(oglshapesc
.wxPseudoMetaFile_SetRotateable
,(self
,) + _args
, _kwargs
)
86 def GetRotateable(self
, *_args
, **_kwargs
):
87 val
= apply(oglshapesc
.wxPseudoMetaFile_GetRotateable
,(self
,) + _args
, _kwargs
)
89 def SetSize(self
, *_args
, **_kwargs
):
90 val
= apply(oglshapesc
.wxPseudoMetaFile_SetSize
,(self
,) + _args
, _kwargs
)
92 def SetFillBrush(self
, *_args
, **_kwargs
):
93 val
= apply(oglshapesc
.wxPseudoMetaFile_SetFillBrush
,(self
,) + _args
, _kwargs
)
95 def GetFillBrush(self
, *_args
, **_kwargs
):
96 val
= apply(oglshapesc
.wxPseudoMetaFile_GetFillBrush
,(self
,) + _args
, _kwargs
)
97 if val
: val
= wxBrushPtr(val
)
99 def SetOutlinePen(self
, *_args
, **_kwargs
):
100 val
= apply(oglshapesc
.wxPseudoMetaFile_SetOutlinePen
,(self
,) + _args
, _kwargs
)
102 def GetOutlinePen(self
, *_args
, **_kwargs
):
103 val
= apply(oglshapesc
.wxPseudoMetaFile_GetOutlinePen
,(self
,) + _args
, _kwargs
)
104 if val
: val
= wxPenPtr(val
)
106 def SetOutlineOp(self
, *_args
, **_kwargs
):
107 val
= apply(oglshapesc
.wxPseudoMetaFile_SetOutlineOp
,(self
,) + _args
, _kwargs
)
109 def GetOutlineOp(self
, *_args
, **_kwargs
):
110 val
= apply(oglshapesc
.wxPseudoMetaFile_GetOutlineOp
,(self
,) + _args
, _kwargs
)
112 def IsValid(self
, *_args
, **_kwargs
):
113 val
= apply(oglshapesc
.wxPseudoMetaFile_IsValid
,(self
,) + _args
, _kwargs
)
115 def DrawLine(self
, *_args
, **_kwargs
):
116 val
= apply(oglshapesc
.wxPseudoMetaFile_DrawLine
,(self
,) + _args
, _kwargs
)
118 def DrawRectangle(self
, *_args
, **_kwargs
):
119 val
= apply(oglshapesc
.wxPseudoMetaFile_DrawRectangle
,(self
,) + _args
, _kwargs
)
121 def DrawRoundedRectangle(self
, *_args
, **_kwargs
):
122 val
= apply(oglshapesc
.wxPseudoMetaFile_DrawRoundedRectangle
,(self
,) + _args
, _kwargs
)
124 def DrawArc(self
, *_args
, **_kwargs
):
125 val
= apply(oglshapesc
.wxPseudoMetaFile_DrawArc
,(self
,) + _args
, _kwargs
)
127 def DrawEllipticArc(self
, *_args
, **_kwargs
):
128 val
= apply(oglshapesc
.wxPseudoMetaFile_DrawEllipticArc
,(self
,) + _args
, _kwargs
)
130 def DrawEllipse(self
, *_args
, **_kwargs
):
131 val
= apply(oglshapesc
.wxPseudoMetaFile_DrawEllipse
,(self
,) + _args
, _kwargs
)
133 def DrawPoint(self
, *_args
, **_kwargs
):
134 val
= apply(oglshapesc
.wxPseudoMetaFile_DrawPoint
,(self
,) + _args
, _kwargs
)
136 def DrawText(self
, *_args
, **_kwargs
):
137 val
= apply(oglshapesc
.wxPseudoMetaFile_DrawText
,(self
,) + _args
, _kwargs
)
139 def DrawLines(self
, *_args
, **_kwargs
):
140 val
= apply(oglshapesc
.wxPseudoMetaFile_DrawLines
,(self
,) + _args
, _kwargs
)
142 def DrawPolygon(self
, *_args
, **_kwargs
):
143 val
= apply(oglshapesc
.wxPseudoMetaFile_DrawPolygon
,(self
,) + _args
, _kwargs
)
145 def DrawSpline(self
, *_args
, **_kwargs
):
146 val
= apply(oglshapesc
.wxPseudoMetaFile_DrawSpline
,(self
,) + _args
, _kwargs
)
148 def SetClippingRect(self
, *_args
, **_kwargs
):
149 val
= apply(oglshapesc
.wxPseudoMetaFile_SetClippingRect
,(self
,) + _args
, _kwargs
)
151 def DestroyClippingRect(self
, *_args
, **_kwargs
):
152 val
= apply(oglshapesc
.wxPseudoMetaFile_DestroyClippingRect
,(self
,) + _args
, _kwargs
)
154 def SetPen(self
, *_args
, **_kwargs
):
155 val
= apply(oglshapesc
.wxPseudoMetaFile_SetPen
,(self
,) + _args
, _kwargs
)
157 def SetBrush(self
, *_args
, **_kwargs
):
158 val
= apply(oglshapesc
.wxPseudoMetaFile_SetBrush
,(self
,) + _args
, _kwargs
)
160 def SetFont(self
, *_args
, **_kwargs
):
161 val
= apply(oglshapesc
.wxPseudoMetaFile_SetFont
,(self
,) + _args
, _kwargs
)
163 def SetTextColour(self
, *_args
, **_kwargs
):
164 val
= apply(oglshapesc
.wxPseudoMetaFile_SetTextColour
,(self
,) + _args
, _kwargs
)
166 def SetBackgroundColour(self
, *_args
, **_kwargs
):
167 val
= apply(oglshapesc
.wxPseudoMetaFile_SetBackgroundColour
,(self
,) + _args
, _kwargs
)
169 def SetBackgroundMode(self
, *_args
, **_kwargs
):
170 val
= apply(oglshapesc
.wxPseudoMetaFile_SetBackgroundMode
,(self
,) + _args
, _kwargs
)
173 return "<C wxPseudoMetaFile instance at %s>" % (self
.this
,)
174 class wxPseudoMetaFile(wxPseudoMetaFilePtr
):
175 def __init__(self
,*_args
,**_kwargs
):
176 self
.this
= apply(oglshapesc
.new_wxPseudoMetaFile
,_args
,_kwargs
)
182 class wxPyRectangleShapePtr(wxPyShapePtr
):
183 def __init__(self
,this
):
186 def _setSelf(self
, *_args
, **_kwargs
):
187 val
= apply(oglshapesc
.wxPyRectangleShape__setSelf
,(self
,) + _args
, _kwargs
)
189 def SetCornerRadius(self
, *_args
, **_kwargs
):
190 val
= apply(oglshapesc
.wxPyRectangleShape_SetCornerRadius
,(self
,) + _args
, _kwargs
)
192 def base_OnDelete(self
, *_args
, **_kwargs
):
193 val
= apply(oglshapesc
.wxPyRectangleShape_base_OnDelete
,(self
,) + _args
, _kwargs
)
195 def base_OnDraw(self
, *_args
, **_kwargs
):
196 val
= apply(oglshapesc
.wxPyRectangleShape_base_OnDraw
,(self
,) + _args
, _kwargs
)
198 def base_OnDrawContents(self
, *_args
, **_kwargs
):
199 val
= apply(oglshapesc
.wxPyRectangleShape_base_OnDrawContents
,(self
,) + _args
, _kwargs
)
201 def base_OnDrawBranches(self
, *_args
, **_kwargs
):
202 val
= apply(oglshapesc
.wxPyRectangleShape_base_OnDrawBranches
,(self
,) + _args
, _kwargs
)
204 def base_OnMoveLinks(self
, *_args
, **_kwargs
):
205 val
= apply(oglshapesc
.wxPyRectangleShape_base_OnMoveLinks
,(self
,) + _args
, _kwargs
)
207 def base_OnErase(self
, *_args
, **_kwargs
):
208 val
= apply(oglshapesc
.wxPyRectangleShape_base_OnErase
,(self
,) + _args
, _kwargs
)
210 def base_OnEraseContents(self
, *_args
, **_kwargs
):
211 val
= apply(oglshapesc
.wxPyRectangleShape_base_OnEraseContents
,(self
,) + _args
, _kwargs
)
213 def base_OnHighlight(self
, *_args
, **_kwargs
):
214 val
= apply(oglshapesc
.wxPyRectangleShape_base_OnHighlight
,(self
,) + _args
, _kwargs
)
216 def base_OnLeftClick(self
, *_args
, **_kwargs
):
217 val
= apply(oglshapesc
.wxPyRectangleShape_base_OnLeftClick
,(self
,) + _args
, _kwargs
)
219 def base_OnLeftDoubleClick(self
, *_args
, **_kwargs
):
220 val
= apply(oglshapesc
.wxPyRectangleShape_base_OnLeftDoubleClick
,(self
,) + _args
, _kwargs
)
222 def base_OnRightClick(self
, *_args
, **_kwargs
):
223 val
= apply(oglshapesc
.wxPyRectangleShape_base_OnRightClick
,(self
,) + _args
, _kwargs
)
225 def base_OnSize(self
, *_args
, **_kwargs
):
226 val
= apply(oglshapesc
.wxPyRectangleShape_base_OnSize
,(self
,) + _args
, _kwargs
)
228 def base_OnMovePre(self
, *_args
, **_kwargs
):
229 val
= apply(oglshapesc
.wxPyRectangleShape_base_OnMovePre
,(self
,) + _args
, _kwargs
)
231 def base_OnMovePost(self
, *_args
, **_kwargs
):
232 val
= apply(oglshapesc
.wxPyRectangleShape_base_OnMovePost
,(self
,) + _args
, _kwargs
)
234 def base_OnDragLeft(self
, *_args
, **_kwargs
):
235 val
= apply(oglshapesc
.wxPyRectangleShape_base_OnDragLeft
,(self
,) + _args
, _kwargs
)
237 def base_OnBeginDragLeft(self
, *_args
, **_kwargs
):
238 val
= apply(oglshapesc
.wxPyRectangleShape_base_OnBeginDragLeft
,(self
,) + _args
, _kwargs
)
240 def base_OnEndDragLeft(self
, *_args
, **_kwargs
):
241 val
= apply(oglshapesc
.wxPyRectangleShape_base_OnEndDragLeft
,(self
,) + _args
, _kwargs
)
243 def base_OnDragRight(self
, *_args
, **_kwargs
):
244 val
= apply(oglshapesc
.wxPyRectangleShape_base_OnDragRight
,(self
,) + _args
, _kwargs
)
246 def base_OnBeginDragRight(self
, *_args
, **_kwargs
):
247 val
= apply(oglshapesc
.wxPyRectangleShape_base_OnBeginDragRight
,(self
,) + _args
, _kwargs
)
249 def base_OnEndDragRight(self
, *_args
, **_kwargs
):
250 val
= apply(oglshapesc
.wxPyRectangleShape_base_OnEndDragRight
,(self
,) + _args
, _kwargs
)
252 def base_OnDrawOutline(self
, *_args
, **_kwargs
):
253 val
= apply(oglshapesc
.wxPyRectangleShape_base_OnDrawOutline
,(self
,) + _args
, _kwargs
)
255 def base_OnDrawControlPoints(self
, *_args
, **_kwargs
):
256 val
= apply(oglshapesc
.wxPyRectangleShape_base_OnDrawControlPoints
,(self
,) + _args
, _kwargs
)
258 def base_OnEraseControlPoints(self
, *_args
, **_kwargs
):
259 val
= apply(oglshapesc
.wxPyRectangleShape_base_OnEraseControlPoints
,(self
,) + _args
, _kwargs
)
261 def base_OnMoveLink(self
, *_args
, **_kwargs
):
262 val
= apply(oglshapesc
.wxPyRectangleShape_base_OnMoveLink
,(self
,) + _args
, _kwargs
)
264 def base_OnSizingDragLeft(self
, *_args
, **_kwargs
):
265 val
= apply(oglshapesc
.wxPyRectangleShape_base_OnSizingDragLeft
,(self
,) + _args
, _kwargs
)
267 def base_OnSizingBeginDragLeft(self
, *_args
, **_kwargs
):
268 val
= apply(oglshapesc
.wxPyRectangleShape_base_OnSizingBeginDragLeft
,(self
,) + _args
, _kwargs
)
270 def base_OnSizingEndDragLeft(self
, *_args
, **_kwargs
):
271 val
= apply(oglshapesc
.wxPyRectangleShape_base_OnSizingEndDragLeft
,(self
,) + _args
, _kwargs
)
273 def base_OnBeginSize(self
, *_args
, **_kwargs
):
274 val
= apply(oglshapesc
.wxPyRectangleShape_base_OnBeginSize
,(self
,) + _args
, _kwargs
)
276 def base_OnEndSize(self
, *_args
, **_kwargs
):
277 val
= apply(oglshapesc
.wxPyRectangleShape_base_OnEndSize
,(self
,) + _args
, _kwargs
)
280 return "<C wxPyRectangleShape instance at %s>" % (self
.this
,)
281 class wxPyRectangleShape(wxPyRectangleShapePtr
):
282 def __init__(self
,*_args
,**_kwargs
):
283 self
.this
= apply(oglshapesc
.new_wxPyRectangleShape
,_args
,_kwargs
)
290 class wxPyControlPointPtr(wxPyRectangleShapePtr
):
291 def __init__(self
,this
):
294 def _setSelf(self
, *_args
, **_kwargs
):
295 val
= apply(oglshapesc
.wxPyControlPoint__setSelf
,(self
,) + _args
, _kwargs
)
297 def SetCornerRadius(self
, *_args
, **_kwargs
):
298 val
= apply(oglshapesc
.wxPyControlPoint_SetCornerRadius
,(self
,) + _args
, _kwargs
)
300 def base_OnDelete(self
, *_args
, **_kwargs
):
301 val
= apply(oglshapesc
.wxPyControlPoint_base_OnDelete
,(self
,) + _args
, _kwargs
)
303 def base_OnDraw(self
, *_args
, **_kwargs
):
304 val
= apply(oglshapesc
.wxPyControlPoint_base_OnDraw
,(self
,) + _args
, _kwargs
)
306 def base_OnDrawContents(self
, *_args
, **_kwargs
):
307 val
= apply(oglshapesc
.wxPyControlPoint_base_OnDrawContents
,(self
,) + _args
, _kwargs
)
309 def base_OnDrawBranches(self
, *_args
, **_kwargs
):
310 val
= apply(oglshapesc
.wxPyControlPoint_base_OnDrawBranches
,(self
,) + _args
, _kwargs
)
312 def base_OnMoveLinks(self
, *_args
, **_kwargs
):
313 val
= apply(oglshapesc
.wxPyControlPoint_base_OnMoveLinks
,(self
,) + _args
, _kwargs
)
315 def base_OnErase(self
, *_args
, **_kwargs
):
316 val
= apply(oglshapesc
.wxPyControlPoint_base_OnErase
,(self
,) + _args
, _kwargs
)
318 def base_OnEraseContents(self
, *_args
, **_kwargs
):
319 val
= apply(oglshapesc
.wxPyControlPoint_base_OnEraseContents
,(self
,) + _args
, _kwargs
)
321 def base_OnHighlight(self
, *_args
, **_kwargs
):
322 val
= apply(oglshapesc
.wxPyControlPoint_base_OnHighlight
,(self
,) + _args
, _kwargs
)
324 def base_OnLeftClick(self
, *_args
, **_kwargs
):
325 val
= apply(oglshapesc
.wxPyControlPoint_base_OnLeftClick
,(self
,) + _args
, _kwargs
)
327 def base_OnLeftDoubleClick(self
, *_args
, **_kwargs
):
328 val
= apply(oglshapesc
.wxPyControlPoint_base_OnLeftDoubleClick
,(self
,) + _args
, _kwargs
)
330 def base_OnRightClick(self
, *_args
, **_kwargs
):
331 val
= apply(oglshapesc
.wxPyControlPoint_base_OnRightClick
,(self
,) + _args
, _kwargs
)
333 def base_OnSize(self
, *_args
, **_kwargs
):
334 val
= apply(oglshapesc
.wxPyControlPoint_base_OnSize
,(self
,) + _args
, _kwargs
)
336 def base_OnMovePre(self
, *_args
, **_kwargs
):
337 val
= apply(oglshapesc
.wxPyControlPoint_base_OnMovePre
,(self
,) + _args
, _kwargs
)
339 def base_OnMovePost(self
, *_args
, **_kwargs
):
340 val
= apply(oglshapesc
.wxPyControlPoint_base_OnMovePost
,(self
,) + _args
, _kwargs
)
342 def base_OnDragLeft(self
, *_args
, **_kwargs
):
343 val
= apply(oglshapesc
.wxPyControlPoint_base_OnDragLeft
,(self
,) + _args
, _kwargs
)
345 def base_OnBeginDragLeft(self
, *_args
, **_kwargs
):
346 val
= apply(oglshapesc
.wxPyControlPoint_base_OnBeginDragLeft
,(self
,) + _args
, _kwargs
)
348 def base_OnEndDragLeft(self
, *_args
, **_kwargs
):
349 val
= apply(oglshapesc
.wxPyControlPoint_base_OnEndDragLeft
,(self
,) + _args
, _kwargs
)
351 def base_OnDragRight(self
, *_args
, **_kwargs
):
352 val
= apply(oglshapesc
.wxPyControlPoint_base_OnDragRight
,(self
,) + _args
, _kwargs
)
354 def base_OnBeginDragRight(self
, *_args
, **_kwargs
):
355 val
= apply(oglshapesc
.wxPyControlPoint_base_OnBeginDragRight
,(self
,) + _args
, _kwargs
)
357 def base_OnEndDragRight(self
, *_args
, **_kwargs
):
358 val
= apply(oglshapesc
.wxPyControlPoint_base_OnEndDragRight
,(self
,) + _args
, _kwargs
)
360 def base_OnDrawOutline(self
, *_args
, **_kwargs
):
361 val
= apply(oglshapesc
.wxPyControlPoint_base_OnDrawOutline
,(self
,) + _args
, _kwargs
)
363 def base_OnDrawControlPoints(self
, *_args
, **_kwargs
):
364 val
= apply(oglshapesc
.wxPyControlPoint_base_OnDrawControlPoints
,(self
,) + _args
, _kwargs
)
366 def base_OnEraseControlPoints(self
, *_args
, **_kwargs
):
367 val
= apply(oglshapesc
.wxPyControlPoint_base_OnEraseControlPoints
,(self
,) + _args
, _kwargs
)
369 def base_OnMoveLink(self
, *_args
, **_kwargs
):
370 val
= apply(oglshapesc
.wxPyControlPoint_base_OnMoveLink
,(self
,) + _args
, _kwargs
)
372 def base_OnSizingDragLeft(self
, *_args
, **_kwargs
):
373 val
= apply(oglshapesc
.wxPyControlPoint_base_OnSizingDragLeft
,(self
,) + _args
, _kwargs
)
375 def base_OnSizingBeginDragLeft(self
, *_args
, **_kwargs
):
376 val
= apply(oglshapesc
.wxPyControlPoint_base_OnSizingBeginDragLeft
,(self
,) + _args
, _kwargs
)
378 def base_OnSizingEndDragLeft(self
, *_args
, **_kwargs
):
379 val
= apply(oglshapesc
.wxPyControlPoint_base_OnSizingEndDragLeft
,(self
,) + _args
, _kwargs
)
381 def base_OnBeginSize(self
, *_args
, **_kwargs
):
382 val
= apply(oglshapesc
.wxPyControlPoint_base_OnBeginSize
,(self
,) + _args
, _kwargs
)
384 def base_OnEndSize(self
, *_args
, **_kwargs
):
385 val
= apply(oglshapesc
.wxPyControlPoint_base_OnEndSize
,(self
,) + _args
, _kwargs
)
388 return "<C wxPyControlPoint instance at %s>" % (self
.this
,)
389 class wxPyControlPoint(wxPyControlPointPtr
):
390 def __init__(self
,*_args
,**_kwargs
):
391 self
.this
= apply(oglshapesc
.new_wxPyControlPoint
,_args
,_kwargs
)
398 class wxPyBitmapShapePtr(wxPyRectangleShapePtr
):
399 def __init__(self
,this
):
402 def _setSelf(self
, *_args
, **_kwargs
):
403 val
= apply(oglshapesc
.wxPyBitmapShape__setSelf
,(self
,) + _args
, _kwargs
)
405 def GetBitmap(self
, *_args
, **_kwargs
):
406 val
= apply(oglshapesc
.wxPyBitmapShape_GetBitmap
,(self
,) + _args
, _kwargs
)
407 if val
: val
= wxBitmapPtr(val
)
409 def GetFilename(self
, *_args
, **_kwargs
):
410 val
= apply(oglshapesc
.wxPyBitmapShape_GetFilename
,(self
,) + _args
, _kwargs
)
412 def SetBitmap(self
, *_args
, **_kwargs
):
413 val
= apply(oglshapesc
.wxPyBitmapShape_SetBitmap
,(self
,) + _args
, _kwargs
)
415 def SetFilename(self
, *_args
, **_kwargs
):
416 val
= apply(oglshapesc
.wxPyBitmapShape_SetFilename
,(self
,) + _args
, _kwargs
)
418 def base_OnDelete(self
, *_args
, **_kwargs
):
419 val
= apply(oglshapesc
.wxPyBitmapShape_base_OnDelete
,(self
,) + _args
, _kwargs
)
421 def base_OnDraw(self
, *_args
, **_kwargs
):
422 val
= apply(oglshapesc
.wxPyBitmapShape_base_OnDraw
,(self
,) + _args
, _kwargs
)
424 def base_OnDrawContents(self
, *_args
, **_kwargs
):
425 val
= apply(oglshapesc
.wxPyBitmapShape_base_OnDrawContents
,(self
,) + _args
, _kwargs
)
427 def base_OnDrawBranches(self
, *_args
, **_kwargs
):
428 val
= apply(oglshapesc
.wxPyBitmapShape_base_OnDrawBranches
,(self
,) + _args
, _kwargs
)
430 def base_OnMoveLinks(self
, *_args
, **_kwargs
):
431 val
= apply(oglshapesc
.wxPyBitmapShape_base_OnMoveLinks
,(self
,) + _args
, _kwargs
)
433 def base_OnErase(self
, *_args
, **_kwargs
):
434 val
= apply(oglshapesc
.wxPyBitmapShape_base_OnErase
,(self
,) + _args
, _kwargs
)
436 def base_OnEraseContents(self
, *_args
, **_kwargs
):
437 val
= apply(oglshapesc
.wxPyBitmapShape_base_OnEraseContents
,(self
,) + _args
, _kwargs
)
439 def base_OnHighlight(self
, *_args
, **_kwargs
):
440 val
= apply(oglshapesc
.wxPyBitmapShape_base_OnHighlight
,(self
,) + _args
, _kwargs
)
442 def base_OnLeftClick(self
, *_args
, **_kwargs
):
443 val
= apply(oglshapesc
.wxPyBitmapShape_base_OnLeftClick
,(self
,) + _args
, _kwargs
)
445 def base_OnLeftDoubleClick(self
, *_args
, **_kwargs
):
446 val
= apply(oglshapesc
.wxPyBitmapShape_base_OnLeftDoubleClick
,(self
,) + _args
, _kwargs
)
448 def base_OnRightClick(self
, *_args
, **_kwargs
):
449 val
= apply(oglshapesc
.wxPyBitmapShape_base_OnRightClick
,(self
,) + _args
, _kwargs
)
451 def base_OnSize(self
, *_args
, **_kwargs
):
452 val
= apply(oglshapesc
.wxPyBitmapShape_base_OnSize
,(self
,) + _args
, _kwargs
)
454 def base_OnMovePre(self
, *_args
, **_kwargs
):
455 val
= apply(oglshapesc
.wxPyBitmapShape_base_OnMovePre
,(self
,) + _args
, _kwargs
)
457 def base_OnMovePost(self
, *_args
, **_kwargs
):
458 val
= apply(oglshapesc
.wxPyBitmapShape_base_OnMovePost
,(self
,) + _args
, _kwargs
)
460 def base_OnDragLeft(self
, *_args
, **_kwargs
):
461 val
= apply(oglshapesc
.wxPyBitmapShape_base_OnDragLeft
,(self
,) + _args
, _kwargs
)
463 def base_OnBeginDragLeft(self
, *_args
, **_kwargs
):
464 val
= apply(oglshapesc
.wxPyBitmapShape_base_OnBeginDragLeft
,(self
,) + _args
, _kwargs
)
466 def base_OnEndDragLeft(self
, *_args
, **_kwargs
):
467 val
= apply(oglshapesc
.wxPyBitmapShape_base_OnEndDragLeft
,(self
,) + _args
, _kwargs
)
469 def base_OnDragRight(self
, *_args
, **_kwargs
):
470 val
= apply(oglshapesc
.wxPyBitmapShape_base_OnDragRight
,(self
,) + _args
, _kwargs
)
472 def base_OnBeginDragRight(self
, *_args
, **_kwargs
):
473 val
= apply(oglshapesc
.wxPyBitmapShape_base_OnBeginDragRight
,(self
,) + _args
, _kwargs
)
475 def base_OnEndDragRight(self
, *_args
, **_kwargs
):
476 val
= apply(oglshapesc
.wxPyBitmapShape_base_OnEndDragRight
,(self
,) + _args
, _kwargs
)
478 def base_OnDrawOutline(self
, *_args
, **_kwargs
):
479 val
= apply(oglshapesc
.wxPyBitmapShape_base_OnDrawOutline
,(self
,) + _args
, _kwargs
)
481 def base_OnDrawControlPoints(self
, *_args
, **_kwargs
):
482 val
= apply(oglshapesc
.wxPyBitmapShape_base_OnDrawControlPoints
,(self
,) + _args
, _kwargs
)
484 def base_OnEraseControlPoints(self
, *_args
, **_kwargs
):
485 val
= apply(oglshapesc
.wxPyBitmapShape_base_OnEraseControlPoints
,(self
,) + _args
, _kwargs
)
487 def base_OnMoveLink(self
, *_args
, **_kwargs
):
488 val
= apply(oglshapesc
.wxPyBitmapShape_base_OnMoveLink
,(self
,) + _args
, _kwargs
)
490 def base_OnSizingDragLeft(self
, *_args
, **_kwargs
):
491 val
= apply(oglshapesc
.wxPyBitmapShape_base_OnSizingDragLeft
,(self
,) + _args
, _kwargs
)
493 def base_OnSizingBeginDragLeft(self
, *_args
, **_kwargs
):
494 val
= apply(oglshapesc
.wxPyBitmapShape_base_OnSizingBeginDragLeft
,(self
,) + _args
, _kwargs
)
496 def base_OnSizingEndDragLeft(self
, *_args
, **_kwargs
):
497 val
= apply(oglshapesc
.wxPyBitmapShape_base_OnSizingEndDragLeft
,(self
,) + _args
, _kwargs
)
499 def base_OnBeginSize(self
, *_args
, **_kwargs
):
500 val
= apply(oglshapesc
.wxPyBitmapShape_base_OnBeginSize
,(self
,) + _args
, _kwargs
)
502 def base_OnEndSize(self
, *_args
, **_kwargs
):
503 val
= apply(oglshapesc
.wxPyBitmapShape_base_OnEndSize
,(self
,) + _args
, _kwargs
)
506 return "<C wxPyBitmapShape instance at %s>" % (self
.this
,)
507 class wxPyBitmapShape(wxPyBitmapShapePtr
):
508 def __init__(self
,*_args
,**_kwargs
):
509 self
.this
= apply(oglshapesc
.new_wxPyBitmapShape
,_args
,_kwargs
)
516 class wxPyDrawnShapePtr(wxPyRectangleShapePtr
):
517 def __init__(self
,this
):
520 def _setSelf(self
, *_args
, **_kwargs
):
521 val
= apply(oglshapesc
.wxPyDrawnShape__setSelf
,(self
,) + _args
, _kwargs
)
523 def CalculateSize(self
, *_args
, **_kwargs
):
524 val
= apply(oglshapesc
.wxPyDrawnShape_CalculateSize
,(self
,) + _args
, _kwargs
)
526 def DestroyClippingRect(self
, *_args
, **_kwargs
):
527 val
= apply(oglshapesc
.wxPyDrawnShape_DestroyClippingRect
,(self
,) + _args
, _kwargs
)
529 def DrawArc(self
, *_args
, **_kwargs
):
530 val
= apply(oglshapesc
.wxPyDrawnShape_DrawArc
,(self
,) + _args
, _kwargs
)
532 def DrawAtAngle(self
, *_args
, **_kwargs
):
533 val
= apply(oglshapesc
.wxPyDrawnShape_DrawAtAngle
,(self
,) + _args
, _kwargs
)
535 def DrawEllipticArc(self
, *_args
, **_kwargs
):
536 val
= apply(oglshapesc
.wxPyDrawnShape_DrawEllipticArc
,(self
,) + _args
, _kwargs
)
538 def DrawLine(self
, *_args
, **_kwargs
):
539 val
= apply(oglshapesc
.wxPyDrawnShape_DrawLine
,(self
,) + _args
, _kwargs
)
541 def DrawLines(self
, *_args
, **_kwargs
):
542 val
= apply(oglshapesc
.wxPyDrawnShape_DrawLines
,(self
,) + _args
, _kwargs
)
544 def DrawPoint(self
, *_args
, **_kwargs
):
545 val
= apply(oglshapesc
.wxPyDrawnShape_DrawPoint
,(self
,) + _args
, _kwargs
)
547 def DrawPolygon(self
, *_args
, **_kwargs
):
548 val
= apply(oglshapesc
.wxPyDrawnShape_DrawPolygon
,(self
,) + _args
, _kwargs
)
550 def DrawRectangle(self
, *_args
, **_kwargs
):
551 val
= apply(oglshapesc
.wxPyDrawnShape_DrawRectangle
,(self
,) + _args
, _kwargs
)
553 def DrawRoundedRectangle(self
, *_args
, **_kwargs
):
554 val
= apply(oglshapesc
.wxPyDrawnShape_DrawRoundedRectangle
,(self
,) + _args
, _kwargs
)
556 def DrawSpline(self
, *_args
, **_kwargs
):
557 val
= apply(oglshapesc
.wxPyDrawnShape_DrawSpline
,(self
,) + _args
, _kwargs
)
559 def DrawText(self
, *_args
, **_kwargs
):
560 val
= apply(oglshapesc
.wxPyDrawnShape_DrawText
,(self
,) + _args
, _kwargs
)
562 def GetAngle(self
, *_args
, **_kwargs
):
563 val
= apply(oglshapesc
.wxPyDrawnShape_GetAngle
,(self
,) + _args
, _kwargs
)
565 def GetMetaFile(self
, *_args
, **_kwargs
):
566 val
= apply(oglshapesc
.wxPyDrawnShape_GetMetaFile
,(self
,) + _args
, _kwargs
)
567 if val
: val
= wxPseudoMetaFilePtr(val
)
569 def GetRotation(self
, *_args
, **_kwargs
):
570 val
= apply(oglshapesc
.wxPyDrawnShape_GetRotation
,(self
,) + _args
, _kwargs
)
572 def LoadFromMetaFile(self
, *_args
, **_kwargs
):
573 val
= apply(oglshapesc
.wxPyDrawnShape_LoadFromMetaFile
,(self
,) + _args
, _kwargs
)
575 def Rotate(self
, *_args
, **_kwargs
):
576 val
= apply(oglshapesc
.wxPyDrawnShape_Rotate
,(self
,) + _args
, _kwargs
)
578 def SetClippingRect(self
, *_args
, **_kwargs
):
579 val
= apply(oglshapesc
.wxPyDrawnShape_SetClippingRect
,(self
,) + _args
, _kwargs
)
581 def SetDrawnBackgroundColour(self
, *_args
, **_kwargs
):
582 val
= apply(oglshapesc
.wxPyDrawnShape_SetDrawnBackgroundColour
,(self
,) + _args
, _kwargs
)
584 def SetDrawnBackgroundMode(self
, *_args
, **_kwargs
):
585 val
= apply(oglshapesc
.wxPyDrawnShape_SetDrawnBackgroundMode
,(self
,) + _args
, _kwargs
)
587 def SetDrawnBrush(self
, *_args
, **_kwargs
):
588 val
= apply(oglshapesc
.wxPyDrawnShape_SetDrawnBrush
,(self
,) + _args
, _kwargs
)
590 def SetDrawnFont(self
, *_args
, **_kwargs
):
591 val
= apply(oglshapesc
.wxPyDrawnShape_SetDrawnFont
,(self
,) + _args
, _kwargs
)
593 def SetDrawnPen(self
, *_args
, **_kwargs
):
594 val
= apply(oglshapesc
.wxPyDrawnShape_SetDrawnPen
,(self
,) + _args
, _kwargs
)
596 def SetDrawnTextColour(self
, *_args
, **_kwargs
):
597 val
= apply(oglshapesc
.wxPyDrawnShape_SetDrawnTextColour
,(self
,) + _args
, _kwargs
)
599 def Scale(self
, *_args
, **_kwargs
):
600 val
= apply(oglshapesc
.wxPyDrawnShape_Scale
,(self
,) + _args
, _kwargs
)
602 def SetSaveToFile(self
, *_args
, **_kwargs
):
603 val
= apply(oglshapesc
.wxPyDrawnShape_SetSaveToFile
,(self
,) + _args
, _kwargs
)
605 def Translate(self
, *_args
, **_kwargs
):
606 val
= apply(oglshapesc
.wxPyDrawnShape_Translate
,(self
,) + _args
, _kwargs
)
608 def base_OnDelete(self
, *_args
, **_kwargs
):
609 val
= apply(oglshapesc
.wxPyDrawnShape_base_OnDelete
,(self
,) + _args
, _kwargs
)
611 def base_OnDraw(self
, *_args
, **_kwargs
):
612 val
= apply(oglshapesc
.wxPyDrawnShape_base_OnDraw
,(self
,) + _args
, _kwargs
)
614 def base_OnDrawContents(self
, *_args
, **_kwargs
):
615 val
= apply(oglshapesc
.wxPyDrawnShape_base_OnDrawContents
,(self
,) + _args
, _kwargs
)
617 def base_OnDrawBranches(self
, *_args
, **_kwargs
):
618 val
= apply(oglshapesc
.wxPyDrawnShape_base_OnDrawBranches
,(self
,) + _args
, _kwargs
)
620 def base_OnMoveLinks(self
, *_args
, **_kwargs
):
621 val
= apply(oglshapesc
.wxPyDrawnShape_base_OnMoveLinks
,(self
,) + _args
, _kwargs
)
623 def base_OnErase(self
, *_args
, **_kwargs
):
624 val
= apply(oglshapesc
.wxPyDrawnShape_base_OnErase
,(self
,) + _args
, _kwargs
)
626 def base_OnEraseContents(self
, *_args
, **_kwargs
):
627 val
= apply(oglshapesc
.wxPyDrawnShape_base_OnEraseContents
,(self
,) + _args
, _kwargs
)
629 def base_OnHighlight(self
, *_args
, **_kwargs
):
630 val
= apply(oglshapesc
.wxPyDrawnShape_base_OnHighlight
,(self
,) + _args
, _kwargs
)
632 def base_OnLeftClick(self
, *_args
, **_kwargs
):
633 val
= apply(oglshapesc
.wxPyDrawnShape_base_OnLeftClick
,(self
,) + _args
, _kwargs
)
635 def base_OnLeftDoubleClick(self
, *_args
, **_kwargs
):
636 val
= apply(oglshapesc
.wxPyDrawnShape_base_OnLeftDoubleClick
,(self
,) + _args
, _kwargs
)
638 def base_OnRightClick(self
, *_args
, **_kwargs
):
639 val
= apply(oglshapesc
.wxPyDrawnShape_base_OnRightClick
,(self
,) + _args
, _kwargs
)
641 def base_OnSize(self
, *_args
, **_kwargs
):
642 val
= apply(oglshapesc
.wxPyDrawnShape_base_OnSize
,(self
,) + _args
, _kwargs
)
644 def base_OnMovePre(self
, *_args
, **_kwargs
):
645 val
= apply(oglshapesc
.wxPyDrawnShape_base_OnMovePre
,(self
,) + _args
, _kwargs
)
647 def base_OnMovePost(self
, *_args
, **_kwargs
):
648 val
= apply(oglshapesc
.wxPyDrawnShape_base_OnMovePost
,(self
,) + _args
, _kwargs
)
650 def base_OnDragLeft(self
, *_args
, **_kwargs
):
651 val
= apply(oglshapesc
.wxPyDrawnShape_base_OnDragLeft
,(self
,) + _args
, _kwargs
)
653 def base_OnBeginDragLeft(self
, *_args
, **_kwargs
):
654 val
= apply(oglshapesc
.wxPyDrawnShape_base_OnBeginDragLeft
,(self
,) + _args
, _kwargs
)
656 def base_OnEndDragLeft(self
, *_args
, **_kwargs
):
657 val
= apply(oglshapesc
.wxPyDrawnShape_base_OnEndDragLeft
,(self
,) + _args
, _kwargs
)
659 def base_OnDragRight(self
, *_args
, **_kwargs
):
660 val
= apply(oglshapesc
.wxPyDrawnShape_base_OnDragRight
,(self
,) + _args
, _kwargs
)
662 def base_OnBeginDragRight(self
, *_args
, **_kwargs
):
663 val
= apply(oglshapesc
.wxPyDrawnShape_base_OnBeginDragRight
,(self
,) + _args
, _kwargs
)
665 def base_OnEndDragRight(self
, *_args
, **_kwargs
):
666 val
= apply(oglshapesc
.wxPyDrawnShape_base_OnEndDragRight
,(self
,) + _args
, _kwargs
)
668 def base_OnDrawOutline(self
, *_args
, **_kwargs
):
669 val
= apply(oglshapesc
.wxPyDrawnShape_base_OnDrawOutline
,(self
,) + _args
, _kwargs
)
671 def base_OnDrawControlPoints(self
, *_args
, **_kwargs
):
672 val
= apply(oglshapesc
.wxPyDrawnShape_base_OnDrawControlPoints
,(self
,) + _args
, _kwargs
)
674 def base_OnEraseControlPoints(self
, *_args
, **_kwargs
):
675 val
= apply(oglshapesc
.wxPyDrawnShape_base_OnEraseControlPoints
,(self
,) + _args
, _kwargs
)
677 def base_OnMoveLink(self
, *_args
, **_kwargs
):
678 val
= apply(oglshapesc
.wxPyDrawnShape_base_OnMoveLink
,(self
,) + _args
, _kwargs
)
680 def base_OnSizingDragLeft(self
, *_args
, **_kwargs
):
681 val
= apply(oglshapesc
.wxPyDrawnShape_base_OnSizingDragLeft
,(self
,) + _args
, _kwargs
)
683 def base_OnSizingBeginDragLeft(self
, *_args
, **_kwargs
):
684 val
= apply(oglshapesc
.wxPyDrawnShape_base_OnSizingBeginDragLeft
,(self
,) + _args
, _kwargs
)
686 def base_OnSizingEndDragLeft(self
, *_args
, **_kwargs
):
687 val
= apply(oglshapesc
.wxPyDrawnShape_base_OnSizingEndDragLeft
,(self
,) + _args
, _kwargs
)
689 def base_OnBeginSize(self
, *_args
, **_kwargs
):
690 val
= apply(oglshapesc
.wxPyDrawnShape_base_OnBeginSize
,(self
,) + _args
, _kwargs
)
692 def base_OnEndSize(self
, *_args
, **_kwargs
):
693 val
= apply(oglshapesc
.wxPyDrawnShape_base_OnEndSize
,(self
,) + _args
, _kwargs
)
696 return "<C wxPyDrawnShape instance at %s>" % (self
.this
,)
697 class wxPyDrawnShape(wxPyDrawnShapePtr
):
698 def __init__(self
,*_args
,**_kwargs
):
699 self
.this
= apply(oglshapesc
.new_wxPyDrawnShape
,_args
,_kwargs
)
706 class wxOGLConstraintPtr
:
707 def __init__(self
,this
):
710 def __del__(self
,oglshapesc
=oglshapesc
):
711 if self
.thisown
== 1 :
712 oglshapesc
.delete_wxOGLConstraint(self
)
713 def Evaluate(self
, *_args
, **_kwargs
):
714 val
= apply(oglshapesc
.wxOGLConstraint_Evaluate
,(self
,) + _args
, _kwargs
)
716 def SetSpacing(self
, *_args
, **_kwargs
):
717 val
= apply(oglshapesc
.wxOGLConstraint_SetSpacing
,(self
,) + _args
, _kwargs
)
719 def Equals(self
, *_args
, **_kwargs
):
720 val
= apply(oglshapesc
.wxOGLConstraint_Equals
,(self
,) + _args
, _kwargs
)
723 return "<C wxOGLConstraint instance at %s>" % (self
.this
,)
724 class wxOGLConstraint(wxOGLConstraintPtr
):
725 def __init__(self
,*_args
,**_kwargs
):
726 self
.this
= apply(oglshapesc
.new_wxOGLConstraint
,_args
,_kwargs
)
732 class wxPyCompositeShapePtr(wxPyRectangleShapePtr
):
733 def __init__(self
,this
):
736 def _setSelf(self
, *_args
, **_kwargs
):
737 val
= apply(oglshapesc
.wxPyCompositeShape__setSelf
,(self
,) + _args
, _kwargs
)
739 def AddChild(self
, *_args
, **_kwargs
):
740 val
= apply(oglshapesc
.wxPyCompositeShape_AddChild
,(self
,) + _args
, _kwargs
)
742 def AddConstraint(self
, *_args
, **_kwargs
):
743 val
= apply(oglshapesc
.wxPyCompositeShape_AddConstraint
,(self
,) + _args
, _kwargs
)
744 if val
: val
= wxOGLConstraintPtr(val
)
746 def AddSimpleConstraint(self
, *_args
, **_kwargs
):
747 val
= apply(oglshapesc
.wxPyCompositeShape_AddSimpleConstraint
,(self
,) + _args
, _kwargs
)
748 if val
: val
= wxOGLConstraintPtr(val
)
750 def CalculateSize(self
, *_args
, **_kwargs
):
751 val
= apply(oglshapesc
.wxPyCompositeShape_CalculateSize
,(self
,) + _args
, _kwargs
)
753 def ContainsDivision(self
, *_args
, **_kwargs
):
754 val
= apply(oglshapesc
.wxPyCompositeShape_ContainsDivision
,(self
,) + _args
, _kwargs
)
756 def DeleteConstraint(self
, *_args
, **_kwargs
):
757 val
= apply(oglshapesc
.wxPyCompositeShape_DeleteConstraint
,(self
,) + _args
, _kwargs
)
759 def DeleteConstraintsInvolvingChild(self
, *_args
, **_kwargs
):
760 val
= apply(oglshapesc
.wxPyCompositeShape_DeleteConstraintsInvolvingChild
,(self
,) + _args
, _kwargs
)
762 def FindContainerImage(self
, *_args
, **_kwargs
):
763 val
= apply(oglshapesc
.wxPyCompositeShape_FindContainerImage
,(self
,) + _args
, _kwargs
)
764 if val
: val
= wxPyShapePtr(val
)
766 def GetConstraints(self
, *_args
, **_kwargs
):
767 val
= apply(oglshapesc
.wxPyCompositeShape_GetConstraints
,(self
,) + _args
, _kwargs
)
769 def GetDivisions(self
, *_args
, **_kwargs
):
770 val
= apply(oglshapesc
.wxPyCompositeShape_GetDivisions
,(self
,) + _args
, _kwargs
)
772 def MakeContainer(self
, *_args
, **_kwargs
):
773 val
= apply(oglshapesc
.wxPyCompositeShape_MakeContainer
,(self
,) + _args
, _kwargs
)
775 def Recompute(self
, *_args
, **_kwargs
):
776 val
= apply(oglshapesc
.wxPyCompositeShape_Recompute
,(self
,) + _args
, _kwargs
)
778 def RemoveChild(self
, *_args
, **_kwargs
):
779 val
= apply(oglshapesc
.wxPyCompositeShape_RemoveChild
,(self
,) + _args
, _kwargs
)
781 def base_OnDelete(self
, *_args
, **_kwargs
):
782 val
= apply(oglshapesc
.wxPyCompositeShape_base_OnDelete
,(self
,) + _args
, _kwargs
)
784 def base_OnDraw(self
, *_args
, **_kwargs
):
785 val
= apply(oglshapesc
.wxPyCompositeShape_base_OnDraw
,(self
,) + _args
, _kwargs
)
787 def base_OnDrawContents(self
, *_args
, **_kwargs
):
788 val
= apply(oglshapesc
.wxPyCompositeShape_base_OnDrawContents
,(self
,) + _args
, _kwargs
)
790 def base_OnDrawBranches(self
, *_args
, **_kwargs
):
791 val
= apply(oglshapesc
.wxPyCompositeShape_base_OnDrawBranches
,(self
,) + _args
, _kwargs
)
793 def base_OnMoveLinks(self
, *_args
, **_kwargs
):
794 val
= apply(oglshapesc
.wxPyCompositeShape_base_OnMoveLinks
,(self
,) + _args
, _kwargs
)
796 def base_OnErase(self
, *_args
, **_kwargs
):
797 val
= apply(oglshapesc
.wxPyCompositeShape_base_OnErase
,(self
,) + _args
, _kwargs
)
799 def base_OnEraseContents(self
, *_args
, **_kwargs
):
800 val
= apply(oglshapesc
.wxPyCompositeShape_base_OnEraseContents
,(self
,) + _args
, _kwargs
)
802 def base_OnHighlight(self
, *_args
, **_kwargs
):
803 val
= apply(oglshapesc
.wxPyCompositeShape_base_OnHighlight
,(self
,) + _args
, _kwargs
)
805 def base_OnLeftClick(self
, *_args
, **_kwargs
):
806 val
= apply(oglshapesc
.wxPyCompositeShape_base_OnLeftClick
,(self
,) + _args
, _kwargs
)
808 def base_OnLeftDoubleClick(self
, *_args
, **_kwargs
):
809 val
= apply(oglshapesc
.wxPyCompositeShape_base_OnLeftDoubleClick
,(self
,) + _args
, _kwargs
)
811 def base_OnRightClick(self
, *_args
, **_kwargs
):
812 val
= apply(oglshapesc
.wxPyCompositeShape_base_OnRightClick
,(self
,) + _args
, _kwargs
)
814 def base_OnSize(self
, *_args
, **_kwargs
):
815 val
= apply(oglshapesc
.wxPyCompositeShape_base_OnSize
,(self
,) + _args
, _kwargs
)
817 def base_OnMovePre(self
, *_args
, **_kwargs
):
818 val
= apply(oglshapesc
.wxPyCompositeShape_base_OnMovePre
,(self
,) + _args
, _kwargs
)
820 def base_OnMovePost(self
, *_args
, **_kwargs
):
821 val
= apply(oglshapesc
.wxPyCompositeShape_base_OnMovePost
,(self
,) + _args
, _kwargs
)
823 def base_OnDragLeft(self
, *_args
, **_kwargs
):
824 val
= apply(oglshapesc
.wxPyCompositeShape_base_OnDragLeft
,(self
,) + _args
, _kwargs
)
826 def base_OnBeginDragLeft(self
, *_args
, **_kwargs
):
827 val
= apply(oglshapesc
.wxPyCompositeShape_base_OnBeginDragLeft
,(self
,) + _args
, _kwargs
)
829 def base_OnEndDragLeft(self
, *_args
, **_kwargs
):
830 val
= apply(oglshapesc
.wxPyCompositeShape_base_OnEndDragLeft
,(self
,) + _args
, _kwargs
)
832 def base_OnDragRight(self
, *_args
, **_kwargs
):
833 val
= apply(oglshapesc
.wxPyCompositeShape_base_OnDragRight
,(self
,) + _args
, _kwargs
)
835 def base_OnBeginDragRight(self
, *_args
, **_kwargs
):
836 val
= apply(oglshapesc
.wxPyCompositeShape_base_OnBeginDragRight
,(self
,) + _args
, _kwargs
)
838 def base_OnEndDragRight(self
, *_args
, **_kwargs
):
839 val
= apply(oglshapesc
.wxPyCompositeShape_base_OnEndDragRight
,(self
,) + _args
, _kwargs
)
841 def base_OnDrawOutline(self
, *_args
, **_kwargs
):
842 val
= apply(oglshapesc
.wxPyCompositeShape_base_OnDrawOutline
,(self
,) + _args
, _kwargs
)
844 def base_OnDrawControlPoints(self
, *_args
, **_kwargs
):
845 val
= apply(oglshapesc
.wxPyCompositeShape_base_OnDrawControlPoints
,(self
,) + _args
, _kwargs
)
847 def base_OnEraseControlPoints(self
, *_args
, **_kwargs
):
848 val
= apply(oglshapesc
.wxPyCompositeShape_base_OnEraseControlPoints
,(self
,) + _args
, _kwargs
)
850 def base_OnMoveLink(self
, *_args
, **_kwargs
):
851 val
= apply(oglshapesc
.wxPyCompositeShape_base_OnMoveLink
,(self
,) + _args
, _kwargs
)
853 def base_OnSizingDragLeft(self
, *_args
, **_kwargs
):
854 val
= apply(oglshapesc
.wxPyCompositeShape_base_OnSizingDragLeft
,(self
,) + _args
, _kwargs
)
856 def base_OnSizingBeginDragLeft(self
, *_args
, **_kwargs
):
857 val
= apply(oglshapesc
.wxPyCompositeShape_base_OnSizingBeginDragLeft
,(self
,) + _args
, _kwargs
)
859 def base_OnSizingEndDragLeft(self
, *_args
, **_kwargs
):
860 val
= apply(oglshapesc
.wxPyCompositeShape_base_OnSizingEndDragLeft
,(self
,) + _args
, _kwargs
)
862 def base_OnBeginSize(self
, *_args
, **_kwargs
):
863 val
= apply(oglshapesc
.wxPyCompositeShape_base_OnBeginSize
,(self
,) + _args
, _kwargs
)
865 def base_OnEndSize(self
, *_args
, **_kwargs
):
866 val
= apply(oglshapesc
.wxPyCompositeShape_base_OnEndSize
,(self
,) + _args
, _kwargs
)
869 return "<C wxPyCompositeShape instance at %s>" % (self
.this
,)
870 class wxPyCompositeShape(wxPyCompositeShapePtr
):
871 def __init__(self
,*_args
,**_kwargs
):
872 self
.this
= apply(oglshapesc
.new_wxPyCompositeShape
,_args
,_kwargs
)
879 class wxPyDividedShapePtr(wxPyRectangleShapePtr
):
880 def __init__(self
,this
):
883 def _setSelf(self
, *_args
, **_kwargs
):
884 val
= apply(oglshapesc
.wxPyDividedShape__setSelf
,(self
,) + _args
, _kwargs
)
886 def EditRegions(self
, *_args
, **_kwargs
):
887 val
= apply(oglshapesc
.wxPyDividedShape_EditRegions
,(self
,) + _args
, _kwargs
)
889 def SetRegionSizes(self
, *_args
, **_kwargs
):
890 val
= apply(oglshapesc
.wxPyDividedShape_SetRegionSizes
,(self
,) + _args
, _kwargs
)
892 def base_OnDelete(self
, *_args
, **_kwargs
):
893 val
= apply(oglshapesc
.wxPyDividedShape_base_OnDelete
,(self
,) + _args
, _kwargs
)
895 def base_OnDraw(self
, *_args
, **_kwargs
):
896 val
= apply(oglshapesc
.wxPyDividedShape_base_OnDraw
,(self
,) + _args
, _kwargs
)
898 def base_OnDrawContents(self
, *_args
, **_kwargs
):
899 val
= apply(oglshapesc
.wxPyDividedShape_base_OnDrawContents
,(self
,) + _args
, _kwargs
)
901 def base_OnDrawBranches(self
, *_args
, **_kwargs
):
902 val
= apply(oglshapesc
.wxPyDividedShape_base_OnDrawBranches
,(self
,) + _args
, _kwargs
)
904 def base_OnMoveLinks(self
, *_args
, **_kwargs
):
905 val
= apply(oglshapesc
.wxPyDividedShape_base_OnMoveLinks
,(self
,) + _args
, _kwargs
)
907 def base_OnErase(self
, *_args
, **_kwargs
):
908 val
= apply(oglshapesc
.wxPyDividedShape_base_OnErase
,(self
,) + _args
, _kwargs
)
910 def base_OnEraseContents(self
, *_args
, **_kwargs
):
911 val
= apply(oglshapesc
.wxPyDividedShape_base_OnEraseContents
,(self
,) + _args
, _kwargs
)
913 def base_OnHighlight(self
, *_args
, **_kwargs
):
914 val
= apply(oglshapesc
.wxPyDividedShape_base_OnHighlight
,(self
,) + _args
, _kwargs
)
916 def base_OnLeftClick(self
, *_args
, **_kwargs
):
917 val
= apply(oglshapesc
.wxPyDividedShape_base_OnLeftClick
,(self
,) + _args
, _kwargs
)
919 def base_OnLeftDoubleClick(self
, *_args
, **_kwargs
):
920 val
= apply(oglshapesc
.wxPyDividedShape_base_OnLeftDoubleClick
,(self
,) + _args
, _kwargs
)
922 def base_OnRightClick(self
, *_args
, **_kwargs
):
923 val
= apply(oglshapesc
.wxPyDividedShape_base_OnRightClick
,(self
,) + _args
, _kwargs
)
925 def base_OnSize(self
, *_args
, **_kwargs
):
926 val
= apply(oglshapesc
.wxPyDividedShape_base_OnSize
,(self
,) + _args
, _kwargs
)
928 def base_OnMovePre(self
, *_args
, **_kwargs
):
929 val
= apply(oglshapesc
.wxPyDividedShape_base_OnMovePre
,(self
,) + _args
, _kwargs
)
931 def base_OnMovePost(self
, *_args
, **_kwargs
):
932 val
= apply(oglshapesc
.wxPyDividedShape_base_OnMovePost
,(self
,) + _args
, _kwargs
)
934 def base_OnDragLeft(self
, *_args
, **_kwargs
):
935 val
= apply(oglshapesc
.wxPyDividedShape_base_OnDragLeft
,(self
,) + _args
, _kwargs
)
937 def base_OnBeginDragLeft(self
, *_args
, **_kwargs
):
938 val
= apply(oglshapesc
.wxPyDividedShape_base_OnBeginDragLeft
,(self
,) + _args
, _kwargs
)
940 def base_OnEndDragLeft(self
, *_args
, **_kwargs
):
941 val
= apply(oglshapesc
.wxPyDividedShape_base_OnEndDragLeft
,(self
,) + _args
, _kwargs
)
943 def base_OnDragRight(self
, *_args
, **_kwargs
):
944 val
= apply(oglshapesc
.wxPyDividedShape_base_OnDragRight
,(self
,) + _args
, _kwargs
)
946 def base_OnBeginDragRight(self
, *_args
, **_kwargs
):
947 val
= apply(oglshapesc
.wxPyDividedShape_base_OnBeginDragRight
,(self
,) + _args
, _kwargs
)
949 def base_OnEndDragRight(self
, *_args
, **_kwargs
):
950 val
= apply(oglshapesc
.wxPyDividedShape_base_OnEndDragRight
,(self
,) + _args
, _kwargs
)
952 def base_OnDrawOutline(self
, *_args
, **_kwargs
):
953 val
= apply(oglshapesc
.wxPyDividedShape_base_OnDrawOutline
,(self
,) + _args
, _kwargs
)
955 def base_OnDrawControlPoints(self
, *_args
, **_kwargs
):
956 val
= apply(oglshapesc
.wxPyDividedShape_base_OnDrawControlPoints
,(self
,) + _args
, _kwargs
)
958 def base_OnEraseControlPoints(self
, *_args
, **_kwargs
):
959 val
= apply(oglshapesc
.wxPyDividedShape_base_OnEraseControlPoints
,(self
,) + _args
, _kwargs
)
961 def base_OnMoveLink(self
, *_args
, **_kwargs
):
962 val
= apply(oglshapesc
.wxPyDividedShape_base_OnMoveLink
,(self
,) + _args
, _kwargs
)
964 def base_OnSizingDragLeft(self
, *_args
, **_kwargs
):
965 val
= apply(oglshapesc
.wxPyDividedShape_base_OnSizingDragLeft
,(self
,) + _args
, _kwargs
)
967 def base_OnSizingBeginDragLeft(self
, *_args
, **_kwargs
):
968 val
= apply(oglshapesc
.wxPyDividedShape_base_OnSizingBeginDragLeft
,(self
,) + _args
, _kwargs
)
970 def base_OnSizingEndDragLeft(self
, *_args
, **_kwargs
):
971 val
= apply(oglshapesc
.wxPyDividedShape_base_OnSizingEndDragLeft
,(self
,) + _args
, _kwargs
)
973 def base_OnBeginSize(self
, *_args
, **_kwargs
):
974 val
= apply(oglshapesc
.wxPyDividedShape_base_OnBeginSize
,(self
,) + _args
, _kwargs
)
976 def base_OnEndSize(self
, *_args
, **_kwargs
):
977 val
= apply(oglshapesc
.wxPyDividedShape_base_OnEndSize
,(self
,) + _args
, _kwargs
)
980 return "<C wxPyDividedShape instance at %s>" % (self
.this
,)
981 class wxPyDividedShape(wxPyDividedShapePtr
):
982 def __init__(self
,*_args
,**_kwargs
):
983 self
.this
= apply(oglshapesc
.new_wxPyDividedShape
,_args
,_kwargs
)
990 class wxPyDivisionShapePtr(wxPyCompositeShapePtr
):
991 def __init__(self
,this
):
994 def _setSelf(self
, *_args
, **_kwargs
):
995 val
= apply(oglshapesc
.wxPyDivisionShape__setSelf
,(self
,) + _args
, _kwargs
)
997 def AdjustBottom(self
, *_args
, **_kwargs
):
998 val
= apply(oglshapesc
.wxPyDivisionShape_AdjustBottom
,(self
,) + _args
, _kwargs
)
1000 def AdjustLeft(self
, *_args
, **_kwargs
):
1001 val
= apply(oglshapesc
.wxPyDivisionShape_AdjustLeft
,(self
,) + _args
, _kwargs
)
1003 def AdjustRight(self
, *_args
, **_kwargs
):
1004 val
= apply(oglshapesc
.wxPyDivisionShape_AdjustRight
,(self
,) + _args
, _kwargs
)
1006 def AdjustTop(self
, *_args
, **_kwargs
):
1007 val
= apply(oglshapesc
.wxPyDivisionShape_AdjustTop
,(self
,) + _args
, _kwargs
)
1009 def Divide(self
, *_args
, **_kwargs
):
1010 val
= apply(oglshapesc
.wxPyDivisionShape_Divide
,(self
,) + _args
, _kwargs
)
1012 def EditEdge(self
, *_args
, **_kwargs
):
1013 val
= apply(oglshapesc
.wxPyDivisionShape_EditEdge
,(self
,) + _args
, _kwargs
)
1015 def GetBottomSide(self
, *_args
, **_kwargs
):
1016 val
= apply(oglshapesc
.wxPyDivisionShape_GetBottomSide
,(self
,) + _args
, _kwargs
)
1017 if val
: val
= wxPyDivisionShapePtr(val
)
1019 def GetHandleSide(self
, *_args
, **_kwargs
):
1020 val
= apply(oglshapesc
.wxPyDivisionShape_GetHandleSide
,(self
,) + _args
, _kwargs
)
1022 def GetLeftSide(self
, *_args
, **_kwargs
):
1023 val
= apply(oglshapesc
.wxPyDivisionShape_GetLeftSide
,(self
,) + _args
, _kwargs
)
1024 if val
: val
= wxPyDivisionShapePtr(val
)
1026 def GetLeftSideColour(self
, *_args
, **_kwargs
):
1027 val
= apply(oglshapesc
.wxPyDivisionShape_GetLeftSideColour
,(self
,) + _args
, _kwargs
)
1029 def GetLeftSidePen(self
, *_args
, **_kwargs
):
1030 val
= apply(oglshapesc
.wxPyDivisionShape_GetLeftSidePen
,(self
,) + _args
, _kwargs
)
1031 if val
: val
= wxPenPtr(val
)
1033 def GetRightSide(self
, *_args
, **_kwargs
):
1034 val
= apply(oglshapesc
.wxPyDivisionShape_GetRightSide
,(self
,) + _args
, _kwargs
)
1035 if val
: val
= wxPyDivisionShapePtr(val
)
1037 def GetTopSide(self
, *_args
, **_kwargs
):
1038 val
= apply(oglshapesc
.wxPyDivisionShape_GetTopSide
,(self
,) + _args
, _kwargs
)
1039 if val
: val
= wxPyDivisionShapePtr(val
)
1041 def GetTopSidePen(self
, *_args
, **_kwargs
):
1042 val
= apply(oglshapesc
.wxPyDivisionShape_GetTopSidePen
,(self
,) + _args
, _kwargs
)
1043 if val
: val
= wxPenPtr(val
)
1045 def ResizeAdjoining(self
, *_args
, **_kwargs
):
1046 val
= apply(oglshapesc
.wxPyDivisionShape_ResizeAdjoining
,(self
,) + _args
, _kwargs
)
1048 def PopupMenu(self
, *_args
, **_kwargs
):
1049 val
= apply(oglshapesc
.wxPyDivisionShape_PopupMenu
,(self
,) + _args
, _kwargs
)
1051 def SetBottomSide(self
, *_args
, **_kwargs
):
1052 val
= apply(oglshapesc
.wxPyDivisionShape_SetBottomSide
,(self
,) + _args
, _kwargs
)
1054 def SetHandleSide(self
, *_args
, **_kwargs
):
1055 val
= apply(oglshapesc
.wxPyDivisionShape_SetHandleSide
,(self
,) + _args
, _kwargs
)
1057 def SetLeftSide(self
, *_args
, **_kwargs
):
1058 val
= apply(oglshapesc
.wxPyDivisionShape_SetLeftSide
,(self
,) + _args
, _kwargs
)
1060 def SetLeftSideColour(self
, *_args
, **_kwargs
):
1061 val
= apply(oglshapesc
.wxPyDivisionShape_SetLeftSideColour
,(self
,) + _args
, _kwargs
)
1063 def SetLeftSidePen(self
, *_args
, **_kwargs
):
1064 val
= apply(oglshapesc
.wxPyDivisionShape_SetLeftSidePen
,(self
,) + _args
, _kwargs
)
1066 def SetRightSide(self
, *_args
, **_kwargs
):
1067 val
= apply(oglshapesc
.wxPyDivisionShape_SetRightSide
,(self
,) + _args
, _kwargs
)
1069 def SetTopSide(self
, *_args
, **_kwargs
):
1070 val
= apply(oglshapesc
.wxPyDivisionShape_SetTopSide
,(self
,) + _args
, _kwargs
)
1072 def SetTopSideColour(self
, *_args
, **_kwargs
):
1073 val
= apply(oglshapesc
.wxPyDivisionShape_SetTopSideColour
,(self
,) + _args
, _kwargs
)
1075 def SetTopSidePen(self
, *_args
, **_kwargs
):
1076 val
= apply(oglshapesc
.wxPyDivisionShape_SetTopSidePen
,(self
,) + _args
, _kwargs
)
1078 def base_OnDelete(self
, *_args
, **_kwargs
):
1079 val
= apply(oglshapesc
.wxPyDivisionShape_base_OnDelete
,(self
,) + _args
, _kwargs
)
1081 def base_OnDraw(self
, *_args
, **_kwargs
):
1082 val
= apply(oglshapesc
.wxPyDivisionShape_base_OnDraw
,(self
,) + _args
, _kwargs
)
1084 def base_OnDrawContents(self
, *_args
, **_kwargs
):
1085 val
= apply(oglshapesc
.wxPyDivisionShape_base_OnDrawContents
,(self
,) + _args
, _kwargs
)
1087 def base_OnDrawBranches(self
, *_args
, **_kwargs
):
1088 val
= apply(oglshapesc
.wxPyDivisionShape_base_OnDrawBranches
,(self
,) + _args
, _kwargs
)
1090 def base_OnMoveLinks(self
, *_args
, **_kwargs
):
1091 val
= apply(oglshapesc
.wxPyDivisionShape_base_OnMoveLinks
,(self
,) + _args
, _kwargs
)
1093 def base_OnErase(self
, *_args
, **_kwargs
):
1094 val
= apply(oglshapesc
.wxPyDivisionShape_base_OnErase
,(self
,) + _args
, _kwargs
)
1096 def base_OnEraseContents(self
, *_args
, **_kwargs
):
1097 val
= apply(oglshapesc
.wxPyDivisionShape_base_OnEraseContents
,(self
,) + _args
, _kwargs
)
1099 def base_OnHighlight(self
, *_args
, **_kwargs
):
1100 val
= apply(oglshapesc
.wxPyDivisionShape_base_OnHighlight
,(self
,) + _args
, _kwargs
)
1102 def base_OnLeftClick(self
, *_args
, **_kwargs
):
1103 val
= apply(oglshapesc
.wxPyDivisionShape_base_OnLeftClick
,(self
,) + _args
, _kwargs
)
1105 def base_OnLeftDoubleClick(self
, *_args
, **_kwargs
):
1106 val
= apply(oglshapesc
.wxPyDivisionShape_base_OnLeftDoubleClick
,(self
,) + _args
, _kwargs
)
1108 def base_OnRightClick(self
, *_args
, **_kwargs
):
1109 val
= apply(oglshapesc
.wxPyDivisionShape_base_OnRightClick
,(self
,) + _args
, _kwargs
)
1111 def base_OnSize(self
, *_args
, **_kwargs
):
1112 val
= apply(oglshapesc
.wxPyDivisionShape_base_OnSize
,(self
,) + _args
, _kwargs
)
1114 def base_OnMovePre(self
, *_args
, **_kwargs
):
1115 val
= apply(oglshapesc
.wxPyDivisionShape_base_OnMovePre
,(self
,) + _args
, _kwargs
)
1117 def base_OnMovePost(self
, *_args
, **_kwargs
):
1118 val
= apply(oglshapesc
.wxPyDivisionShape_base_OnMovePost
,(self
,) + _args
, _kwargs
)
1120 def base_OnDragLeft(self
, *_args
, **_kwargs
):
1121 val
= apply(oglshapesc
.wxPyDivisionShape_base_OnDragLeft
,(self
,) + _args
, _kwargs
)
1123 def base_OnBeginDragLeft(self
, *_args
, **_kwargs
):
1124 val
= apply(oglshapesc
.wxPyDivisionShape_base_OnBeginDragLeft
,(self
,) + _args
, _kwargs
)
1126 def base_OnEndDragLeft(self
, *_args
, **_kwargs
):
1127 val
= apply(oglshapesc
.wxPyDivisionShape_base_OnEndDragLeft
,(self
,) + _args
, _kwargs
)
1129 def base_OnDragRight(self
, *_args
, **_kwargs
):
1130 val
= apply(oglshapesc
.wxPyDivisionShape_base_OnDragRight
,(self
,) + _args
, _kwargs
)
1132 def base_OnBeginDragRight(self
, *_args
, **_kwargs
):
1133 val
= apply(oglshapesc
.wxPyDivisionShape_base_OnBeginDragRight
,(self
,) + _args
, _kwargs
)
1135 def base_OnEndDragRight(self
, *_args
, **_kwargs
):
1136 val
= apply(oglshapesc
.wxPyDivisionShape_base_OnEndDragRight
,(self
,) + _args
, _kwargs
)
1138 def base_OnDrawOutline(self
, *_args
, **_kwargs
):
1139 val
= apply(oglshapesc
.wxPyDivisionShape_base_OnDrawOutline
,(self
,) + _args
, _kwargs
)
1141 def base_OnDrawControlPoints(self
, *_args
, **_kwargs
):
1142 val
= apply(oglshapesc
.wxPyDivisionShape_base_OnDrawControlPoints
,(self
,) + _args
, _kwargs
)
1144 def base_OnEraseControlPoints(self
, *_args
, **_kwargs
):
1145 val
= apply(oglshapesc
.wxPyDivisionShape_base_OnEraseControlPoints
,(self
,) + _args
, _kwargs
)
1147 def base_OnMoveLink(self
, *_args
, **_kwargs
):
1148 val
= apply(oglshapesc
.wxPyDivisionShape_base_OnMoveLink
,(self
,) + _args
, _kwargs
)
1150 def base_OnSizingDragLeft(self
, *_args
, **_kwargs
):
1151 val
= apply(oglshapesc
.wxPyDivisionShape_base_OnSizingDragLeft
,(self
,) + _args
, _kwargs
)
1153 def base_OnSizingBeginDragLeft(self
, *_args
, **_kwargs
):
1154 val
= apply(oglshapesc
.wxPyDivisionShape_base_OnSizingBeginDragLeft
,(self
,) + _args
, _kwargs
)
1156 def base_OnSizingEndDragLeft(self
, *_args
, **_kwargs
):
1157 val
= apply(oglshapesc
.wxPyDivisionShape_base_OnSizingEndDragLeft
,(self
,) + _args
, _kwargs
)
1159 def base_OnBeginSize(self
, *_args
, **_kwargs
):
1160 val
= apply(oglshapesc
.wxPyDivisionShape_base_OnBeginSize
,(self
,) + _args
, _kwargs
)
1162 def base_OnEndSize(self
, *_args
, **_kwargs
):
1163 val
= apply(oglshapesc
.wxPyDivisionShape_base_OnEndSize
,(self
,) + _args
, _kwargs
)
1166 return "<C wxPyDivisionShape instance at %s>" % (self
.this
,)
1167 class wxPyDivisionShape(wxPyDivisionShapePtr
):
1168 def __init__(self
,*_args
,**_kwargs
):
1169 self
.this
= apply(oglshapesc
.new_wxPyDivisionShape
,_args
,_kwargs
)
1178 #-------------- FUNCTION WRAPPERS ------------------
1182 #-------------- VARIABLE WRAPPERS ------------------