1 # This file was created automatically by SWIG.
6 def __init__(self
,this
):
10 if self
.thisown
== 1 :
11 gdic
.delete_wxBitmap(self
.this
)
12 def Create(self
,arg0
,arg1
,*args
):
13 val
= apply(gdic
.wxBitmap_Create
,(self
.this
,arg0
,arg1
,)+args
)
16 val
= gdic
.wxBitmap_GetDepth(self
.this
)
19 val
= gdic
.wxBitmap_GetHeight(self
.this
)
22 val
= gdic
.wxBitmap_GetPalette(self
.this
)
23 val
= wxPalettePtr(val
)
26 val
= gdic
.wxBitmap_GetMask(self
.this
)
30 val
= gdic
.wxBitmap_GetWidth(self
.this
)
32 def LoadFile(self
,arg0
,arg1
):
33 val
= gdic
.wxBitmap_LoadFile(self
.this
,arg0
,arg1
)
36 val
= gdic
.wxBitmap_Ok(self
.this
)
38 def SaveFile(self
,arg0
,arg1
,*args
):
40 try: argl
[0] = argl
[0].this
43 val
= apply(gdic
.wxBitmap_SaveFile
,(self
.this
,arg0
,arg1
,)+args
)
45 def SetDepth(self
,arg0
):
46 val
= gdic
.wxBitmap_SetDepth(self
.this
,arg0
)
48 def SetHeight(self
,arg0
):
49 val
= gdic
.wxBitmap_SetHeight(self
.this
,arg0
)
51 def SetMask(self
,arg0
):
52 val
= gdic
.wxBitmap_SetMask(self
.this
,arg0
.this
)
54 def SetPalette(self
,arg0
):
55 val
= gdic
.wxBitmap_SetPalette(self
.this
,arg0
.this
)
57 def SetWidth(self
,arg0
):
58 val
= gdic
.wxBitmap_SetWidth(self
.this
,arg0
)
61 return "<C wxBitmap instance>"
62 class wxBitmap(wxBitmapPtr
):
63 def __init__(self
,arg0
,arg1
) :
64 self
.this
= gdic
.new_wxBitmap(arg0
,arg1
)
71 def __init__(self
,this
):
75 if self
.thisown
== 1 :
76 gdic
.delete_wxMask(self
.this
)
78 return "<C wxMask instance>"
79 class wxMask(wxMaskPtr
):
80 def __init__(self
,arg0
) :
81 self
.this
= gdic
.new_wxMask(arg0
.this
)
87 class wxIconPtr(wxBitmapPtr
):
88 def __init__(self
,this
):
92 if self
.thisown
== 1 :
93 gdic
.delete_wxIcon(self
.this
)
95 val
= gdic
.wxIcon_GetDepth(self
.this
)
98 val
= gdic
.wxIcon_GetHeight(self
.this
)
101 val
= gdic
.wxIcon_GetWidth(self
.this
)
103 def LoadFile(self
,arg0
,arg1
):
104 val
= gdic
.wxIcon_LoadFile(self
.this
,arg0
,arg1
)
107 val
= gdic
.wxIcon_Ok(self
.this
)
109 def SetDepth(self
,arg0
):
110 val
= gdic
.wxIcon_SetDepth(self
.this
,arg0
)
112 def SetHeight(self
,arg0
):
113 val
= gdic
.wxIcon_SetHeight(self
.this
,arg0
)
115 def SetWidth(self
,arg0
):
116 val
= gdic
.wxIcon_SetWidth(self
.this
,arg0
)
119 return "<C wxIcon instance>"
120 class wxIcon(wxIconPtr
):
121 def __init__(self
,arg0
,arg1
,*args
) :
122 self
.this
= apply(gdic
.new_wxIcon
,(arg0
,arg1
,)+args
)
128 class wxCursorPtr(wxBitmapPtr
):
129 def __init__(self
,this
):
133 if self
.thisown
== 1 :
134 gdic
.delete_wxCursor(self
.this
)
136 val
= gdic
.wxCursor_Ok(self
.this
)
139 return "<C wxCursor instance>"
140 class wxCursor(wxCursorPtr
):
141 def __init__(self
,arg0
,arg1
,*args
) :
142 self
.this
= apply(gdic
.new_wxCursor
,(arg0
,arg1
,)+args
)
149 def __init__(self
,this
):
152 def GetFaceName(self
):
153 val
= gdic
.wxFont_GetFaceName(self
.this
)
156 val
= gdic
.wxFont_GetFamily(self
.this
)
159 val
= gdic
.wxFont_GetFontId(self
.this
)
161 def GetPointSize(self
):
162 val
= gdic
.wxFont_GetPointSize(self
.this
)
165 val
= gdic
.wxFont_GetStyle(self
.this
)
167 def GetUnderlined(self
):
168 val
= gdic
.wxFont_GetUnderlined(self
.this
)
171 val
= gdic
.wxFont_GetWeight(self
.this
)
173 def SetFaceName(self
,arg0
):
174 val
= gdic
.wxFont_SetFaceName(self
.this
,arg0
)
176 def SetFamily(self
,arg0
):
177 val
= gdic
.wxFont_SetFamily(self
.this
,arg0
)
179 def SetPointSize(self
,arg0
):
180 val
= gdic
.wxFont_SetPointSize(self
.this
,arg0
)
182 def SetStyle(self
,arg0
):
183 val
= gdic
.wxFont_SetStyle(self
.this
,arg0
)
185 def SetUnderlined(self
,arg0
):
186 val
= gdic
.wxFont_SetUnderlined(self
.this
,arg0
)
188 def SetWeight(self
,arg0
):
189 val
= gdic
.wxFont_SetWeight(self
.this
,arg0
)
192 return "<C wxFont instance>"
193 class wxFont(wxFontPtr
):
194 def __init__(self
,arg0
,arg1
,arg2
,arg3
,*args
) :
195 self
.this
= apply(gdic
.new_wxFont
,(arg0
,arg1
,arg2
,arg3
,)+args
)
202 def __init__(self
,this
):
206 if self
.thisown
== 1 :
207 gdic
.delete_wxColour(self
.this
)
209 val
= gdic
.wxColour_Red(self
.this
)
212 val
= gdic
.wxColour_Green(self
.this
)
215 val
= gdic
.wxColour_Blue(self
.this
)
218 val
= gdic
.wxColour_Ok(self
.this
)
220 def Set(self
,arg0
,arg1
,arg2
):
221 val
= gdic
.wxColour_Set(self
.this
,arg0
,arg1
,arg2
)
224 val
= gdic
.wxColour_Get(self
.this
)
227 return "<C wxColour instance>"
228 class wxColour(wxColourPtr
):
229 def __init__(self
,*args
) :
230 self
.this
= apply(gdic
.new_wxColour
,()+args
)
237 def __init__(self
,this
):
241 val
= gdic
.wxPen_GetCap(self
.this
)
244 val
= gdic
.wxPen_GetColour(self
.this
)
245 val
= wxColourPtr(val
)
248 val
= gdic
.wxPen_GetJoin(self
.this
)
251 val
= gdic
.wxPen_GetStyle(self
.this
)
254 val
= gdic
.wxPen_GetWidth(self
.this
)
257 val
= gdic
.wxPen_Ok(self
.this
)
259 def SetCap(self
,arg0
):
260 val
= gdic
.wxPen_SetCap(self
.this
,arg0
)
262 def SetColour(self
,arg0
):
263 val
= gdic
.wxPen_SetColour(self
.this
,arg0
.this
)
265 def SetJoin(self
,arg0
):
266 val
= gdic
.wxPen_SetJoin(self
.this
,arg0
)
268 def SetStyle(self
,arg0
):
269 val
= gdic
.wxPen_SetStyle(self
.this
,arg0
)
271 def SetWidth(self
,arg0
):
272 val
= gdic
.wxPen_SetWidth(self
.this
,arg0
)
274 def GetDashes(self
,arg0
):
275 val
= gdic
.wxPen_GetDashes(self
.this
,arg0
)
277 def GetStipple(self
):
278 val
= gdic
.wxPen_GetStipple(self
.this
)
279 val
= wxBitmapPtr(val
)
281 def SetDashes(self
,arg0
,*args
):
282 val
= apply(gdic
.wxPen_SetDashes
,(self
.this
,arg0
,)+args
)
284 def SetStipple(self
,arg0
):
285 val
= gdic
.wxPen_SetStipple(self
.this
,arg0
.this
)
288 return "<C wxPen instance>"
289 class wxPen(wxPenPtr
):
290 def __init__(self
,arg0
,*args
) :
291 self
.this
= apply(gdic
.new_wxPen
,(arg0
.this
,)+args
)
298 def __init__(self
,this
):
302 val
= gdic
.wxBrush_GetColour(self
.this
)
303 val
= wxColourPtr(val
)
305 def GetStipple(self
):
306 val
= gdic
.wxBrush_GetStipple(self
.this
)
307 val
= wxBitmapPtr(val
)
310 val
= gdic
.wxBrush_GetStyle(self
.this
)
313 val
= gdic
.wxBrush_Ok(self
.this
)
315 def SetColour(self
,arg0
):
316 val
= gdic
.wxBrush_SetColour(self
.this
,arg0
.this
)
318 def SetStipple(self
,arg0
):
319 val
= gdic
.wxBrush_SetStipple(self
.this
,arg0
.this
)
321 def SetStyle(self
,arg0
):
322 val
= gdic
.wxBrush_SetStyle(self
.this
,arg0
)
325 return "<C wxBrush instance>"
326 class wxBrush(wxBrushPtr
):
327 def __init__(self
,arg0
,*args
) :
328 self
.this
= apply(gdic
.new_wxBrush
,(arg0
.this
,)+args
)
335 def __init__(self
,this
):
339 if self
.thisown
== 1 :
340 gdic
.delete_wxDC(self
.this
)
341 def BeginDrawing(self
):
342 val
= gdic
.wxDC_BeginDrawing(self
.this
)
344 def Blit(self
,arg0
,arg1
,arg2
,arg3
,arg4
,arg5
,arg6
,arg7
):
345 val
= gdic
.wxDC_Blit(self
.this
,arg0
,arg1
,arg2
,arg3
,arg4
.this
,arg5
,arg6
,arg7
)
348 val
= gdic
.wxDC_Clear(self
.this
)
350 def CrossHair(self
,arg0
,arg1
):
351 val
= gdic
.wxDC_CrossHair(self
.this
,arg0
,arg1
)
353 def DestroyClippingRegion(self
):
354 val
= gdic
.wxDC_DestroyClippingRegion(self
.this
)
356 def DeviceToLogicalX(self
,arg0
):
357 val
= gdic
.wxDC_DeviceToLogicalX(self
.this
,arg0
)
359 def DeviceToLogicalXRel(self
,arg0
):
360 val
= gdic
.wxDC_DeviceToLogicalXRel(self
.this
,arg0
)
362 def DeviceToLogicalY(self
,arg0
):
363 val
= gdic
.wxDC_DeviceToLogicalY(self
.this
,arg0
)
365 def DeviceToLogicalYRel(self
,arg0
):
366 val
= gdic
.wxDC_DeviceToLogicalYRel(self
.this
,arg0
)
368 def DrawArc(self
,arg0
,arg1
,arg2
,arg3
,arg4
,arg5
):
369 val
= gdic
.wxDC_DrawArc(self
.this
,arg0
,arg1
,arg2
,arg3
,arg4
,arg5
)
371 def DrawEllipse(self
,arg0
,arg1
,arg2
,arg3
):
372 val
= gdic
.wxDC_DrawEllipse(self
.this
,arg0
,arg1
,arg2
,arg3
)
374 def DrawEllipticArc(self
,arg0
,arg1
,arg2
,arg3
,arg4
,arg5
):
375 val
= gdic
.wxDC_DrawEllipticArc(self
.this
,arg0
,arg1
,arg2
,arg3
,arg4
,arg5
)
377 def DrawIcon(self
,arg0
,arg1
,arg2
):
378 val
= gdic
.wxDC_DrawIcon(self
.this
,arg0
.this
,arg1
,arg2
)
380 def DrawLine(self
,arg0
,arg1
,arg2
,arg3
):
381 val
= gdic
.wxDC_DrawLine(self
.this
,arg0
,arg1
,arg2
,arg3
)
383 def DrawLines(self
,arg0
,*args
):
384 argl
= map(None,args
)
385 try: argl
[0] = argl
[0].this
388 val
= apply(gdic
.wxDC_DrawLines
,(self
.this
,arg0
,)+args
)
390 def DrawPolygon(self
,arg0
,*args
):
391 argl
= map(None,args
)
392 try: argl
[0] = argl
[0].this
395 val
= apply(gdic
.wxDC_DrawPolygon
,(self
.this
,arg0
,)+args
)
397 def DrawPoint(self
,arg0
,arg1
):
398 val
= gdic
.wxDC_DrawPoint(self
.this
,arg0
,arg1
)
400 def DrawRectangle(self
,arg0
,arg1
,arg2
,arg3
):
401 val
= gdic
.wxDC_DrawRectangle(self
.this
,arg0
,arg1
,arg2
,arg3
)
403 def DrawRoundedRectangle(self
,arg0
,arg1
,arg2
,arg3
,*args
):
404 val
= apply(gdic
.wxDC_DrawRoundedRectangle
,(self
.this
,arg0
,arg1
,arg2
,arg3
,)+args
)
406 def DrawSpline(self
,arg0
,*args
):
407 argl
= map(None,args
)
408 try: argl
[0] = argl
[0].this
411 val
= apply(gdic
.wxDC_DrawSpline
,(self
.this
,arg0
,)+args
)
413 def DrawText(self
,arg0
,arg1
,arg2
):
414 val
= gdic
.wxDC_DrawText(self
.this
,arg0
,arg1
,arg2
)
417 val
= gdic
.wxDC_EndDoc(self
.this
)
419 def EndDrawing(self
):
420 val
= gdic
.wxDC_EndDrawing(self
.this
)
423 val
= gdic
.wxDC_EndPage(self
.this
)
425 def FloodFill(self
,arg0
,arg1
,arg2
,*args
):
426 val
= apply(gdic
.wxDC_FloodFill
,(self
.this
,arg0
,arg1
,arg2
.this
,)+args
)
428 def GetBackground(self
):
429 val
= gdic
.wxDC_GetBackground(self
.this
)
430 val
= wxBrushPtr(val
)
433 val
= gdic
.wxDC_GetBrush(self
.this
)
434 val
= wxBrushPtr(val
)
436 def GetCharHeight(self
):
437 val
= gdic
.wxDC_GetCharHeight(self
.this
)
439 def GetCharWidth(self
):
440 val
= gdic
.wxDC_GetCharWidth(self
.this
)
442 def GetClippingBox(self
):
443 val
= gdic
.wxDC_GetClippingBox(self
.this
)
446 val
= gdic
.wxDC_GetFont(self
.this
)
449 def GetLogicalFunction(self
):
450 val
= gdic
.wxDC_GetLogicalFunction(self
.this
)
452 def GetMapMode(self
):
453 val
= gdic
.wxDC_GetMapMode(self
.this
)
455 def GetOptimization(self
):
456 val
= gdic
.wxDC_GetOptimization(self
.this
)
459 val
= gdic
.wxDC_GetPen(self
.this
)
462 def GetPixel(self
,arg0
,arg1
):
463 val
= gdic
.wxDC_GetPixel(self
.this
,arg0
,arg1
)
464 val
= wxColourPtr(val
)
468 val
= gdic
.wxDC_GetSize(self
.this
)
470 def GetTextBackground(self
):
471 val
= gdic
.wxDC_GetTextBackground(self
.this
)
472 val
= wxColourPtr(val
)
474 def GetTextExtent(self
,arg0
):
475 val
= gdic
.wxDC_GetTextExtent(self
.this
,arg0
)
477 def GetFullTextExtent(self
,arg0
,*args
):
478 argl
= map(None,args
)
479 try: argl
[0] = argl
[0].this
482 val
= apply(gdic
.wxDC_GetFullTextExtent
,(self
.this
,arg0
,)+args
)
484 def GetTextForeground(self
):
485 val
= gdic
.wxDC_GetTextForeground(self
.this
)
486 val
= wxColourPtr(val
)
488 def LogicalToDeviceX(self
,arg0
):
489 val
= gdic
.wxDC_LogicalToDeviceX(self
.this
,arg0
)
491 def LogicalToDeviceXRel(self
,arg0
):
492 val
= gdic
.wxDC_LogicalToDeviceXRel(self
.this
,arg0
)
494 def LogicalToDeviceY(self
,arg0
):
495 val
= gdic
.wxDC_LogicalToDeviceY(self
.this
,arg0
)
497 def LogicalToDeviceYRel(self
,arg0
):
498 val
= gdic
.wxDC_LogicalToDeviceYRel(self
.this
,arg0
)
501 val
= gdic
.wxDC_MaxX(self
.this
)
504 val
= gdic
.wxDC_MaxY(self
.this
)
507 val
= gdic
.wxDC_MinX(self
.this
)
510 val
= gdic
.wxDC_MinY(self
.this
)
513 val
= gdic
.wxDC_Ok(self
.this
)
515 def SetDeviceOrigin(self
,arg0
,arg1
):
516 val
= gdic
.wxDC_SetDeviceOrigin(self
.this
,arg0
,arg1
)
518 def SetBackground(self
,arg0
):
519 val
= gdic
.wxDC_SetBackground(self
.this
,arg0
.this
)
521 def SetBackgroundMode(self
,arg0
):
522 val
= gdic
.wxDC_SetBackgroundMode(self
.this
,arg0
)
524 def SetClippingRegion(self
,arg0
,arg1
,arg2
,arg3
):
525 val
= gdic
.wxDC_SetClippingRegion(self
.this
,arg0
,arg1
,arg2
,arg3
)
527 def SetPalette(self
,arg0
):
528 val
= gdic
.wxDC_SetPalette(self
.this
,arg0
.this
)
530 def SetBrush(self
,arg0
):
531 val
= gdic
.wxDC_SetBrush(self
.this
,arg0
.this
)
533 def SetFont(self
,arg0
):
534 val
= gdic
.wxDC_SetFont(self
.this
,arg0
.this
)
536 def SetLogicalFunction(self
,arg0
):
537 val
= gdic
.wxDC_SetLogicalFunction(self
.this
,arg0
)
539 def SetMapMode(self
,arg0
):
540 val
= gdic
.wxDC_SetMapMode(self
.this
,arg0
)
542 def SetOptimization(self
,arg0
):
543 val
= gdic
.wxDC_SetOptimization(self
.this
,arg0
)
545 def SetPen(self
,arg0
):
546 val
= gdic
.wxDC_SetPen(self
.this
,arg0
.this
)
548 def SetTextBackground(self
,arg0
):
549 val
= gdic
.wxDC_SetTextBackground(self
.this
,arg0
.this
)
551 def SetTextForeground(self
,arg0
):
552 val
= gdic
.wxDC_SetTextForeground(self
.this
,arg0
.this
)
554 def SetUserScale(self
,arg0
,arg1
):
555 val
= gdic
.wxDC_SetUserScale(self
.this
,arg0
,arg1
)
557 def StartDoc(self
,arg0
):
558 val
= gdic
.wxDC_StartDoc(self
.this
,arg0
)
561 val
= gdic
.wxDC_StartPage(self
.this
)
563 def DrawBitmap(self
,arg0
,arg1
,arg2
,*args
):
564 val
= apply(gdic
.wxDC_DrawBitmap
,(self
.this
,arg0
.this
,arg1
,arg2
,)+args
)
567 return "<C wxDC instance>"
569 def __init__(self
,this
):
575 class wxMemoryDCPtr(wxDCPtr
):
576 def __init__(self
,this
):
579 def SelectObject(self
,arg0
):
580 val
= gdic
.wxMemoryDC_SelectObject(self
.this
,arg0
.this
)
583 return "<C wxMemoryDC instance>"
584 class wxMemoryDC(wxMemoryDCPtr
):
586 self
.this
= gdic
.new_wxMemoryDC()
592 class wxScreenDCPtr(wxDCPtr
):
593 def __init__(self
,this
):
596 def StartDrawingOnTop(self
,arg0
):
597 val
= gdic
.wxScreenDC_StartDrawingOnTop(self
.this
,arg0
.this
)
599 def StartDrawingOnTopRect(self
,*args
):
600 argl
= map(None,args
)
601 try: argl
[0] = argl
[0].this
604 val
= apply(gdic
.wxScreenDC_StartDrawingOnTopRect
,(self
.this
,)+args
)
606 def EndDrawingOnTop(self
):
607 val
= gdic
.wxScreenDC_EndDrawingOnTop(self
.this
)
610 return "<C wxScreenDC instance>"
611 class wxScreenDC(wxScreenDCPtr
):
613 self
.this
= gdic
.new_wxScreenDC()
619 class wxClientDCPtr(wxDCPtr
):
620 def __init__(self
,this
):
624 return "<C wxClientDC instance>"
625 class wxClientDC(wxClientDCPtr
):
626 def __init__(self
,arg0
) :
627 self
.this
= gdic
.new_wxClientDC(arg0
.this
)
633 class wxPaintDCPtr(wxDCPtr
):
634 def __init__(self
,this
):
638 return "<C wxPaintDC instance>"
639 class wxPaintDC(wxPaintDCPtr
):
640 def __init__(self
,arg0
) :
641 self
.this
= gdic
.new_wxPaintDC(arg0
.this
)
647 class wxWindowDCPtr(wxDCPtr
):
648 def __init__(self
,this
):
652 return "<C wxWindowDC instance>"
653 class wxWindowDC(wxWindowDCPtr
):
654 def __init__(self
,arg0
) :
655 self
.this
= gdic
.new_wxWindowDC(arg0
.this
)
661 class wxPrinterDCPtr(wxDCPtr
):
662 def __init__(self
,this
):
666 return "<C wxPrinterDC instance>"
667 class wxPrinterDC(wxPrinterDCPtr
):
668 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
669 self
.this
= apply(gdic
.new_wxPrinterDC
,(arg0
,arg1
,arg2
,)+args
)
675 class wxMetaFileDCPtr(wxDCPtr
):
676 def __init__(self
,this
):
680 val
= gdic
.wxMetaFileDC_Close(self
.this
)
683 return "<C wxMetaFileDC instance>"
684 class wxMetaFileDC(wxMetaFileDCPtr
):
685 def __init__(self
,*args
) :
686 self
.this
= apply(gdic
.new_wxMetaFileDC
,()+args
)
693 def __init__(self
,this
):
697 if self
.thisown
== 1 :
698 gdic
.delete_wxPalette(self
.this
)
699 def GetPixel(self
,arg0
,arg1
,arg2
):
700 val
= gdic
.wxPalette_GetPixel(self
.this
,arg0
,arg1
,arg2
)
702 def GetRGB(self
,arg0
,arg1
,arg2
,arg3
):
703 val
= gdic
.wxPalette_GetRGB(self
.this
,arg0
,arg1
,arg2
,arg3
)
706 val
= gdic
.wxPalette_Ok(self
.this
)
709 return "<C wxPalette instance>"
710 class wxPalette(wxPalettePtr
):
711 def __init__(self
,arg0
,arg1
,arg2
) :
712 self
.this
= gdic
.new_wxPalette(arg0
,arg1
,arg2
)
718 class wxImageListPtr
:
719 def __init__(self
,this
):
723 if self
.thisown
== 1 :
724 gdic
.delete_wxImageList(self
.this
)
725 def Add(self
,arg0
,*args
):
726 argl
= map(None,args
)
727 try: argl
[0] = argl
[0].this
730 val
= apply(gdic
.wxImageList_Add
,(self
.this
,arg0
.this
,)+args
)
732 def AddWithColourMask(self
,arg0
,arg1
):
733 val
= gdic
.wxImageList_AddWithColourMask(self
.this
,arg0
.this
,arg1
.this
)
735 def AddIcon(self
,arg0
):
736 val
= gdic
.wxImageList_AddIcon(self
.this
,arg0
.this
)
738 def Replace(self
,arg0
,arg1
,*args
):
739 argl
= map(None,args
)
740 try: argl
[0] = argl
[0].this
743 val
= apply(gdic
.wxImageList_Replace
,(self
.this
,arg0
,arg1
.this
,)+args
)
745 def ReplaceIcon(self
,arg0
,arg1
):
746 val
= gdic
.wxImageList_ReplaceIcon(self
.this
,arg0
,arg1
.this
)
748 def Draw(self
,arg0
,arg1
,arg2
,arg3
,*args
):
749 val
= apply(gdic
.wxImageList_Draw
,(self
.this
,arg0
,arg1
.this
,arg2
,arg3
,)+args
)
751 def GetImageCount(self
):
752 val
= gdic
.wxImageList_GetImageCount(self
.this
)
754 def Remove(self
,arg0
):
755 val
= gdic
.wxImageList_Remove(self
.this
,arg0
)
758 val
= gdic
.wxImageList_RemoveAll(self
.this
)
761 return "<C wxImageList instance>"
762 class wxImageList(wxImageListPtr
):
763 def __init__(self
,arg0
,arg1
,*args
) :
764 self
.this
= apply(gdic
.new_wxImageList
,(arg0
,arg1
,)+args
)
772 #-------------- FUNCTION WRAPPERS ------------------
774 def wxEmptyBitmap(arg0
,arg1
,*args
):
775 val
= apply(gdic
.wxEmptyBitmap
,(arg0
,arg1
,)+args
)
776 val
= wxBitmapPtr(val
)
780 def wxNoRefBitmap(arg0
,arg1
):
781 val
= gdic
.wxNoRefBitmap(arg0
,arg1
)
782 val
= wxBitmapPtr(val
)
785 def wxMaskColour(arg0
,arg1
):
786 val
= gdic
.wxMaskColour(arg0
.this
,arg1
.this
)
791 def wxStockCursor(arg0
):
792 val
= gdic
.wxStockCursor(arg0
)
793 val
= wxCursorPtr(val
)
797 def wxNamedColour(arg0
):
798 val
= gdic
.wxNamedColour(arg0
)
799 val
= wxColourPtr(val
)
803 def wxMemoryDCFromDC(arg0
):
804 val
= gdic
.wxMemoryDCFromDC(arg0
.this
)
805 val
= wxMemoryDCPtr(val
)
811 #-------------- VARIABLE WRAPPERS ------------------
814 wxNORMAL_FONT
= wxFontPtr(gdic
.cvar
.wxNORMAL_FONT
)
815 wxSMALL_FONT
= wxFontPtr(gdic
.cvar
.wxSMALL_FONT
)
816 wxITALIC_FONT
= wxFontPtr(gdic
.cvar
.wxITALIC_FONT
)
817 wxSWISS_FONT
= wxFontPtr(gdic
.cvar
.wxSWISS_FONT
)
818 wxRED_PEN
= wxPenPtr(gdic
.cvar
.wxRED_PEN
)
819 wxCYAN_PEN
= wxPenPtr(gdic
.cvar
.wxCYAN_PEN
)
820 wxGREEN_PEN
= wxPenPtr(gdic
.cvar
.wxGREEN_PEN
)
821 wxBLACK_PEN
= wxPenPtr(gdic
.cvar
.wxBLACK_PEN
)
822 wxWHITE_PEN
= wxPenPtr(gdic
.cvar
.wxWHITE_PEN
)
823 wxTRANSPARENT_PEN
= wxPenPtr(gdic
.cvar
.wxTRANSPARENT_PEN
)
824 wxBLACK_DASHED_PEN
= wxPenPtr(gdic
.cvar
.wxBLACK_DASHED_PEN
)
825 wxGREY_PEN
= wxPenPtr(gdic
.cvar
.wxGREY_PEN
)
826 wxMEDIUM_GREY_PEN
= wxPenPtr(gdic
.cvar
.wxMEDIUM_GREY_PEN
)
827 wxLIGHT_GREY_PEN
= wxPenPtr(gdic
.cvar
.wxLIGHT_GREY_PEN
)
828 wxBLUE_BRUSH
= wxBrushPtr(gdic
.cvar
.wxBLUE_BRUSH
)
829 wxGREEN_BRUSH
= wxBrushPtr(gdic
.cvar
.wxGREEN_BRUSH
)
830 wxWHITE_BRUSH
= wxBrushPtr(gdic
.cvar
.wxWHITE_BRUSH
)
831 wxBLACK_BRUSH
= wxBrushPtr(gdic
.cvar
.wxBLACK_BRUSH
)
832 wxTRANSPARENT_BRUSH
= wxBrushPtr(gdic
.cvar
.wxTRANSPARENT_BRUSH
)
833 wxCYAN_BRUSH
= wxBrushPtr(gdic
.cvar
.wxCYAN_BRUSH
)
834 wxRED_BRUSH
= wxBrushPtr(gdic
.cvar
.wxRED_BRUSH
)
835 wxGREY_BRUSH
= wxBrushPtr(gdic
.cvar
.wxGREY_BRUSH
)
836 wxMEDIUM_GREY_BRUSH
= wxBrushPtr(gdic
.cvar
.wxMEDIUM_GREY_BRUSH
)
837 wxLIGHT_GREY_BRUSH
= wxBrushPtr(gdic
.cvar
.wxLIGHT_GREY_BRUSH
)
838 wxBLACK
= wxColourPtr(gdic
.cvar
.wxBLACK
)
839 wxWHITE
= wxColourPtr(gdic
.cvar
.wxWHITE
)
840 wxRED
= wxColourPtr(gdic
.cvar
.wxRED
)
841 wxBLUE
= wxColourPtr(gdic
.cvar
.wxBLUE
)
842 wxGREEN
= wxColourPtr(gdic
.cvar
.wxGREEN
)
843 wxCYAN
= wxColourPtr(gdic
.cvar
.wxCYAN
)
844 wxLIGHT_GREY
= wxColourPtr(gdic
.cvar
.wxLIGHT_GREY
)
845 wxSTANDARD_CURSOR
= wxCursorPtr(gdic
.cvar
.wxSTANDARD_CURSOR
)
846 wxHOURGLASS_CURSOR
= wxCursorPtr(gdic
.cvar
.wxHOURGLASS_CURSOR
)
847 wxCROSS_CURSOR
= wxCursorPtr(gdic
.cvar
.wxCROSS_CURSOR
)
848 wxNullBitmap
= wxBitmapPtr(gdic
.cvar
.wxNullBitmap
)
849 wxNullIcon
= wxIconPtr(gdic
.cvar
.wxNullIcon
)
850 wxNullCursor
= wxCursorPtr(gdic
.cvar
.wxNullCursor
)
851 wxNullPen
= wxPenPtr(gdic
.cvar
.wxNullPen
)
852 wxNullBrush
= wxBrushPtr(gdic
.cvar
.wxNullBrush
)
853 wxNullPalette
= wxPalettePtr(gdic
.cvar
.wxNullPalette
)
854 wxNullFont
= wxFontPtr(gdic
.cvar
.wxNullFont
)
855 wxNullColour
= wxColourPtr(gdic
.cvar
.wxNullColour
)
856 wxIMAGELIST_DRAW_NORMAL
= gdic
.wxIMAGELIST_DRAW_NORMAL
857 wxIMAGELIST_DRAW_TRANSPARENT
= gdic
.wxIMAGELIST_DRAW_TRANSPARENT
858 wxIMAGELIST_DRAW_SELECTED
= gdic
.wxIMAGELIST_DRAW_SELECTED
859 wxIMAGELIST_DRAW_FOCUSED
= gdic
.wxIMAGELIST_DRAW_FOCUSED
860 wxIMAGE_LIST_NORMAL
= gdic
.wxIMAGE_LIST_NORMAL
861 wxIMAGE_LIST_SMALL
= gdic
.wxIMAGE_LIST_SMALL
862 wxIMAGE_LIST_STATE
= gdic
.wxIMAGE_LIST_STATE