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
)
276 def SetColour(self
,arg0
):
277 val
= gdic
.wxBrush_SetColour(self
.this
,arg0
.this
)
279 def SetStipple(self
,arg0
):
280 val
= gdic
.wxBrush_SetStipple(self
.this
,arg0
.this
)
282 def SetStyle(self
,arg0
):
283 val
= gdic
.wxBrush_SetStyle(self
.this
,arg0
)
286 return "<C wxBrush instance>"
287 class wxBrush(wxBrushPtr
):
288 def __init__(self
,arg0
,*args
) :
289 self
.this
= apply(gdic
.new_wxBrush
,(arg0
.this
,)+args
)
296 def __init__(self
,this
):
300 if self
.thisown
== 1 :
301 gdic
.delete_wxDC(self
.this
)
302 def BeginDrawing(self
):
303 val
= gdic
.wxDC_BeginDrawing(self
.this
)
305 def Blit(self
,arg0
,arg1
,arg2
,arg3
,arg4
,arg5
,arg6
,arg7
):
306 val
= gdic
.wxDC_Blit(self
.this
,arg0
,arg1
,arg2
,arg3
,arg4
.this
,arg5
,arg6
,arg7
)
309 val
= gdic
.wxDC_Clear(self
.this
)
311 def CrossHair(self
,arg0
,arg1
):
312 val
= gdic
.wxDC_CrossHair(self
.this
,arg0
,arg1
)
314 def DestroyClippingRegion(self
):
315 val
= gdic
.wxDC_DestroyClippingRegion(self
.this
)
317 def DeviceToLogicalX(self
,arg0
):
318 val
= gdic
.wxDC_DeviceToLogicalX(self
.this
,arg0
)
320 def DeviceToLogicalXRel(self
,arg0
):
321 val
= gdic
.wxDC_DeviceToLogicalXRel(self
.this
,arg0
)
323 def DeviceToLogicalY(self
,arg0
):
324 val
= gdic
.wxDC_DeviceToLogicalY(self
.this
,arg0
)
326 def DeviceToLogicalYRel(self
,arg0
):
327 val
= gdic
.wxDC_DeviceToLogicalYRel(self
.this
,arg0
)
329 def DrawArc(self
,arg0
,arg1
,arg2
,arg3
,arg4
,arg5
):
330 val
= gdic
.wxDC_DrawArc(self
.this
,arg0
,arg1
,arg2
,arg3
,arg4
,arg5
)
332 def DrawEllipse(self
,arg0
,arg1
,arg2
,arg3
):
333 val
= gdic
.wxDC_DrawEllipse(self
.this
,arg0
,arg1
,arg2
,arg3
)
335 def DrawEllipticArc(self
,arg0
,arg1
,arg2
,arg3
,arg4
,arg5
):
336 val
= gdic
.wxDC_DrawEllipticArc(self
.this
,arg0
,arg1
,arg2
,arg3
,arg4
,arg5
)
338 def DrawIcon(self
,arg0
,arg1
,arg2
):
339 val
= gdic
.wxDC_DrawIcon(self
.this
,arg0
.this
,arg1
,arg2
)
341 def DrawLine(self
,arg0
,arg1
,arg2
,arg3
):
342 val
= gdic
.wxDC_DrawLine(self
.this
,arg0
,arg1
,arg2
,arg3
)
344 def DrawLines(self
,arg0
,*args
):
345 argl
= map(None,args
)
346 try: argl
[0] = argl
[0].this
349 val
= apply(gdic
.wxDC_DrawLines
,(self
.this
,arg0
,)+args
)
351 def DrawPolygon(self
,arg0
,*args
):
352 argl
= map(None,args
)
353 try: argl
[0] = argl
[0].this
356 val
= apply(gdic
.wxDC_DrawPolygon
,(self
.this
,arg0
,)+args
)
358 def DrawPoint(self
,arg0
,arg1
):
359 val
= gdic
.wxDC_DrawPoint(self
.this
,arg0
,arg1
)
361 def DrawRectangle(self
,arg0
,arg1
,arg2
,arg3
):
362 val
= gdic
.wxDC_DrawRectangle(self
.this
,arg0
,arg1
,arg2
,arg3
)
364 def DrawRoundedRectangle(self
,arg0
,arg1
,arg2
,arg3
,*args
):
365 val
= apply(gdic
.wxDC_DrawRoundedRectangle
,(self
.this
,arg0
,arg1
,arg2
,arg3
,)+args
)
367 def DrawSpline(self
,arg0
,*args
):
368 argl
= map(None,args
)
369 try: argl
[0] = argl
[0].this
372 val
= apply(gdic
.wxDC_DrawSpline
,(self
.this
,arg0
,)+args
)
374 def DrawText(self
,arg0
,arg1
,arg2
):
375 val
= gdic
.wxDC_DrawText(self
.this
,arg0
,arg1
,arg2
)
378 val
= gdic
.wxDC_EndDoc(self
.this
)
380 def EndDrawing(self
):
381 val
= gdic
.wxDC_EndDrawing(self
.this
)
384 val
= gdic
.wxDC_EndPage(self
.this
)
386 def FloodFill(self
,arg0
,arg1
,arg2
,*args
):
387 val
= apply(gdic
.wxDC_FloodFill
,(self
.this
,arg0
,arg1
,arg2
.this
,)+args
)
389 def GetBackground(self
):
390 val
= gdic
.wxDC_GetBackground(self
.this
)
391 val
= wxBrushPtr(val
)
394 val
= gdic
.wxDC_GetBrush(self
.this
)
395 val
= wxBrushPtr(val
)
397 def GetCharHeight(self
):
398 val
= gdic
.wxDC_GetCharHeight(self
.this
)
400 def GetCharWidth(self
):
401 val
= gdic
.wxDC_GetCharWidth(self
.this
)
403 def GetClippingBox(self
):
404 val
= gdic
.wxDC_GetClippingBox(self
.this
)
407 val
= gdic
.wxDC_GetFont(self
.this
)
410 def GetLogicalFunction(self
):
411 val
= gdic
.wxDC_GetLogicalFunction(self
.this
)
413 def GetMapMode(self
):
414 val
= gdic
.wxDC_GetMapMode(self
.this
)
416 def GetOptimization(self
):
417 val
= gdic
.wxDC_GetOptimization(self
.this
)
420 val
= gdic
.wxDC_GetPen(self
.this
)
423 def GetPixel(self
,arg0
,arg1
):
424 val
= gdic
.wxDC_GetPixel(self
.this
,arg0
,arg1
)
425 val
= wxColourPtr(val
)
429 val
= gdic
.wxDC_GetSize(self
.this
)
431 def GetTextBackground(self
):
432 val
= gdic
.wxDC_GetTextBackground(self
.this
)
433 val
= wxColourPtr(val
)
435 def GetTextExtent(self
,arg0
):
436 val
= gdic
.wxDC_GetTextExtent(self
.this
,arg0
)
438 def GetTextForeground(self
):
439 val
= gdic
.wxDC_GetTextForeground(self
.this
)
440 val
= wxColourPtr(val
)
442 def LogicalToDeviceX(self
,arg0
):
443 val
= gdic
.wxDC_LogicalToDeviceX(self
.this
,arg0
)
445 def LogicalToDeviceXRel(self
,arg0
):
446 val
= gdic
.wxDC_LogicalToDeviceXRel(self
.this
,arg0
)
448 def LogicalToDeviceY(self
,arg0
):
449 val
= gdic
.wxDC_LogicalToDeviceY(self
.this
,arg0
)
451 def LogicalToDeviceYRel(self
,arg0
):
452 val
= gdic
.wxDC_LogicalToDeviceYRel(self
.this
,arg0
)
455 val
= gdic
.wxDC_MaxX(self
.this
)
458 val
= gdic
.wxDC_MaxY(self
.this
)
461 val
= gdic
.wxDC_MinX(self
.this
)
464 val
= gdic
.wxDC_MinY(self
.this
)
467 val
= gdic
.wxDC_Ok(self
.this
)
469 def SetDeviceOrigin(self
,arg0
,arg1
):
470 val
= gdic
.wxDC_SetDeviceOrigin(self
.this
,arg0
,arg1
)
472 def SetBackground(self
,arg0
):
473 val
= gdic
.wxDC_SetBackground(self
.this
,arg0
.this
)
475 def SetBackgroundMode(self
,arg0
):
476 val
= gdic
.wxDC_SetBackgroundMode(self
.this
,arg0
)
478 def SetClippingRegion(self
,arg0
,arg1
,arg2
,arg3
):
479 val
= gdic
.wxDC_SetClippingRegion(self
.this
,arg0
,arg1
,arg2
,arg3
)
481 def SetPalette(self
,arg0
):
482 val
= gdic
.wxDC_SetPalette(self
.this
,arg0
.this
)
484 def SetBrush(self
,arg0
):
485 val
= gdic
.wxDC_SetBrush(self
.this
,arg0
.this
)
487 def SetFont(self
,arg0
):
488 val
= gdic
.wxDC_SetFont(self
.this
,arg0
.this
)
490 def SetLogicalFunction(self
,arg0
):
491 val
= gdic
.wxDC_SetLogicalFunction(self
.this
,arg0
)
493 def SetMapMode(self
,arg0
):
494 val
= gdic
.wxDC_SetMapMode(self
.this
,arg0
)
496 def SetOptimization(self
,arg0
):
497 val
= gdic
.wxDC_SetOptimization(self
.this
,arg0
)
499 def SetPen(self
,arg0
):
500 val
= gdic
.wxDC_SetPen(self
.this
,arg0
.this
)
502 def SetTextBackground(self
,arg0
):
503 val
= gdic
.wxDC_SetTextBackground(self
.this
,arg0
.this
)
505 def SetTextForeground(self
,arg0
):
506 val
= gdic
.wxDC_SetTextForeground(self
.this
,arg0
.this
)
508 def SetUserScale(self
,arg0
,arg1
):
509 val
= gdic
.wxDC_SetUserScale(self
.this
,arg0
,arg1
)
511 def StartDoc(self
,arg0
):
512 val
= gdic
.wxDC_StartDoc(self
.this
,arg0
)
515 val
= gdic
.wxDC_StartPage(self
.this
)
517 def DrawBitmap(self
,arg0
,arg1
,arg2
,*args
):
518 val
= apply(gdic
.wxDC_DrawBitmap
,(self
.this
,arg0
.this
,arg1
,arg2
,)+args
)
521 return "<C wxDC instance>"
523 def __init__(self
,this
):
529 class wxMemoryDCPtr(wxDCPtr
):
530 def __init__(self
,this
):
533 def SelectObject(self
,arg0
):
534 val
= gdic
.wxMemoryDC_SelectObject(self
.this
,arg0
.this
)
537 return "<C wxMemoryDC instance>"
538 class wxMemoryDC(wxMemoryDCPtr
):
540 self
.this
= gdic
.new_wxMemoryDC()
546 class wxScreenDCPtr(wxDCPtr
):
547 def __init__(self
,this
):
550 def StartDrawingOnTop(self
,arg0
):
551 val
= gdic
.wxScreenDC_StartDrawingOnTop(self
.this
,arg0
.this
)
553 def StartDrawingOnTopRect(self
,*args
):
554 argl
= map(None,args
)
555 try: argl
[0] = argl
[0].this
558 val
= apply(gdic
.wxScreenDC_StartDrawingOnTopRect
,(self
.this
,)+args
)
560 def EndDrawingOnTop(self
):
561 val
= gdic
.wxScreenDC_EndDrawingOnTop(self
.this
)
564 return "<C wxScreenDC instance>"
565 class wxScreenDC(wxScreenDCPtr
):
567 self
.this
= gdic
.new_wxScreenDC()
573 class wxClientDCPtr(wxDCPtr
):
574 def __init__(self
,this
):
578 return "<C wxClientDC instance>"
579 class wxClientDC(wxClientDCPtr
):
580 def __init__(self
,arg0
) :
581 self
.this
= gdic
.new_wxClientDC(arg0
.this
)
587 class wxPaintDCPtr(wxDCPtr
):
588 def __init__(self
,this
):
592 return "<C wxPaintDC instance>"
593 class wxPaintDC(wxPaintDCPtr
):
594 def __init__(self
,arg0
) :
595 self
.this
= gdic
.new_wxPaintDC(arg0
.this
)
601 class wxWindowDCPtr(wxDCPtr
):
602 def __init__(self
,this
):
606 return "<C wxWindowDC instance>"
607 class wxWindowDC(wxWindowDCPtr
):
608 def __init__(self
,arg0
) :
609 self
.this
= gdic
.new_wxWindowDC(arg0
.this
)
615 class wxPostScriptDCPtr(wxDCPtr
):
616 def __init__(self
,this
):
620 return "<C wxPostScriptDC instance>"
621 class wxPostScriptDC(wxPostScriptDCPtr
):
622 def __init__(self
,arg0
,*args
) :
623 argl
= map(None,args
)
624 try: argl
[1] = argl
[1].this
627 self
.this
= apply(gdic
.new_wxPostScriptDC
,(arg0
,)+args
)
634 def __init__(self
,this
):
638 if self
.thisown
== 1 :
639 gdic
.delete_wxPalette(self
.this
)
640 def GetPixel(self
,arg0
,arg1
,arg2
):
641 val
= gdic
.wxPalette_GetPixel(self
.this
,arg0
,arg1
,arg2
)
643 def GetRGB(self
,arg0
,arg1
,arg2
,arg3
):
644 val
= gdic
.wxPalette_GetRGB(self
.this
,arg0
,arg1
,arg2
,arg3
)
647 val
= gdic
.wxPalette_Ok(self
.this
)
650 return "<C wxPalette instance>"
651 class wxPalette(wxPalettePtr
):
652 def __init__(self
,arg0
,arg1
,arg2
) :
653 self
.this
= gdic
.new_wxPalette(arg0
,arg1
,arg2
)
661 #-------------- FUNCTION WRAPPERS ------------------
663 def wxEmptyBitmap(arg0
,arg1
,*args
):
664 val
= apply(gdic
.wxEmptyBitmap
,(arg0
,arg1
,)+args
)
665 val
= wxBitmapPtr(val
)
669 def wxNoRefBitmap(arg0
,arg1
):
670 val
= gdic
.wxNoRefBitmap(arg0
,arg1
)
671 val
= wxBitmapPtr(val
)
674 def wxMaskColour(arg0
,arg1
):
675 val
= gdic
.wxMaskColour(arg0
.this
,arg1
.this
)
680 def wxStockCursor(arg0
):
681 val
= gdic
.wxStockCursor(arg0
)
682 val
= wxCursorPtr(val
)
686 def wxNamedColour(arg0
):
687 val
= gdic
.wxNamedColour(arg0
)
688 val
= wxColourPtr(val
)
692 def wxMemoryDCFromDC(arg0
):
693 val
= gdic
.wxMemoryDCFromDC(arg0
.this
)
694 val
= wxMemoryDCPtr(val
)
700 #-------------- VARIABLE WRAPPERS ------------------
703 wxNORMAL_FONT
= wxFontPtr(gdic
.cvar
.wxNORMAL_FONT
)
704 wxSMALL_FONT
= wxFontPtr(gdic
.cvar
.wxSMALL_FONT
)
705 wxITALIC_FONT
= wxFontPtr(gdic
.cvar
.wxITALIC_FONT
)
706 wxSWISS_FONT
= wxFontPtr(gdic
.cvar
.wxSWISS_FONT
)
707 wxRED_PEN
= wxPenPtr(gdic
.cvar
.wxRED_PEN
)
708 wxCYAN_PEN
= wxPenPtr(gdic
.cvar
.wxCYAN_PEN
)
709 wxGREEN_PEN
= wxPenPtr(gdic
.cvar
.wxGREEN_PEN
)
710 wxBLACK_PEN
= wxPenPtr(gdic
.cvar
.wxBLACK_PEN
)
711 wxWHITE_PEN
= wxPenPtr(gdic
.cvar
.wxWHITE_PEN
)
712 wxTRANSPARENT_PEN
= wxPenPtr(gdic
.cvar
.wxTRANSPARENT_PEN
)
713 wxBLACK_DASHED_PEN
= wxPenPtr(gdic
.cvar
.wxBLACK_DASHED_PEN
)
714 wxGREY_PEN
= wxPenPtr(gdic
.cvar
.wxGREY_PEN
)
715 wxMEDIUM_GREY_PEN
= wxPenPtr(gdic
.cvar
.wxMEDIUM_GREY_PEN
)
716 wxLIGHT_GREY_PEN
= wxPenPtr(gdic
.cvar
.wxLIGHT_GREY_PEN
)
717 wxBLUE_BRUSH
= wxBrushPtr(gdic
.cvar
.wxBLUE_BRUSH
)
718 wxGREEN_BRUSH
= wxBrushPtr(gdic
.cvar
.wxGREEN_BRUSH
)
719 wxWHITE_BRUSH
= wxBrushPtr(gdic
.cvar
.wxWHITE_BRUSH
)
720 wxBLACK_BRUSH
= wxBrushPtr(gdic
.cvar
.wxBLACK_BRUSH
)
721 wxTRANSPARENT_BRUSH
= wxBrushPtr(gdic
.cvar
.wxTRANSPARENT_BRUSH
)
722 wxCYAN_BRUSH
= wxBrushPtr(gdic
.cvar
.wxCYAN_BRUSH
)
723 wxRED_BRUSH
= wxBrushPtr(gdic
.cvar
.wxRED_BRUSH
)
724 wxGREY_BRUSH
= wxBrushPtr(gdic
.cvar
.wxGREY_BRUSH
)
725 wxMEDIUM_GREY_BRUSH
= wxBrushPtr(gdic
.cvar
.wxMEDIUM_GREY_BRUSH
)
726 wxLIGHT_GREY_BRUSH
= wxBrushPtr(gdic
.cvar
.wxLIGHT_GREY_BRUSH
)
727 wxBLACK
= wxColourPtr(gdic
.cvar
.wxBLACK
)
728 wxWHITE
= wxColourPtr(gdic
.cvar
.wxWHITE
)
729 wxRED
= wxColourPtr(gdic
.cvar
.wxRED
)
730 wxBLUE
= wxColourPtr(gdic
.cvar
.wxBLUE
)
731 wxGREEN
= wxColourPtr(gdic
.cvar
.wxGREEN
)
732 wxCYAN
= wxColourPtr(gdic
.cvar
.wxCYAN
)
733 wxLIGHT_GREY
= wxColourPtr(gdic
.cvar
.wxLIGHT_GREY
)
734 wxSTANDARD_CURSOR
= wxCursorPtr(gdic
.cvar
.wxSTANDARD_CURSOR
)
735 wxHOURGLASS_CURSOR
= wxCursorPtr(gdic
.cvar
.wxHOURGLASS_CURSOR
)
736 wxCROSS_CURSOR
= wxCursorPtr(gdic
.cvar
.wxCROSS_CURSOR
)
737 wxNullBitmap
= wxBitmapPtr(gdic
.cvar
.wxNullBitmap
)
738 wxNullIcon
= wxIconPtr(gdic
.cvar
.wxNullIcon
)
739 wxNullCursor
= wxCursorPtr(gdic
.cvar
.wxNullCursor
)
740 wxNullPen
= wxPenPtr(gdic
.cvar
.wxNullPen
)
741 wxNullBrush
= wxBrushPtr(gdic
.cvar
.wxNullBrush
)
742 wxNullFont
= wxFontPtr(gdic
.cvar
.wxNullFont
)
743 wxNullColour
= wxColourPtr(gdic
.cvar
.wxNullColour
)