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
)
165 def SetFaceName(self
,arg0
):
166 val
= gdic
.wxFont_SetFaceName(self
.this
,arg0
)
168 def SetFamily(self
,arg0
):
169 val
= gdic
.wxFont_SetFamily(self
.this
,arg0
)
171 def SetPointSize(self
,arg0
):
172 val
= gdic
.wxFont_SetPointSize(self
.this
,arg0
)
174 def SetStyle(self
,arg0
):
175 val
= gdic
.wxFont_SetStyle(self
.this
,arg0
)
177 def SetUnderlined(self
,arg0
):
178 val
= gdic
.wxFont_SetUnderlined(self
.this
,arg0
)
180 def SetWeight(self
,arg0
):
181 val
= gdic
.wxFont_SetWeight(self
.this
,arg0
)
184 return "<C wxFont instance>"
185 class wxFont(wxFontPtr
):
186 def __init__(self
,arg0
,arg1
,arg2
,arg3
,*args
) :
187 self
.this
= apply(gdic
.new_wxFont
,(arg0
,arg1
,arg2
,arg3
,)+args
)
194 def __init__(self
,this
):
198 if self
.thisown
== 1 :
199 gdic
.delete_wxColour(self
.this
)
201 val
= gdic
.wxColour_Red(self
.this
)
204 val
= gdic
.wxColour_Green(self
.this
)
207 val
= gdic
.wxColour_Blue(self
.this
)
210 val
= gdic
.wxColour_Ok(self
.this
)
212 def Set(self
,arg0
,arg1
,arg2
):
213 val
= gdic
.wxColour_Set(self
.this
,arg0
,arg1
,arg2
)
216 val
= gdic
.wxColour_Get(self
.this
)
219 return "<C wxColour instance>"
220 class wxColour(wxColourPtr
):
221 def __init__(self
,*args
) :
222 self
.this
= apply(gdic
.new_wxColour
,()+args
)
229 def __init__(self
,this
):
233 val
= gdic
.wxPen_GetCap(self
.this
)
236 val
= gdic
.wxPen_GetColour(self
.this
)
237 val
= wxColourPtr(val
)
240 val
= gdic
.wxPen_GetJoin(self
.this
)
243 val
= gdic
.wxPen_GetStyle(self
.this
)
246 val
= gdic
.wxPen_GetWidth(self
.this
)
249 val
= gdic
.wxPen_Ok(self
.this
)
251 def SetCap(self
,arg0
):
252 val
= gdic
.wxPen_SetCap(self
.this
,arg0
)
254 def SetColour(self
,arg0
):
255 val
= gdic
.wxPen_SetColour(self
.this
,arg0
.this
)
257 def SetJoin(self
,arg0
):
258 val
= gdic
.wxPen_SetJoin(self
.this
,arg0
)
260 def SetStyle(self
,arg0
):
261 val
= gdic
.wxPen_SetStyle(self
.this
,arg0
)
263 def SetWidth(self
,arg0
):
264 val
= gdic
.wxPen_SetWidth(self
.this
,arg0
)
267 return "<C wxPen instance>"
268 class wxPen(wxPenPtr
):
269 def __init__(self
,arg0
,*args
) :
270 self
.this
= apply(gdic
.new_wxPen
,(arg0
.this
,)+args
)
277 def __init__(self
,this
):
281 val
= gdic
.wxBrush_GetColour(self
.this
)
282 val
= wxColourPtr(val
)
284 def GetStipple(self
):
285 val
= gdic
.wxBrush_GetStipple(self
.this
)
286 val
= wxBitmapPtr(val
)
289 val
= gdic
.wxBrush_GetStyle(self
.this
)
292 val
= gdic
.wxBrush_Ok(self
.this
)
294 def SetColour(self
,arg0
):
295 val
= gdic
.wxBrush_SetColour(self
.this
,arg0
.this
)
297 def SetStipple(self
,arg0
):
298 val
= gdic
.wxBrush_SetStipple(self
.this
,arg0
.this
)
300 def SetStyle(self
,arg0
):
301 val
= gdic
.wxBrush_SetStyle(self
.this
,arg0
)
304 return "<C wxBrush instance>"
305 class wxBrush(wxBrushPtr
):
306 def __init__(self
,arg0
,*args
) :
307 self
.this
= apply(gdic
.new_wxBrush
,(arg0
.this
,)+args
)
314 def __init__(self
,this
):
318 if self
.thisown
== 1 :
319 gdic
.delete_wxDC(self
.this
)
320 def BeginDrawing(self
):
321 val
= gdic
.wxDC_BeginDrawing(self
.this
)
323 def Blit(self
,arg0
,arg1
,arg2
,arg3
,arg4
,arg5
,arg6
,arg7
):
324 val
= gdic
.wxDC_Blit(self
.this
,arg0
,arg1
,arg2
,arg3
,arg4
.this
,arg5
,arg6
,arg7
)
327 val
= gdic
.wxDC_Clear(self
.this
)
329 def CrossHair(self
,arg0
,arg1
):
330 val
= gdic
.wxDC_CrossHair(self
.this
,arg0
,arg1
)
332 def DestroyClippingRegion(self
):
333 val
= gdic
.wxDC_DestroyClippingRegion(self
.this
)
335 def DeviceToLogicalX(self
,arg0
):
336 val
= gdic
.wxDC_DeviceToLogicalX(self
.this
,arg0
)
338 def DeviceToLogicalXRel(self
,arg0
):
339 val
= gdic
.wxDC_DeviceToLogicalXRel(self
.this
,arg0
)
341 def DeviceToLogicalY(self
,arg0
):
342 val
= gdic
.wxDC_DeviceToLogicalY(self
.this
,arg0
)
344 def DeviceToLogicalYRel(self
,arg0
):
345 val
= gdic
.wxDC_DeviceToLogicalYRel(self
.this
,arg0
)
347 def DrawArc(self
,arg0
,arg1
,arg2
,arg3
,arg4
,arg5
):
348 val
= gdic
.wxDC_DrawArc(self
.this
,arg0
,arg1
,arg2
,arg3
,arg4
,arg5
)
350 def DrawEllipse(self
,arg0
,arg1
,arg2
,arg3
):
351 val
= gdic
.wxDC_DrawEllipse(self
.this
,arg0
,arg1
,arg2
,arg3
)
353 def DrawEllipticArc(self
,arg0
,arg1
,arg2
,arg3
,arg4
,arg5
):
354 val
= gdic
.wxDC_DrawEllipticArc(self
.this
,arg0
,arg1
,arg2
,arg3
,arg4
,arg5
)
356 def DrawIcon(self
,arg0
,arg1
,arg2
):
357 val
= gdic
.wxDC_DrawIcon(self
.this
,arg0
.this
,arg1
,arg2
)
359 def DrawLine(self
,arg0
,arg1
,arg2
,arg3
):
360 val
= gdic
.wxDC_DrawLine(self
.this
,arg0
,arg1
,arg2
,arg3
)
362 def DrawLines(self
,arg0
,*args
):
363 argl
= map(None,args
)
364 try: argl
[0] = argl
[0].this
367 val
= apply(gdic
.wxDC_DrawLines
,(self
.this
,arg0
,)+args
)
369 def DrawPolygon(self
,arg0
,*args
):
370 argl
= map(None,args
)
371 try: argl
[0] = argl
[0].this
374 val
= apply(gdic
.wxDC_DrawPolygon
,(self
.this
,arg0
,)+args
)
376 def DrawPoint(self
,arg0
,arg1
):
377 val
= gdic
.wxDC_DrawPoint(self
.this
,arg0
,arg1
)
379 def DrawRectangle(self
,arg0
,arg1
,arg2
,arg3
):
380 val
= gdic
.wxDC_DrawRectangle(self
.this
,arg0
,arg1
,arg2
,arg3
)
382 def DrawRoundedRectangle(self
,arg0
,arg1
,arg2
,arg3
,*args
):
383 val
= apply(gdic
.wxDC_DrawRoundedRectangle
,(self
.this
,arg0
,arg1
,arg2
,arg3
,)+args
)
385 def DrawSpline(self
,arg0
,*args
):
386 argl
= map(None,args
)
387 try: argl
[0] = argl
[0].this
390 val
= apply(gdic
.wxDC_DrawSpline
,(self
.this
,arg0
,)+args
)
392 def DrawText(self
,arg0
,arg1
,arg2
):
393 val
= gdic
.wxDC_DrawText(self
.this
,arg0
,arg1
,arg2
)
396 val
= gdic
.wxDC_EndDoc(self
.this
)
398 def EndDrawing(self
):
399 val
= gdic
.wxDC_EndDrawing(self
.this
)
402 val
= gdic
.wxDC_EndPage(self
.this
)
404 def FloodFill(self
,arg0
,arg1
,arg2
,*args
):
405 val
= apply(gdic
.wxDC_FloodFill
,(self
.this
,arg0
,arg1
,arg2
.this
,)+args
)
407 def GetBackground(self
):
408 val
= gdic
.wxDC_GetBackground(self
.this
)
409 val
= wxBrushPtr(val
)
412 val
= gdic
.wxDC_GetBrush(self
.this
)
413 val
= wxBrushPtr(val
)
415 def GetCharHeight(self
):
416 val
= gdic
.wxDC_GetCharHeight(self
.this
)
418 def GetCharWidth(self
):
419 val
= gdic
.wxDC_GetCharWidth(self
.this
)
421 def GetClippingBox(self
):
422 val
= gdic
.wxDC_GetClippingBox(self
.this
)
425 val
= gdic
.wxDC_GetFont(self
.this
)
428 def GetLogicalFunction(self
):
429 val
= gdic
.wxDC_GetLogicalFunction(self
.this
)
431 def GetMapMode(self
):
432 val
= gdic
.wxDC_GetMapMode(self
.this
)
434 def GetOptimization(self
):
435 val
= gdic
.wxDC_GetOptimization(self
.this
)
438 val
= gdic
.wxDC_GetPen(self
.this
)
441 def GetPixel(self
,arg0
,arg1
):
442 val
= gdic
.wxDC_GetPixel(self
.this
,arg0
,arg1
)
443 val
= wxColourPtr(val
)
447 val
= gdic
.wxDC_GetSize(self
.this
)
449 def GetTextBackground(self
):
450 val
= gdic
.wxDC_GetTextBackground(self
.this
)
451 val
= wxColourPtr(val
)
453 def GetTextExtent(self
,arg0
):
454 val
= gdic
.wxDC_GetTextExtent(self
.this
,arg0
)
456 def GetTextForeground(self
):
457 val
= gdic
.wxDC_GetTextForeground(self
.this
)
458 val
= wxColourPtr(val
)
460 def LogicalToDeviceX(self
,arg0
):
461 val
= gdic
.wxDC_LogicalToDeviceX(self
.this
,arg0
)
463 def LogicalToDeviceXRel(self
,arg0
):
464 val
= gdic
.wxDC_LogicalToDeviceXRel(self
.this
,arg0
)
466 def LogicalToDeviceY(self
,arg0
):
467 val
= gdic
.wxDC_LogicalToDeviceY(self
.this
,arg0
)
469 def LogicalToDeviceYRel(self
,arg0
):
470 val
= gdic
.wxDC_LogicalToDeviceYRel(self
.this
,arg0
)
473 val
= gdic
.wxDC_MaxX(self
.this
)
476 val
= gdic
.wxDC_MaxY(self
.this
)
479 val
= gdic
.wxDC_MinX(self
.this
)
482 val
= gdic
.wxDC_MinY(self
.this
)
485 val
= gdic
.wxDC_Ok(self
.this
)
487 def SetDeviceOrigin(self
,arg0
,arg1
):
488 val
= gdic
.wxDC_SetDeviceOrigin(self
.this
,arg0
,arg1
)
490 def SetBackground(self
,arg0
):
491 val
= gdic
.wxDC_SetBackground(self
.this
,arg0
.this
)
493 def SetBackgroundMode(self
,arg0
):
494 val
= gdic
.wxDC_SetBackgroundMode(self
.this
,arg0
)
496 def SetClippingRegion(self
,arg0
,arg1
,arg2
,arg3
):
497 val
= gdic
.wxDC_SetClippingRegion(self
.this
,arg0
,arg1
,arg2
,arg3
)
499 def SetPalette(self
,arg0
):
500 val
= gdic
.wxDC_SetPalette(self
.this
,arg0
.this
)
502 def SetBrush(self
,arg0
):
503 val
= gdic
.wxDC_SetBrush(self
.this
,arg0
.this
)
505 def SetFont(self
,arg0
):
506 val
= gdic
.wxDC_SetFont(self
.this
,arg0
.this
)
508 def SetLogicalFunction(self
,arg0
):
509 val
= gdic
.wxDC_SetLogicalFunction(self
.this
,arg0
)
511 def SetMapMode(self
,arg0
):
512 val
= gdic
.wxDC_SetMapMode(self
.this
,arg0
)
514 def SetOptimization(self
,arg0
):
515 val
= gdic
.wxDC_SetOptimization(self
.this
,arg0
)
517 def SetPen(self
,arg0
):
518 val
= gdic
.wxDC_SetPen(self
.this
,arg0
.this
)
520 def SetTextBackground(self
,arg0
):
521 val
= gdic
.wxDC_SetTextBackground(self
.this
,arg0
.this
)
523 def SetTextForeground(self
,arg0
):
524 val
= gdic
.wxDC_SetTextForeground(self
.this
,arg0
.this
)
526 def SetUserScale(self
,arg0
,arg1
):
527 val
= gdic
.wxDC_SetUserScale(self
.this
,arg0
,arg1
)
529 def StartDoc(self
,arg0
):
530 val
= gdic
.wxDC_StartDoc(self
.this
,arg0
)
533 val
= gdic
.wxDC_StartPage(self
.this
)
535 def DrawBitmap(self
,arg0
,arg1
,arg2
,*args
):
536 val
= apply(gdic
.wxDC_DrawBitmap
,(self
.this
,arg0
.this
,arg1
,arg2
,)+args
)
539 return "<C wxDC instance>"
541 def __init__(self
,this
):
547 class wxMemoryDCPtr(wxDCPtr
):
548 def __init__(self
,this
):
551 def SelectObject(self
,arg0
):
552 val
= gdic
.wxMemoryDC_SelectObject(self
.this
,arg0
.this
)
555 return "<C wxMemoryDC instance>"
556 class wxMemoryDC(wxMemoryDCPtr
):
558 self
.this
= gdic
.new_wxMemoryDC()
564 class wxScreenDCPtr(wxDCPtr
):
565 def __init__(self
,this
):
568 def StartDrawingOnTop(self
,arg0
):
569 val
= gdic
.wxScreenDC_StartDrawingOnTop(self
.this
,arg0
.this
)
571 def StartDrawingOnTopRect(self
,*args
):
572 argl
= map(None,args
)
573 try: argl
[0] = argl
[0].this
576 val
= apply(gdic
.wxScreenDC_StartDrawingOnTopRect
,(self
.this
,)+args
)
578 def EndDrawingOnTop(self
):
579 val
= gdic
.wxScreenDC_EndDrawingOnTop(self
.this
)
582 return "<C wxScreenDC instance>"
583 class wxScreenDC(wxScreenDCPtr
):
585 self
.this
= gdic
.new_wxScreenDC()
591 class wxClientDCPtr(wxDCPtr
):
592 def __init__(self
,this
):
596 return "<C wxClientDC instance>"
597 class wxClientDC(wxClientDCPtr
):
598 def __init__(self
,arg0
) :
599 self
.this
= gdic
.new_wxClientDC(arg0
.this
)
605 class wxPaintDCPtr(wxDCPtr
):
606 def __init__(self
,this
):
610 return "<C wxPaintDC instance>"
611 class wxPaintDC(wxPaintDCPtr
):
612 def __init__(self
,arg0
) :
613 self
.this
= gdic
.new_wxPaintDC(arg0
.this
)
619 class wxWindowDCPtr(wxDCPtr
):
620 def __init__(self
,this
):
624 return "<C wxWindowDC instance>"
625 class wxWindowDC(wxWindowDCPtr
):
626 def __init__(self
,arg0
) :
627 self
.this
= gdic
.new_wxWindowDC(arg0
.this
)
633 class wxPostScriptDCPtr(wxDCPtr
):
634 def __init__(self
,this
):
638 return "<C wxPostScriptDC instance>"
639 class wxPostScriptDC(wxPostScriptDCPtr
):
640 def __init__(self
,arg0
,*args
) :
641 argl
= map(None,args
)
642 try: argl
[1] = argl
[1].this
645 self
.this
= apply(gdic
.new_wxPostScriptDC
,(arg0
,)+args
)
652 def __init__(self
,this
):
656 if self
.thisown
== 1 :
657 gdic
.delete_wxPalette(self
.this
)
658 def GetPixel(self
,arg0
,arg1
,arg2
):
659 val
= gdic
.wxPalette_GetPixel(self
.this
,arg0
,arg1
,arg2
)
661 def GetRGB(self
,arg0
,arg1
,arg2
,arg3
):
662 val
= gdic
.wxPalette_GetRGB(self
.this
,arg0
,arg1
,arg2
,arg3
)
665 val
= gdic
.wxPalette_Ok(self
.this
)
668 return "<C wxPalette instance>"
669 class wxPalette(wxPalettePtr
):
670 def __init__(self
,arg0
,arg1
,arg2
) :
671 self
.this
= gdic
.new_wxPalette(arg0
,arg1
,arg2
)
679 #-------------- FUNCTION WRAPPERS ------------------
681 def wxEmptyBitmap(arg0
,arg1
,*args
):
682 val
= apply(gdic
.wxEmptyBitmap
,(arg0
,arg1
,)+args
)
683 val
= wxBitmapPtr(val
)
687 def wxNoRefBitmap(arg0
,arg1
):
688 val
= gdic
.wxNoRefBitmap(arg0
,arg1
)
689 val
= wxBitmapPtr(val
)
692 def wxMaskColour(arg0
,arg1
):
693 val
= gdic
.wxMaskColour(arg0
.this
,arg1
.this
)
698 def wxStockCursor(arg0
):
699 val
= gdic
.wxStockCursor(arg0
)
700 val
= wxCursorPtr(val
)
704 def wxNamedColour(arg0
):
705 val
= gdic
.wxNamedColour(arg0
)
706 val
= wxColourPtr(val
)
710 def wxMemoryDCFromDC(arg0
):
711 val
= gdic
.wxMemoryDCFromDC(arg0
.this
)
712 val
= wxMemoryDCPtr(val
)
718 #-------------- VARIABLE WRAPPERS ------------------
721 wxNORMAL_FONT
= wxFontPtr(gdic
.cvar
.wxNORMAL_FONT
)
722 wxSMALL_FONT
= wxFontPtr(gdic
.cvar
.wxSMALL_FONT
)
723 wxITALIC_FONT
= wxFontPtr(gdic
.cvar
.wxITALIC_FONT
)
724 wxSWISS_FONT
= wxFontPtr(gdic
.cvar
.wxSWISS_FONT
)
725 wxRED_PEN
= wxPenPtr(gdic
.cvar
.wxRED_PEN
)
726 wxCYAN_PEN
= wxPenPtr(gdic
.cvar
.wxCYAN_PEN
)
727 wxGREEN_PEN
= wxPenPtr(gdic
.cvar
.wxGREEN_PEN
)
728 wxBLACK_PEN
= wxPenPtr(gdic
.cvar
.wxBLACK_PEN
)
729 wxWHITE_PEN
= wxPenPtr(gdic
.cvar
.wxWHITE_PEN
)
730 wxTRANSPARENT_PEN
= wxPenPtr(gdic
.cvar
.wxTRANSPARENT_PEN
)
731 wxBLACK_DASHED_PEN
= wxPenPtr(gdic
.cvar
.wxBLACK_DASHED_PEN
)
732 wxGREY_PEN
= wxPenPtr(gdic
.cvar
.wxGREY_PEN
)
733 wxMEDIUM_GREY_PEN
= wxPenPtr(gdic
.cvar
.wxMEDIUM_GREY_PEN
)
734 wxLIGHT_GREY_PEN
= wxPenPtr(gdic
.cvar
.wxLIGHT_GREY_PEN
)
735 wxBLUE_BRUSH
= wxBrushPtr(gdic
.cvar
.wxBLUE_BRUSH
)
736 wxGREEN_BRUSH
= wxBrushPtr(gdic
.cvar
.wxGREEN_BRUSH
)
737 wxWHITE_BRUSH
= wxBrushPtr(gdic
.cvar
.wxWHITE_BRUSH
)
738 wxBLACK_BRUSH
= wxBrushPtr(gdic
.cvar
.wxBLACK_BRUSH
)
739 wxTRANSPARENT_BRUSH
= wxBrushPtr(gdic
.cvar
.wxTRANSPARENT_BRUSH
)
740 wxCYAN_BRUSH
= wxBrushPtr(gdic
.cvar
.wxCYAN_BRUSH
)
741 wxRED_BRUSH
= wxBrushPtr(gdic
.cvar
.wxRED_BRUSH
)
742 wxGREY_BRUSH
= wxBrushPtr(gdic
.cvar
.wxGREY_BRUSH
)
743 wxMEDIUM_GREY_BRUSH
= wxBrushPtr(gdic
.cvar
.wxMEDIUM_GREY_BRUSH
)
744 wxLIGHT_GREY_BRUSH
= wxBrushPtr(gdic
.cvar
.wxLIGHT_GREY_BRUSH
)
745 wxBLACK
= wxColourPtr(gdic
.cvar
.wxBLACK
)
746 wxWHITE
= wxColourPtr(gdic
.cvar
.wxWHITE
)
747 wxRED
= wxColourPtr(gdic
.cvar
.wxRED
)
748 wxBLUE
= wxColourPtr(gdic
.cvar
.wxBLUE
)
749 wxGREEN
= wxColourPtr(gdic
.cvar
.wxGREEN
)
750 wxCYAN
= wxColourPtr(gdic
.cvar
.wxCYAN
)
751 wxLIGHT_GREY
= wxColourPtr(gdic
.cvar
.wxLIGHT_GREY
)
752 wxSTANDARD_CURSOR
= wxCursorPtr(gdic
.cvar
.wxSTANDARD_CURSOR
)
753 wxHOURGLASS_CURSOR
= wxCursorPtr(gdic
.cvar
.wxHOURGLASS_CURSOR
)
754 wxCROSS_CURSOR
= wxCursorPtr(gdic
.cvar
.wxCROSS_CURSOR
)
755 wxNullBitmap
= wxBitmapPtr(gdic
.cvar
.wxNullBitmap
)
756 wxNullIcon
= wxIconPtr(gdic
.cvar
.wxNullIcon
)
757 wxNullCursor
= wxCursorPtr(gdic
.cvar
.wxNullCursor
)
758 wxNullPen
= wxPenPtr(gdic
.cvar
.wxNullPen
)
759 wxNullBrush
= wxBrushPtr(gdic
.cvar
.wxNullBrush
)
760 wxNullFont
= wxFontPtr(gdic
.cvar
.wxNullFont
)
761 wxNullColour
= wxColourPtr(gdic
.cvar
.wxNullColour
)