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
)
25 val
= gdic
.wxBitmap_GetMask(self
.this
)
29 val
= gdic
.wxBitmap_GetWidth(self
.this
)
31 def LoadFile(self
,arg0
,arg1
):
32 val
= gdic
.wxBitmap_LoadFile(self
.this
,arg0
,arg1
)
35 val
= gdic
.wxBitmap_Ok(self
.this
)
37 def SaveFile(self
,arg0
,arg1
,*args
):
38 val
= apply(gdic
.wxBitmap_SaveFile
,(self
.this
,arg0
,arg1
,)+args
)
40 def SetDepth(self
,arg0
):
41 val
= gdic
.wxBitmap_SetDepth(self
.this
,arg0
)
43 def SetHeight(self
,arg0
):
44 val
= gdic
.wxBitmap_SetHeight(self
.this
,arg0
)
46 def SetMask(self
,arg0
):
47 val
= gdic
.wxBitmap_SetMask(self
.this
,arg0
.this
)
50 val
= gdic
.wxBitmap_SetOk(self
.this
,arg0
)
52 def SetPalette(self
,arg0
):
53 val
= gdic
.wxBitmap_SetPalette(self
.this
,arg0
)
55 def SetWidth(self
,arg0
):
56 val
= gdic
.wxBitmap_SetWidth(self
.this
,arg0
)
59 return "<C wxBitmap instance>"
60 class wxBitmap(wxBitmapPtr
):
61 def __init__(self
,arg0
,arg1
) :
62 self
.this
= gdic
.new_wxBitmap(arg0
,arg1
)
69 def __init__(self
,this
):
73 if self
.thisown
== 1 :
74 gdic
.delete_wxMask(self
.this
)
76 return "<C wxMask instance>"
77 class wxMask(wxMaskPtr
):
78 def __init__(self
,arg0
) :
79 self
.this
= gdic
.new_wxMask(arg0
.this
)
85 class wxIconPtr(wxBitmapPtr
):
86 def __init__(self
,this
):
90 if self
.thisown
== 1 :
91 gdic
.delete_wxIcon(self
.this
)
93 val
= gdic
.wxIcon_GetDepth(self
.this
)
96 val
= gdic
.wxIcon_GetHeight(self
.this
)
99 val
= gdic
.wxIcon_GetWidth(self
.this
)
101 def LoadFile(self
,arg0
,arg1
):
102 val
= gdic
.wxIcon_LoadFile(self
.this
,arg0
,arg1
)
105 val
= gdic
.wxIcon_Ok(self
.this
)
107 def SetDepth(self
,arg0
):
108 val
= gdic
.wxIcon_SetDepth(self
.this
,arg0
)
110 def SetHeight(self
,arg0
):
111 val
= gdic
.wxIcon_SetHeight(self
.this
,arg0
)
113 def SetOk(self
,arg0
):
114 val
= gdic
.wxIcon_SetOk(self
.this
,arg0
)
116 def SetWidth(self
,arg0
):
117 val
= gdic
.wxIcon_SetWidth(self
.this
,arg0
)
120 return "<C wxIcon instance>"
121 class wxIcon(wxIconPtr
):
122 def __init__(self
,arg0
,arg1
) :
123 self
.this
= gdic
.new_wxIcon(arg0
,arg1
)
129 class wxCursorPtr(wxBitmapPtr
):
130 def __init__(self
,this
):
134 if self
.thisown
== 1 :
135 gdic
.delete_wxCursor(self
.this
)
137 val
= gdic
.wxCursor_Ok(self
.this
)
140 return "<C wxCursor instance>"
141 class wxCursor(wxCursorPtr
):
142 def __init__(self
,arg0
,arg1
,*args
) :
143 self
.this
= apply(gdic
.new_wxCursor
,(arg0
,arg1
,)+args
)
150 def __init__(self
,this
):
153 def GetFaceName(self
):
154 val
= gdic
.wxFont_GetFaceName(self
.this
)
157 val
= gdic
.wxFont_GetFamily(self
.this
)
160 val
= gdic
.wxFont_GetFontId(self
.this
)
162 def GetPointSize(self
):
163 val
= gdic
.wxFont_GetPointSize(self
.this
)
166 val
= gdic
.wxFont_GetStyle(self
.this
)
168 def GetUnderlined(self
):
169 val
= gdic
.wxFont_GetUnderlined(self
.this
)
172 val
= gdic
.wxFont_GetWeight(self
.this
)
174 def SetFaceName(self
,arg0
):
175 val
= gdic
.wxFont_SetFaceName(self
.this
,arg0
)
177 def SetFamily(self
,arg0
):
178 val
= gdic
.wxFont_SetFamily(self
.this
,arg0
)
180 def SetPointSize(self
,arg0
):
181 val
= gdic
.wxFont_SetPointSize(self
.this
,arg0
)
183 def SetStyle(self
,arg0
):
184 val
= gdic
.wxFont_SetStyle(self
.this
,arg0
)
186 def SetUnderlined(self
,arg0
):
187 val
= gdic
.wxFont_SetUnderlined(self
.this
,arg0
)
189 def SetWeight(self
,arg0
):
190 val
= gdic
.wxFont_SetWeight(self
.this
,arg0
)
193 return "<C wxFont instance>"
194 class wxFont(wxFontPtr
):
195 def __init__(self
,arg0
,arg1
,arg2
,arg3
,*args
) :
196 self
.this
= apply(gdic
.new_wxFont
,(arg0
,arg1
,arg2
,arg3
,)+args
)
203 def __init__(self
,this
):
207 if self
.thisown
== 1 :
208 gdic
.delete_wxColour(self
.this
)
210 val
= gdic
.wxColour_Red(self
.this
)
213 val
= gdic
.wxColour_Green(self
.this
)
216 val
= gdic
.wxColour_Blue(self
.this
)
219 val
= gdic
.wxColour_Ok(self
.this
)
221 def Set(self
,arg0
,arg1
,arg2
):
222 val
= gdic
.wxColour_Set(self
.this
,arg0
,arg1
,arg2
)
225 val
= gdic
.wxColour_Get(self
.this
)
228 return "<C wxColour instance>"
229 class wxColour(wxColourPtr
):
230 def __init__(self
,*args
) :
231 self
.this
= apply(gdic
.new_wxColour
,()+args
)
238 def __init__(self
,this
):
242 val
= gdic
.wxPen_GetCap(self
.this
)
245 val
= gdic
.wxPen_GetColour(self
.this
)
246 val
= wxColourPtr(val
)
248 def GetDashes(self
,arg0
):
249 val
= gdic
.wxPen_GetDashes(self
.this
,arg0
)
252 val
= gdic
.wxPen_GetJoin(self
.this
)
254 def GetStipple(self
):
255 val
= gdic
.wxPen_GetStipple(self
.this
)
256 val
= wxBitmapPtr(val
)
259 val
= gdic
.wxPen_GetStyle(self
.this
)
262 val
= gdic
.wxPen_GetWidth(self
.this
)
265 val
= gdic
.wxPen_Ok(self
.this
)
267 def SetCap(self
,arg0
):
268 val
= gdic
.wxPen_SetCap(self
.this
,arg0
)
270 def SetColour(self
,arg0
):
271 val
= gdic
.wxPen_SetColour(self
.this
,arg0
.this
)
273 def SetDashes(self
,arg0
,*args
):
274 val
= apply(gdic
.wxPen_SetDashes
,(self
.this
,arg0
,)+args
)
276 def SetJoin(self
,arg0
):
277 val
= gdic
.wxPen_SetJoin(self
.this
,arg0
)
279 def SetStipple(self
,arg0
):
280 val
= gdic
.wxPen_SetStipple(self
.this
,arg0
.this
)
282 def SetStyle(self
,arg0
):
283 val
= gdic
.wxPen_SetStyle(self
.this
,arg0
)
285 def SetWidth(self
,arg0
):
286 val
= gdic
.wxPen_SetWidth(self
.this
,arg0
)
289 return "<C wxPen instance>"
290 class wxPen(wxPenPtr
):
291 def __init__(self
,arg0
,*args
) :
292 self
.this
= apply(gdic
.new_wxPen
,(arg0
.this
,)+args
)
299 def __init__(self
,this
):
303 val
= gdic
.wxBrush_GetColour(self
.this
)
304 val
= wxColourPtr(val
)
306 def GetStipple(self
):
307 val
= gdic
.wxBrush_GetStipple(self
.this
)
308 val
= wxBitmapPtr(val
)
311 val
= gdic
.wxBrush_GetStyle(self
.this
)
314 val
= gdic
.wxBrush_Ok(self
.this
)
316 def SetColour(self
,arg0
):
317 val
= gdic
.wxBrush_SetColour(self
.this
,arg0
.this
)
319 def SetStipple(self
,arg0
):
320 val
= gdic
.wxBrush_SetStipple(self
.this
,arg0
.this
)
322 def SetStyle(self
,arg0
):
323 val
= gdic
.wxBrush_SetStyle(self
.this
,arg0
)
326 return "<C wxBrush instance>"
327 class wxBrush(wxBrushPtr
):
328 def __init__(self
,arg0
,*args
) :
329 self
.this
= apply(gdic
.new_wxBrush
,(arg0
.this
,)+args
)
336 def __init__(self
,this
):
340 if self
.thisown
== 1 :
341 gdic
.delete_wxDC(self
.this
)
342 def BeginDrawing(self
):
343 val
= gdic
.wxDC_BeginDrawing(self
.this
)
345 def Blit(self
,arg0
,arg1
,arg2
,arg3
,arg4
,arg5
,arg6
,arg7
):
346 val
= gdic
.wxDC_Blit(self
.this
,arg0
,arg1
,arg2
,arg3
,arg4
.this
,arg5
,arg6
,arg7
)
349 val
= gdic
.wxDC_Clear(self
.this
)
351 def CrossHair(self
,arg0
,arg1
):
352 val
= gdic
.wxDC_CrossHair(self
.this
,arg0
,arg1
)
354 def DestroyClippingRegion(self
):
355 val
= gdic
.wxDC_DestroyClippingRegion(self
.this
)
357 def DeviceToLogicalX(self
,arg0
):
358 val
= gdic
.wxDC_DeviceToLogicalX(self
.this
,arg0
)
360 def DeviceToLogicalXRel(self
,arg0
):
361 val
= gdic
.wxDC_DeviceToLogicalXRel(self
.this
,arg0
)
363 def DeviceToLogicalY(self
,arg0
):
364 val
= gdic
.wxDC_DeviceToLogicalY(self
.this
,arg0
)
366 def DeviceToLogicalYRel(self
,arg0
):
367 val
= gdic
.wxDC_DeviceToLogicalYRel(self
.this
,arg0
)
369 def DrawArc(self
,arg0
,arg1
,arg2
,arg3
,arg4
,arg5
):
370 val
= gdic
.wxDC_DrawArc(self
.this
,arg0
,arg1
,arg2
,arg3
,arg4
,arg5
)
372 def DrawEllipse(self
,arg0
,arg1
,arg2
,arg3
):
373 val
= gdic
.wxDC_DrawEllipse(self
.this
,arg0
,arg1
,arg2
,arg3
)
375 def DrawEllipticArc(self
,arg0
,arg1
,arg2
,arg3
,arg4
,arg5
):
376 val
= gdic
.wxDC_DrawEllipticArc(self
.this
,arg0
,arg1
,arg2
,arg3
,arg4
,arg5
)
378 def DrawIcon(self
,arg0
,arg1
,arg2
):
379 val
= gdic
.wxDC_DrawIcon(self
.this
,arg0
.this
,arg1
,arg2
)
381 def DrawLine(self
,arg0
,arg1
,arg2
,arg3
):
382 val
= gdic
.wxDC_DrawLine(self
.this
,arg0
,arg1
,arg2
,arg3
)
384 def DrawLines(self
,arg0
,*args
):
385 argl
= map(None,args
)
386 try: argl
[0] = argl
[0].this
389 val
= apply(gdic
.wxDC_DrawLines
,(self
.this
,arg0
,)+args
)
391 def DrawPolygon(self
,arg0
,*args
):
392 argl
= map(None,args
)
393 try: argl
[0] = argl
[0].this
396 val
= apply(gdic
.wxDC_DrawPolygon
,(self
.this
,arg0
,)+args
)
398 def DrawPoint(self
,arg0
,arg1
):
399 val
= gdic
.wxDC_DrawPoint(self
.this
,arg0
,arg1
)
401 def DrawRectangle(self
,arg0
,arg1
,arg2
,arg3
):
402 val
= gdic
.wxDC_DrawRectangle(self
.this
,arg0
,arg1
,arg2
,arg3
)
404 def DrawRoundedRectangle(self
,arg0
,arg1
,arg2
,arg3
,*args
):
405 val
= apply(gdic
.wxDC_DrawRoundedRectangle
,(self
.this
,arg0
,arg1
,arg2
,arg3
,)+args
)
407 def DrawSpline(self
,arg0
,*args
):
408 argl
= map(None,args
)
409 try: argl
[0] = argl
[0].this
412 val
= apply(gdic
.wxDC_DrawSpline
,(self
.this
,arg0
,)+args
)
414 def DrawText(self
,arg0
,arg1
,arg2
):
415 val
= gdic
.wxDC_DrawText(self
.this
,arg0
,arg1
,arg2
)
418 val
= gdic
.wxDC_EndDoc(self
.this
)
420 def EndDrawing(self
):
421 val
= gdic
.wxDC_EndDrawing(self
.this
)
424 val
= gdic
.wxDC_EndPage(self
.this
)
426 def FloodFill(self
,arg0
,arg1
,arg2
,*args
):
427 val
= apply(gdic
.wxDC_FloodFill
,(self
.this
,arg0
,arg1
,arg2
.this
,)+args
)
429 def GetBackground(self
):
430 val
= gdic
.wxDC_GetBackground(self
.this
)
431 val
= wxBrushPtr(val
)
434 val
= gdic
.wxDC_GetBrush(self
.this
)
435 val
= wxBrushPtr(val
)
437 def GetCharHeight(self
):
438 val
= gdic
.wxDC_GetCharHeight(self
.this
)
440 def GetCharWidth(self
):
441 val
= gdic
.wxDC_GetCharWidth(self
.this
)
443 def GetClippingBox(self
):
444 val
= gdic
.wxDC_GetClippingBox(self
.this
)
447 val
= gdic
.wxDC_GetFont(self
.this
)
450 def GetLogicalFunction(self
):
451 val
= gdic
.wxDC_GetLogicalFunction(self
.this
)
453 def GetMapMode(self
):
454 val
= gdic
.wxDC_GetMapMode(self
.this
)
456 def GetOptimization(self
):
457 val
= gdic
.wxDC_GetOptimization(self
.this
)
460 val
= gdic
.wxDC_GetPen(self
.this
)
464 val
= gdic
.wxDC_GetSize(self
.this
)
466 def GetTextBackground(self
):
467 val
= gdic
.wxDC_GetTextBackground(self
.this
)
468 val
= wxColourPtr(val
)
470 def GetTextExtent(self
,arg0
):
471 val
= gdic
.wxDC_GetTextExtent(self
.this
,arg0
)
473 def GetTextForeground(self
):
474 val
= gdic
.wxDC_GetTextForeground(self
.this
)
475 val
= wxColourPtr(val
)
477 def LogicalToDeviceX(self
,arg0
):
478 val
= gdic
.wxDC_LogicalToDeviceX(self
.this
,arg0
)
480 def LogicalToDeviceXRel(self
,arg0
):
481 val
= gdic
.wxDC_LogicalToDeviceXRel(self
.this
,arg0
)
483 def LogicalToDeviceY(self
,arg0
):
484 val
= gdic
.wxDC_LogicalToDeviceY(self
.this
,arg0
)
486 def LogicalToDeviceYRel(self
,arg0
):
487 val
= gdic
.wxDC_LogicalToDeviceYRel(self
.this
,arg0
)
490 val
= gdic
.wxDC_MaxX(self
.this
)
493 val
= gdic
.wxDC_MaxY(self
.this
)
496 val
= gdic
.wxDC_MinX(self
.this
)
499 val
= gdic
.wxDC_MinY(self
.this
)
502 val
= gdic
.wxDC_Ok(self
.this
)
504 def SetDeviceOrigin(self
,arg0
,arg1
):
505 val
= gdic
.wxDC_SetDeviceOrigin(self
.this
,arg0
,arg1
)
507 def SetBackground(self
,arg0
):
508 val
= gdic
.wxDC_SetBackground(self
.this
,arg0
.this
)
510 def SetBackgroundMode(self
,arg0
):
511 val
= gdic
.wxDC_SetBackgroundMode(self
.this
,arg0
)
513 def SetClippingRegion(self
,arg0
,arg1
,arg2
,arg3
):
514 val
= gdic
.wxDC_SetClippingRegion(self
.this
,arg0
,arg1
,arg2
,arg3
)
516 def SetPalette(self
,arg0
):
517 val
= gdic
.wxDC_SetPalette(self
.this
,arg0
)
519 def SetBrush(self
,arg0
):
520 val
= gdic
.wxDC_SetBrush(self
.this
,arg0
.this
)
522 def SetFont(self
,arg0
):
523 val
= gdic
.wxDC_SetFont(self
.this
,arg0
.this
)
525 def SetLogicalFunction(self
,arg0
):
526 val
= gdic
.wxDC_SetLogicalFunction(self
.this
,arg0
)
528 def SetMapMode(self
,arg0
):
529 val
= gdic
.wxDC_SetMapMode(self
.this
,arg0
)
531 def SetOptimization(self
,arg0
):
532 val
= gdic
.wxDC_SetOptimization(self
.this
,arg0
)
534 def SetPen(self
,arg0
):
535 val
= gdic
.wxDC_SetPen(self
.this
,arg0
.this
)
537 def SetTextBackground(self
,arg0
):
538 val
= gdic
.wxDC_SetTextBackground(self
.this
,arg0
.this
)
540 def SetTextForeground(self
,arg0
):
541 val
= gdic
.wxDC_SetTextForeground(self
.this
,arg0
.this
)
543 def SetUserScale(self
,arg0
,arg1
):
544 val
= gdic
.wxDC_SetUserScale(self
.this
,arg0
,arg1
)
546 def StartDoc(self
,arg0
):
547 val
= gdic
.wxDC_StartDoc(self
.this
,arg0
)
550 val
= gdic
.wxDC_StartPage(self
.this
)
552 def GetPixel(self
,arg0
,arg1
):
553 val
= gdic
.wxDC_GetPixel(self
.this
,arg0
,arg1
)
554 val
= wxColourPtr(val
)
557 def DrawBitmap(self
,arg0
,arg1
,arg2
,*args
):
558 val
= apply(gdic
.wxDC_DrawBitmap
,(self
.this
,arg0
.this
,arg1
,arg2
,)+args
)
561 return "<C wxDC instance>"
564 self
.this
= gdic
.new_wxDC()
570 class wxMemoryDCPtr(wxDCPtr
):
571 def __init__(self
,this
):
574 def SelectObject(self
,arg0
):
575 val
= gdic
.wxMemoryDC_SelectObject(self
.this
,arg0
.this
)
578 return "<C wxMemoryDC instance>"
579 class wxMemoryDC(wxMemoryDCPtr
):
581 self
.this
= gdic
.new_wxMemoryDC()
587 class wxScreenDCPtr(wxDCPtr
):
588 def __init__(self
,this
):
591 def StartDrawingOnTop(self
,arg0
):
592 val
= gdic
.wxScreenDC_StartDrawingOnTop(self
.this
,arg0
.this
)
594 def StartDrawingOnTopRect(self
,*args
):
595 argl
= map(None,args
)
596 try: argl
[0] = argl
[0].this
599 val
= apply(gdic
.wxScreenDC_StartDrawingOnTopRect
,(self
.this
,)+args
)
601 def EndDrawingOnTop(self
):
602 val
= gdic
.wxScreenDC_EndDrawingOnTop(self
.this
)
605 return "<C wxScreenDC instance>"
606 class wxScreenDC(wxScreenDCPtr
):
608 self
.this
= gdic
.new_wxScreenDC()
614 class wxClientDCPtr(wxDCPtr
):
615 def __init__(self
,this
):
619 return "<C wxClientDC instance>"
620 class wxClientDC(wxClientDCPtr
):
621 def __init__(self
,arg0
) :
622 self
.this
= gdic
.new_wxClientDC(arg0
.this
)
628 class wxPaintDCPtr(wxDCPtr
):
629 def __init__(self
,this
):
633 return "<C wxPaintDC instance>"
634 class wxPaintDC(wxPaintDCPtr
):
635 def __init__(self
,arg0
) :
636 self
.this
= gdic
.new_wxPaintDC(arg0
.this
)
642 class wxPostScriptDCPtr(wxDCPtr
):
643 def __init__(self
,this
):
647 return "<C wxPostScriptDC instance>"
648 class wxPostScriptDC(wxPostScriptDCPtr
):
649 def __init__(self
,arg0
,*args
) :
650 argl
= map(None,args
)
651 try: argl
[1] = argl
[1].this
654 self
.this
= apply(gdic
.new_wxPostScriptDC
,(arg0
,)+args
)
660 class wxPrinterDCPtr(wxDCPtr
):
661 def __init__(self
,this
):
665 return "<C wxPrinterDC instance>"
666 class wxPrinterDC(wxPrinterDCPtr
):
667 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
668 self
.this
= apply(gdic
.new_wxPrinterDC
,(arg0
,arg1
,arg2
,)+args
)
674 class wxMetaFileDCPtr(wxDCPtr
):
675 def __init__(self
,this
):
679 val
= gdic
.wxMetaFileDC_Close(self
.this
)
682 return "<C wxMetaFileDC instance>"
683 class wxMetaFileDC(wxMetaFileDCPtr
):
684 def __init__(self
,*args
) :
685 self
.this
= apply(gdic
.new_wxMetaFileDC
,()+args
)
693 #-------------- FUNCTION WRAPPERS ------------------
695 def wxEmptyBitmap(arg0
,arg1
,*args
):
696 val
= apply(gdic
.wxEmptyBitmap
,(arg0
,arg1
,)+args
)
697 val
= wxBitmapPtr(val
)
701 def wxNoRefBitmap(arg0
,arg1
):
702 val
= gdic
.wxNoRefBitmap(arg0
,arg1
)
703 val
= wxBitmapPtr(val
)
706 def wxMaskColour(arg0
,arg1
):
707 val
= gdic
.wxMaskColour(arg0
.this
,arg1
.this
)
712 def wxStockCursor(arg0
):
713 val
= gdic
.wxStockCursor(arg0
)
714 val
= wxCursorPtr(val
)
718 def wxNamedColour(arg0
):
719 val
= gdic
.wxNamedColour(arg0
)
720 val
= wxColourPtr(val
)
724 def wxMemoryDCFromDC(arg0
):
725 val
= gdic
.wxMemoryDCFromDC(arg0
.this
)
726 val
= wxMemoryDCPtr(val
)
732 #-------------- VARIABLE WRAPPERS ------------------
735 wxNORMAL_FONT
= wxFontPtr(gdic
.cvar
.wxNORMAL_FONT
)
736 wxSMALL_FONT
= wxFontPtr(gdic
.cvar
.wxSMALL_FONT
)
737 wxITALIC_FONT
= wxFontPtr(gdic
.cvar
.wxITALIC_FONT
)
738 wxSWISS_FONT
= wxFontPtr(gdic
.cvar
.wxSWISS_FONT
)
739 wxRED_PEN
= wxPenPtr(gdic
.cvar
.wxRED_PEN
)
740 wxCYAN_PEN
= wxPenPtr(gdic
.cvar
.wxCYAN_PEN
)
741 wxGREEN_PEN
= wxPenPtr(gdic
.cvar
.wxGREEN_PEN
)
742 wxBLACK_PEN
= wxPenPtr(gdic
.cvar
.wxBLACK_PEN
)
743 wxWHITE_PEN
= wxPenPtr(gdic
.cvar
.wxWHITE_PEN
)
744 wxTRANSPARENT_PEN
= wxPenPtr(gdic
.cvar
.wxTRANSPARENT_PEN
)
745 wxBLACK_DASHED_PEN
= wxPenPtr(gdic
.cvar
.wxBLACK_DASHED_PEN
)
746 wxGREY_PEN
= wxPenPtr(gdic
.cvar
.wxGREY_PEN
)
747 wxMEDIUM_GREY_PEN
= wxPenPtr(gdic
.cvar
.wxMEDIUM_GREY_PEN
)
748 wxLIGHT_GREY_PEN
= wxPenPtr(gdic
.cvar
.wxLIGHT_GREY_PEN
)
749 wxBLUE_BRUSH
= wxBrushPtr(gdic
.cvar
.wxBLUE_BRUSH
)
750 wxGREEN_BRUSH
= wxBrushPtr(gdic
.cvar
.wxGREEN_BRUSH
)
751 wxWHITE_BRUSH
= wxBrushPtr(gdic
.cvar
.wxWHITE_BRUSH
)
752 wxBLACK_BRUSH
= wxBrushPtr(gdic
.cvar
.wxBLACK_BRUSH
)
753 wxTRANSPARENT_BRUSH
= wxBrushPtr(gdic
.cvar
.wxTRANSPARENT_BRUSH
)
754 wxCYAN_BRUSH
= wxBrushPtr(gdic
.cvar
.wxCYAN_BRUSH
)
755 wxRED_BRUSH
= wxBrushPtr(gdic
.cvar
.wxRED_BRUSH
)
756 wxGREY_BRUSH
= wxBrushPtr(gdic
.cvar
.wxGREY_BRUSH
)
757 wxMEDIUM_GREY_BRUSH
= wxBrushPtr(gdic
.cvar
.wxMEDIUM_GREY_BRUSH
)
758 wxLIGHT_GREY_BRUSH
= wxBrushPtr(gdic
.cvar
.wxLIGHT_GREY_BRUSH
)
759 wxBLACK
= wxColourPtr(gdic
.cvar
.wxBLACK
)
760 wxWHITE
= wxColourPtr(gdic
.cvar
.wxWHITE
)
761 wxRED
= wxColourPtr(gdic
.cvar
.wxRED
)
762 wxBLUE
= wxColourPtr(gdic
.cvar
.wxBLUE
)
763 wxGREEN
= wxColourPtr(gdic
.cvar
.wxGREEN
)
764 wxCYAN
= wxColourPtr(gdic
.cvar
.wxCYAN
)
765 wxLIGHT_GREY
= wxColourPtr(gdic
.cvar
.wxLIGHT_GREY
)
766 wxSTANDARD_CURSOR
= wxCursorPtr(gdic
.cvar
.wxSTANDARD_CURSOR
)
767 wxHOURGLASS_CURSOR
= wxCursorPtr(gdic
.cvar
.wxHOURGLASS_CURSOR
)
768 wxCROSS_CURSOR
= wxCursorPtr(gdic
.cvar
.wxCROSS_CURSOR
)
769 wxNullBitmap
= wxBitmapPtr(gdic
.cvar
.wxNullBitmap
)
770 wxNullIcon
= wxIconPtr(gdic
.cvar
.wxNullIcon
)
771 wxNullCursor
= wxCursorPtr(gdic
.cvar
.wxNullCursor
)
772 wxNullPen
= wxPenPtr(gdic
.cvar
.wxNullPen
)
773 wxNullBrush
= wxBrushPtr(gdic
.cvar
.wxNullBrush
)
774 wxNullFont
= wxFontPtr(gdic
.cvar
.wxNullFont
)
775 wxNullColour
= wxColourPtr(gdic
.cvar
.wxNullColour
)