1 # This file was created automatically by SWIG.
6 def __init__(self
,this
):
10 if self
.thisown
== 1 :
11 gdic
.delete_wxBitmap(self
.this
)
13 val
= gdic
.wxBitmap_GetDepth(self
.this
)
16 val
= gdic
.wxBitmap_GetHeight(self
.this
)
19 val
= gdic
.wxBitmap_GetPalette(self
.this
)
20 val
= wxPalettePtr(val
)
23 val
= gdic
.wxBitmap_GetMask(self
.this
)
27 val
= gdic
.wxBitmap_GetWidth(self
.this
)
29 def LoadFile(self
,arg0
,arg1
):
30 val
= gdic
.wxBitmap_LoadFile(self
.this
,arg0
,arg1
)
33 val
= gdic
.wxBitmap_Ok(self
.this
)
35 def SaveFile(self
,arg0
,arg1
,*args
):
37 try: argl
[0] = argl
[0].this
40 val
= apply(gdic
.wxBitmap_SaveFile
,(self
.this
,arg0
,arg1
,)+args
)
42 def SetDepth(self
,arg0
):
43 val
= gdic
.wxBitmap_SetDepth(self
.this
,arg0
)
45 def SetHeight(self
,arg0
):
46 val
= gdic
.wxBitmap_SetHeight(self
.this
,arg0
)
48 def SetMask(self
,arg0
):
49 val
= gdic
.wxBitmap_SetMask(self
.this
,arg0
.this
)
51 def SetWidth(self
,arg0
):
52 val
= gdic
.wxBitmap_SetWidth(self
.this
,arg0
)
55 return "<C wxBitmap instance>"
56 class wxBitmap(wxBitmapPtr
):
57 def __init__(self
,arg0
,arg1
) :
58 self
.this
= gdic
.new_wxBitmap(arg0
,arg1
)
65 def __init__(self
,this
):
69 if self
.thisown
== 1 :
70 gdic
.delete_wxMask(self
.this
)
72 return "<C wxMask instance>"
73 class wxMask(wxMaskPtr
):
74 def __init__(self
,arg0
) :
75 self
.this
= gdic
.new_wxMask(arg0
.this
)
81 class wxIconPtr(wxBitmapPtr
):
82 def __init__(self
,this
):
86 if self
.thisown
== 1 :
87 gdic
.delete_wxIcon(self
.this
)
89 val
= gdic
.wxIcon_GetDepth(self
.this
)
92 val
= gdic
.wxIcon_GetHeight(self
.this
)
95 val
= gdic
.wxIcon_GetWidth(self
.this
)
97 def LoadFile(self
,arg0
,arg1
):
98 val
= gdic
.wxIcon_LoadFile(self
.this
,arg0
,arg1
)
101 val
= gdic
.wxIcon_Ok(self
.this
)
103 def SetDepth(self
,arg0
):
104 val
= gdic
.wxIcon_SetDepth(self
.this
,arg0
)
106 def SetHeight(self
,arg0
):
107 val
= gdic
.wxIcon_SetHeight(self
.this
,arg0
)
109 def SetWidth(self
,arg0
):
110 val
= gdic
.wxIcon_SetWidth(self
.this
,arg0
)
113 return "<C wxIcon instance>"
114 class wxIcon(wxIconPtr
):
115 def __init__(self
,this
):
121 class wxCursorPtr(wxBitmapPtr
):
122 def __init__(self
,this
):
126 if self
.thisown
== 1 :
127 gdic
.delete_wxCursor(self
.this
)
129 val
= gdic
.wxCursor_Ok(self
.this
)
132 return "<C wxCursor instance>"
133 class wxCursor(wxCursorPtr
):
134 def __init__(self
,this
):
141 def __init__(self
,this
):
144 def GetFaceName(self
):
145 val
= gdic
.wxFont_GetFaceName(self
.this
)
148 val
= gdic
.wxFont_GetFamily(self
.this
)
151 val
= gdic
.wxFont_GetFontId(self
.this
)
153 def GetPointSize(self
):
154 val
= gdic
.wxFont_GetPointSize(self
.this
)
157 val
= gdic
.wxFont_GetStyle(self
.this
)
159 def GetUnderlined(self
):
160 val
= gdic
.wxFont_GetUnderlined(self
.this
)
163 val
= gdic
.wxFont_GetWeight(self
.this
)
166 return "<C wxFont instance>"
167 class wxFont(wxFontPtr
):
168 def __init__(self
,arg0
,arg1
,arg2
,arg3
,*args
) :
169 self
.this
= apply(gdic
.new_wxFont
,(arg0
,arg1
,arg2
,arg3
,)+args
)
176 def __init__(self
,this
):
180 if self
.thisown
== 1 :
181 gdic
.delete_wxColour(self
.this
)
183 val
= gdic
.wxColour_Red(self
.this
)
186 val
= gdic
.wxColour_Green(self
.this
)
189 val
= gdic
.wxColour_Blue(self
.this
)
192 val
= gdic
.wxColour_Ok(self
.this
)
194 def Set(self
,arg0
,arg1
,arg2
):
195 val
= gdic
.wxColour_Set(self
.this
,arg0
,arg1
,arg2
)
198 val
= gdic
.wxColour_Get(self
.this
)
201 return "<C wxColour instance>"
202 class wxColour(wxColourPtr
):
203 def __init__(self
,*args
) :
204 self
.this
= apply(gdic
.new_wxColour
,()+args
)
211 def __init__(self
,this
):
215 val
= gdic
.wxPen_GetCap(self
.this
)
218 val
= gdic
.wxPen_GetColour(self
.this
)
219 val
= wxColourPtr(val
)
222 val
= gdic
.wxPen_GetJoin(self
.this
)
225 val
= gdic
.wxPen_GetStyle(self
.this
)
228 val
= gdic
.wxPen_GetWidth(self
.this
)
231 val
= gdic
.wxPen_Ok(self
.this
)
233 def SetCap(self
,arg0
):
234 val
= gdic
.wxPen_SetCap(self
.this
,arg0
)
236 def SetColour(self
,arg0
):
237 val
= gdic
.wxPen_SetColour(self
.this
,arg0
.this
)
239 def SetJoin(self
,arg0
):
240 val
= gdic
.wxPen_SetJoin(self
.this
,arg0
)
242 def SetStyle(self
,arg0
):
243 val
= gdic
.wxPen_SetStyle(self
.this
,arg0
)
245 def SetWidth(self
,arg0
):
246 val
= gdic
.wxPen_SetWidth(self
.this
,arg0
)
249 return "<C wxPen instance>"
250 class wxPen(wxPenPtr
):
251 def __init__(self
,arg0
,*args
) :
252 self
.this
= apply(gdic
.new_wxPen
,(arg0
.this
,)+args
)
259 def __init__(self
,this
):
263 val
= gdic
.wxBrush_GetColour(self
.this
)
264 val
= wxColourPtr(val
)
266 def GetStipple(self
):
267 val
= gdic
.wxBrush_GetStipple(self
.this
)
268 val
= wxBitmapPtr(val
)
271 val
= gdic
.wxBrush_GetStyle(self
.this
)
274 val
= gdic
.wxBrush_Ok(self
.this
)
277 return "<C wxBrush instance>"
278 class wxBrush(wxBrushPtr
):
279 def __init__(self
,arg0
,*args
) :
280 self
.this
= apply(gdic
.new_wxBrush
,(arg0
.this
,)+args
)
287 def __init__(self
,this
):
291 if self
.thisown
== 1 :
292 gdic
.delete_wxDC(self
.this
)
293 def BeginDrawing(self
):
294 val
= gdic
.wxDC_BeginDrawing(self
.this
)
296 def Blit(self
,arg0
,arg1
,arg2
,arg3
,arg4
,arg5
,arg6
,arg7
):
297 val
= gdic
.wxDC_Blit(self
.this
,arg0
,arg1
,arg2
,arg3
,arg4
.this
,arg5
,arg6
,arg7
)
300 val
= gdic
.wxDC_Clear(self
.this
)
302 def CrossHair(self
,arg0
,arg1
):
303 val
= gdic
.wxDC_CrossHair(self
.this
,arg0
,arg1
)
305 def DestroyClippingRegion(self
):
306 val
= gdic
.wxDC_DestroyClippingRegion(self
.this
)
308 def DeviceToLogicalX(self
,arg0
):
309 val
= gdic
.wxDC_DeviceToLogicalX(self
.this
,arg0
)
311 def DeviceToLogicalXRel(self
,arg0
):
312 val
= gdic
.wxDC_DeviceToLogicalXRel(self
.this
,arg0
)
314 def DeviceToLogicalY(self
,arg0
):
315 val
= gdic
.wxDC_DeviceToLogicalY(self
.this
,arg0
)
317 def DeviceToLogicalYRel(self
,arg0
):
318 val
= gdic
.wxDC_DeviceToLogicalYRel(self
.this
,arg0
)
320 def DrawArc(self
,arg0
,arg1
,arg2
,arg3
,arg4
,arg5
):
321 val
= gdic
.wxDC_DrawArc(self
.this
,arg0
,arg1
,arg2
,arg3
,arg4
,arg5
)
323 def DrawEllipse(self
,arg0
,arg1
,arg2
,arg3
):
324 val
= gdic
.wxDC_DrawEllipse(self
.this
,arg0
,arg1
,arg2
,arg3
)
326 def DrawEllipticArc(self
,arg0
,arg1
,arg2
,arg3
,arg4
,arg5
):
327 val
= gdic
.wxDC_DrawEllipticArc(self
.this
,arg0
,arg1
,arg2
,arg3
,arg4
,arg5
)
329 def DrawIcon(self
,arg0
,arg1
,arg2
):
330 val
= gdic
.wxDC_DrawIcon(self
.this
,arg0
.this
,arg1
,arg2
)
332 def DrawLine(self
,arg0
,arg1
,arg2
,arg3
):
333 val
= gdic
.wxDC_DrawLine(self
.this
,arg0
,arg1
,arg2
,arg3
)
335 def DrawLines(self
,arg0
,*args
):
336 argl
= map(None,args
)
337 try: argl
[0] = argl
[0].this
340 val
= apply(gdic
.wxDC_DrawLines
,(self
.this
,arg0
,)+args
)
342 def DrawPolygon(self
,arg0
,*args
):
343 argl
= map(None,args
)
344 try: argl
[0] = argl
[0].this
347 val
= apply(gdic
.wxDC_DrawPolygon
,(self
.this
,arg0
,)+args
)
349 def DrawPoint(self
,arg0
,arg1
):
350 val
= gdic
.wxDC_DrawPoint(self
.this
,arg0
,arg1
)
352 def DrawRectangle(self
,arg0
,arg1
,arg2
,arg3
):
353 val
= gdic
.wxDC_DrawRectangle(self
.this
,arg0
,arg1
,arg2
,arg3
)
355 def DrawRoundedRectangle(self
,arg0
,arg1
,arg2
,arg3
,*args
):
356 val
= apply(gdic
.wxDC_DrawRoundedRectangle
,(self
.this
,arg0
,arg1
,arg2
,arg3
,)+args
)
358 def DrawSpline(self
,arg0
,*args
):
359 argl
= map(None,args
)
360 try: argl
[0] = argl
[0].this
363 val
= apply(gdic
.wxDC_DrawSpline
,(self
.this
,arg0
,)+args
)
365 def DrawText(self
,arg0
,arg1
,arg2
):
366 val
= gdic
.wxDC_DrawText(self
.this
,arg0
,arg1
,arg2
)
369 val
= gdic
.wxDC_EndDoc(self
.this
)
371 def EndDrawing(self
):
372 val
= gdic
.wxDC_EndDrawing(self
.this
)
375 val
= gdic
.wxDC_EndPage(self
.this
)
377 def FloodFill(self
,arg0
,arg1
,arg2
,*args
):
378 val
= apply(gdic
.wxDC_FloodFill
,(self
.this
,arg0
,arg1
,arg2
.this
,)+args
)
380 def GetBackground(self
):
381 val
= gdic
.wxDC_GetBackground(self
.this
)
382 val
= wxBrushPtr(val
)
386 val
= gdic
.wxDC_GetBrush(self
.this
)
387 val
= wxBrushPtr(val
)
390 def GetCharHeight(self
):
391 val
= gdic
.wxDC_GetCharHeight(self
.this
)
393 def GetCharWidth(self
):
394 val
= gdic
.wxDC_GetCharWidth(self
.this
)
396 def GetClippingBox(self
):
397 val
= gdic
.wxDC_GetClippingBox(self
.this
)
400 val
= gdic
.wxDC_GetFont(self
.this
)
404 def GetLogicalFunction(self
):
405 val
= gdic
.wxDC_GetLogicalFunction(self
.this
)
407 def GetMapMode(self
):
408 val
= gdic
.wxDC_GetMapMode(self
.this
)
410 def GetOptimization(self
):
411 val
= gdic
.wxDC_GetOptimization(self
.this
)
414 val
= gdic
.wxDC_GetPen(self
.this
)
418 def GetPixel(self
,arg0
,arg1
):
419 val
= gdic
.wxDC_GetPixel(self
.this
,arg0
,arg1
)
420 val
= wxColourPtr(val
)
424 val
= gdic
.wxDC_GetSize(self
.this
)
426 def GetTextBackground(self
):
427 val
= gdic
.wxDC_GetTextBackground(self
.this
)
428 val
= wxColourPtr(val
)
430 def GetTextExtent(self
,arg0
):
431 val
= gdic
.wxDC_GetTextExtent(self
.this
,arg0
)
433 def GetTextForeground(self
):
434 val
= gdic
.wxDC_GetTextForeground(self
.this
)
435 val
= wxColourPtr(val
)
437 def LogicalToDeviceX(self
,arg0
):
438 val
= gdic
.wxDC_LogicalToDeviceX(self
.this
,arg0
)
440 def LogicalToDeviceXRel(self
,arg0
):
441 val
= gdic
.wxDC_LogicalToDeviceXRel(self
.this
,arg0
)
443 def LogicalToDeviceY(self
,arg0
):
444 val
= gdic
.wxDC_LogicalToDeviceY(self
.this
,arg0
)
446 def LogicalToDeviceYRel(self
,arg0
):
447 val
= gdic
.wxDC_LogicalToDeviceYRel(self
.this
,arg0
)
450 val
= gdic
.wxDC_MaxX(self
.this
)
453 val
= gdic
.wxDC_MaxY(self
.this
)
456 val
= gdic
.wxDC_MinX(self
.this
)
459 val
= gdic
.wxDC_MinY(self
.this
)
462 val
= gdic
.wxDC_Ok(self
.this
)
464 def SetDeviceOrigin(self
,arg0
,arg1
):
465 val
= gdic
.wxDC_SetDeviceOrigin(self
.this
,arg0
,arg1
)
467 def SetBackground(self
,arg0
):
468 val
= gdic
.wxDC_SetBackground(self
.this
,arg0
.this
)
470 def SetBackgroundMode(self
,arg0
):
471 val
= gdic
.wxDC_SetBackgroundMode(self
.this
,arg0
)
473 def SetClippingRegion(self
,arg0
,arg1
,arg2
,arg3
):
474 val
= gdic
.wxDC_SetClippingRegion(self
.this
,arg0
,arg1
,arg2
,arg3
)
476 def SetPalette(self
,arg0
):
477 val
= gdic
.wxDC_SetPalette(self
.this
,arg0
.this
)
479 def SetBrush(self
,arg0
):
480 val
= gdic
.wxDC_SetBrush(self
.this
,arg0
.this
)
482 def SetFont(self
,arg0
):
483 val
= gdic
.wxDC_SetFont(self
.this
,arg0
.this
)
485 def SetLogicalFunction(self
,arg0
):
486 val
= gdic
.wxDC_SetLogicalFunction(self
.this
,arg0
)
488 def SetMapMode(self
,arg0
):
489 val
= gdic
.wxDC_SetMapMode(self
.this
,arg0
)
491 def SetOptimization(self
,arg0
):
492 val
= gdic
.wxDC_SetOptimization(self
.this
,arg0
)
494 def SetPen(self
,arg0
):
495 val
= gdic
.wxDC_SetPen(self
.this
,arg0
.this
)
497 def SetTextBackground(self
,arg0
):
498 val
= gdic
.wxDC_SetTextBackground(self
.this
,arg0
.this
)
500 def SetTextForeground(self
,arg0
):
501 val
= gdic
.wxDC_SetTextForeground(self
.this
,arg0
.this
)
503 def SetUserScale(self
,arg0
,arg1
):
504 val
= gdic
.wxDC_SetUserScale(self
.this
,arg0
,arg1
)
506 def StartDoc(self
,arg0
):
507 val
= gdic
.wxDC_StartDoc(self
.this
,arg0
)
510 val
= gdic
.wxDC_StartPage(self
.this
)
512 def DrawBitmap(self
,arg0
,arg1
,arg2
,*args
):
513 val
= apply(gdic
.wxDC_DrawBitmap
,(self
.this
,arg0
.this
,arg1
,arg2
,)+args
)
516 return "<C wxDC instance>"
518 def __init__(self
,this
):
524 class wxMemoryDCPtr(wxDCPtr
):
525 def __init__(self
,this
):
528 def SelectObject(self
,arg0
):
529 val
= gdic
.wxMemoryDC_SelectObject(self
.this
,arg0
.this
)
532 return "<C wxMemoryDC instance>"
533 class wxMemoryDC(wxMemoryDCPtr
):
535 self
.this
= gdic
.new_wxMemoryDC()
541 class wxScreenDCPtr(wxDCPtr
):
542 def __init__(self
,this
):
545 def StartDrawingOnTop(self
,arg0
):
546 val
= gdic
.wxScreenDC_StartDrawingOnTop(self
.this
,arg0
.this
)
548 def StartDrawingOnTopRect(self
,*args
):
549 argl
= map(None,args
)
550 try: argl
[0] = argl
[0].this
553 val
= apply(gdic
.wxScreenDC_StartDrawingOnTopRect
,(self
.this
,)+args
)
555 def EndDrawingOnTop(self
):
556 val
= gdic
.wxScreenDC_EndDrawingOnTop(self
.this
)
559 return "<C wxScreenDC instance>"
560 class wxScreenDC(wxScreenDCPtr
):
562 self
.this
= gdic
.new_wxScreenDC()
568 class wxClientDCPtr(wxDCPtr
):
569 def __init__(self
,this
):
573 return "<C wxClientDC instance>"
574 class wxClientDC(wxClientDCPtr
):
575 def __init__(self
,arg0
) :
576 self
.this
= gdic
.new_wxClientDC(arg0
.this
)
582 class wxPaintDCPtr(wxDCPtr
):
583 def __init__(self
,this
):
587 return "<C wxPaintDC instance>"
588 class wxPaintDC(wxPaintDCPtr
):
589 def __init__(self
,arg0
) :
590 self
.this
= gdic
.new_wxPaintDC(arg0
.this
)
596 class wxPostScriptDCPtr(wxDCPtr
):
597 def __init__(self
,this
):
601 return "<C wxPostScriptDC instance>"
602 class wxPostScriptDC(wxPostScriptDCPtr
):
603 def __init__(self
,arg0
,*args
) :
604 argl
= map(None,args
)
605 try: argl
[1] = argl
[1].this
608 self
.this
= apply(gdic
.new_wxPostScriptDC
,(arg0
,)+args
)
615 def __init__(self
,this
):
619 if self
.thisown
== 1 :
620 gdic
.delete_wxPalette(self
.this
)
621 def GetPixel(self
,arg0
,arg1
,arg2
):
622 val
= gdic
.wxPalette_GetPixel(self
.this
,arg0
,arg1
,arg2
)
624 def GetRGB(self
,arg0
,arg1
,arg2
,arg3
):
625 val
= gdic
.wxPalette_GetRGB(self
.this
,arg0
,arg1
,arg2
,arg3
)
628 val
= gdic
.wxPalette_Ok(self
.this
)
631 return "<C wxPalette instance>"
632 class wxPalette(wxPalettePtr
):
633 def __init__(self
,arg0
,arg1
,arg2
) :
634 self
.this
= gdic
.new_wxPalette(arg0
,arg1
,arg2
)
642 #-------------- FUNCTION WRAPPERS ------------------
644 def wxEmptyBitmap(arg0
,arg1
,*args
):
645 val
= apply(gdic
.wxEmptyBitmap
,(arg0
,arg1
,)+args
)
646 val
= wxBitmapPtr(val
)
650 def wxNoRefBitmap(arg0
,arg1
):
651 val
= gdic
.wxNoRefBitmap(arg0
,arg1
)
652 val
= wxBitmapPtr(val
)
655 def wxMaskColour(arg0
,arg1
):
656 val
= gdic
.wxMaskColour(arg0
.this
,arg1
.this
)
661 def wxStockCursor(arg0
):
662 val
= gdic
.wxStockCursor(arg0
)
663 val
= wxCursorPtr(val
)
667 def wxNamedColour(arg0
):
668 val
= gdic
.wxNamedColour(arg0
)
669 val
= wxColourPtr(val
)
673 def wxMemoryDCFromDC(arg0
):
674 val
= gdic
.wxMemoryDCFromDC(arg0
.this
)
675 val
= wxMemoryDCPtr(val
)
681 #-------------- VARIABLE WRAPPERS ------------------
684 wxNORMAL_FONT
= wxFontPtr(gdic
.cvar
.wxNORMAL_FONT
)
685 wxSMALL_FONT
= wxFontPtr(gdic
.cvar
.wxSMALL_FONT
)
686 wxITALIC_FONT
= wxFontPtr(gdic
.cvar
.wxITALIC_FONT
)
687 wxSWISS_FONT
= wxFontPtr(gdic
.cvar
.wxSWISS_FONT
)
688 wxRED_PEN
= wxPenPtr(gdic
.cvar
.wxRED_PEN
)
689 wxCYAN_PEN
= wxPenPtr(gdic
.cvar
.wxCYAN_PEN
)
690 wxGREEN_PEN
= wxPenPtr(gdic
.cvar
.wxGREEN_PEN
)
691 wxBLACK_PEN
= wxPenPtr(gdic
.cvar
.wxBLACK_PEN
)
692 wxWHITE_PEN
= wxPenPtr(gdic
.cvar
.wxWHITE_PEN
)
693 wxTRANSPARENT_PEN
= wxPenPtr(gdic
.cvar
.wxTRANSPARENT_PEN
)
694 wxBLACK_DASHED_PEN
= wxPenPtr(gdic
.cvar
.wxBLACK_DASHED_PEN
)
695 wxGREY_PEN
= wxPenPtr(gdic
.cvar
.wxGREY_PEN
)
696 wxMEDIUM_GREY_PEN
= wxPenPtr(gdic
.cvar
.wxMEDIUM_GREY_PEN
)
697 wxLIGHT_GREY_PEN
= wxPenPtr(gdic
.cvar
.wxLIGHT_GREY_PEN
)
698 wxBLUE_BRUSH
= wxBrushPtr(gdic
.cvar
.wxBLUE_BRUSH
)
699 wxGREEN_BRUSH
= wxBrushPtr(gdic
.cvar
.wxGREEN_BRUSH
)
700 wxWHITE_BRUSH
= wxBrushPtr(gdic
.cvar
.wxWHITE_BRUSH
)
701 wxBLACK_BRUSH
= wxBrushPtr(gdic
.cvar
.wxBLACK_BRUSH
)
702 wxTRANSPARENT_BRUSH
= wxBrushPtr(gdic
.cvar
.wxTRANSPARENT_BRUSH
)
703 wxCYAN_BRUSH
= wxBrushPtr(gdic
.cvar
.wxCYAN_BRUSH
)
704 wxRED_BRUSH
= wxBrushPtr(gdic
.cvar
.wxRED_BRUSH
)
705 wxGREY_BRUSH
= wxBrushPtr(gdic
.cvar
.wxGREY_BRUSH
)
706 wxMEDIUM_GREY_BRUSH
= wxBrushPtr(gdic
.cvar
.wxMEDIUM_GREY_BRUSH
)
707 wxLIGHT_GREY_BRUSH
= wxBrushPtr(gdic
.cvar
.wxLIGHT_GREY_BRUSH
)
708 wxBLACK
= wxColourPtr(gdic
.cvar
.wxBLACK
)
709 wxWHITE
= wxColourPtr(gdic
.cvar
.wxWHITE
)
710 wxRED
= wxColourPtr(gdic
.cvar
.wxRED
)
711 wxBLUE
= wxColourPtr(gdic
.cvar
.wxBLUE
)
712 wxGREEN
= wxColourPtr(gdic
.cvar
.wxGREEN
)
713 wxCYAN
= wxColourPtr(gdic
.cvar
.wxCYAN
)
714 wxLIGHT_GREY
= wxColourPtr(gdic
.cvar
.wxLIGHT_GREY
)
715 wxSTANDARD_CURSOR
= wxCursorPtr(gdic
.cvar
.wxSTANDARD_CURSOR
)
716 wxHOURGLASS_CURSOR
= wxCursorPtr(gdic
.cvar
.wxHOURGLASS_CURSOR
)
717 wxCROSS_CURSOR
= wxCursorPtr(gdic
.cvar
.wxCROSS_CURSOR
)
718 wxNullBitmap
= wxBitmapPtr(gdic
.cvar
.wxNullBitmap
)
719 wxNullIcon
= wxIconPtr(gdic
.cvar
.wxNullIcon
)
720 wxNullCursor
= wxCursorPtr(gdic
.cvar
.wxNullCursor
)
721 wxNullPen
= wxPenPtr(gdic
.cvar
.wxNullPen
)
722 wxNullBrush
= wxBrushPtr(gdic
.cvar
.wxNullBrush
)
723 wxNullFont
= wxFontPtr(gdic
.cvar
.wxNullFont
)
724 wxNullColour
= wxColourPtr(gdic
.cvar
.wxNullColour
)