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
)
247 def GetDashes(self
,arg0
):
248 val
= gdic
.wxPen_GetDashes(self
.this
,arg0
)
250 def GetStipple(self
):
251 val
= gdic
.wxPen_GetStipple(self
.this
)
252 val
= wxBitmapPtr(val
)
255 val
= gdic
.wxPen_GetJoin(self
.this
)
258 val
= gdic
.wxPen_GetStyle(self
.this
)
261 val
= gdic
.wxPen_GetWidth(self
.this
)
264 val
= gdic
.wxPen_Ok(self
.this
)
266 def SetCap(self
,arg0
):
267 val
= gdic
.wxPen_SetCap(self
.this
,arg0
)
269 def SetColour(self
,arg0
):
270 val
= gdic
.wxPen_SetColour(self
.this
,arg0
.this
)
272 def SetDashes(self
,arg0
,*args
):
273 val
= apply(gdic
.wxPen_SetDashes
,(self
.this
,arg0
,)+args
)
275 def SetStipple(self
,arg0
):
276 val
= gdic
.wxPen_SetStipple(self
.this
,arg0
.this
)
278 def SetJoin(self
,arg0
):
279 val
= gdic
.wxPen_SetJoin(self
.this
,arg0
)
281 def SetStyle(self
,arg0
):
282 val
= gdic
.wxPen_SetStyle(self
.this
,arg0
)
284 def SetWidth(self
,arg0
):
285 val
= gdic
.wxPen_SetWidth(self
.this
,arg0
)
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 GetBackground(self
):
426 val
= gdic
.wxDC_GetBackground(self
.this
)
427 val
= wxBrushPtr(val
)
430 val
= gdic
.wxDC_GetBrush(self
.this
)
431 val
= wxBrushPtr(val
)
433 def GetCharHeight(self
):
434 val
= gdic
.wxDC_GetCharHeight(self
.this
)
436 def GetCharWidth(self
):
437 val
= gdic
.wxDC_GetCharWidth(self
.this
)
439 def GetClippingBox(self
):
440 val
= gdic
.wxDC_GetClippingBox(self
.this
)
443 val
= gdic
.wxDC_GetFont(self
.this
)
446 def GetLogicalFunction(self
):
447 val
= gdic
.wxDC_GetLogicalFunction(self
.this
)
449 def GetMapMode(self
):
450 val
= gdic
.wxDC_GetMapMode(self
.this
)
452 def GetOptimization(self
):
453 val
= gdic
.wxDC_GetOptimization(self
.this
)
456 val
= gdic
.wxDC_GetPen(self
.this
)
459 def GetPixel(self
,arg0
,arg1
):
460 val
= gdic
.wxDC_GetPixel(self
.this
,arg0
,arg1
)
461 val
= wxColourPtr(val
)
465 val
= gdic
.wxDC_GetSize(self
.this
)
467 def GetTextBackground(self
):
468 val
= gdic
.wxDC_GetTextBackground(self
.this
)
469 val
= wxColourPtr(val
)
471 def GetTextExtent(self
,arg0
):
472 val
= gdic
.wxDC_GetTextExtent(self
.this
,arg0
)
474 def GetTextForeground(self
):
475 val
= gdic
.wxDC_GetTextForeground(self
.this
)
476 val
= wxColourPtr(val
)
478 def LogicalToDeviceX(self
,arg0
):
479 val
= gdic
.wxDC_LogicalToDeviceX(self
.this
,arg0
)
481 def LogicalToDeviceXRel(self
,arg0
):
482 val
= gdic
.wxDC_LogicalToDeviceXRel(self
.this
,arg0
)
484 def LogicalToDeviceY(self
,arg0
):
485 val
= gdic
.wxDC_LogicalToDeviceY(self
.this
,arg0
)
487 def LogicalToDeviceYRel(self
,arg0
):
488 val
= gdic
.wxDC_LogicalToDeviceYRel(self
.this
,arg0
)
491 val
= gdic
.wxDC_MaxX(self
.this
)
494 val
= gdic
.wxDC_MaxY(self
.this
)
497 val
= gdic
.wxDC_MinX(self
.this
)
500 val
= gdic
.wxDC_MinY(self
.this
)
503 val
= gdic
.wxDC_Ok(self
.this
)
505 def SetDeviceOrigin(self
,arg0
,arg1
):
506 val
= gdic
.wxDC_SetDeviceOrigin(self
.this
,arg0
,arg1
)
508 def SetBackground(self
,arg0
):
509 val
= gdic
.wxDC_SetBackground(self
.this
,arg0
.this
)
511 def SetBackgroundMode(self
,arg0
):
512 val
= gdic
.wxDC_SetBackgroundMode(self
.this
,arg0
)
514 def SetClippingRegion(self
,arg0
,arg1
,arg2
,arg3
):
515 val
= gdic
.wxDC_SetClippingRegion(self
.this
,arg0
,arg1
,arg2
,arg3
)
517 def SetPalette(self
,arg0
):
518 val
= gdic
.wxDC_SetPalette(self
.this
,arg0
.this
)
520 def SetBrush(self
,arg0
):
521 val
= gdic
.wxDC_SetBrush(self
.this
,arg0
.this
)
523 def SetFont(self
,arg0
):
524 val
= gdic
.wxDC_SetFont(self
.this
,arg0
.this
)
526 def SetLogicalFunction(self
,arg0
):
527 val
= gdic
.wxDC_SetLogicalFunction(self
.this
,arg0
)
529 def SetMapMode(self
,arg0
):
530 val
= gdic
.wxDC_SetMapMode(self
.this
,arg0
)
532 def SetOptimization(self
,arg0
):
533 val
= gdic
.wxDC_SetOptimization(self
.this
,arg0
)
535 def SetPen(self
,arg0
):
536 val
= gdic
.wxDC_SetPen(self
.this
,arg0
.this
)
538 def SetTextBackground(self
,arg0
):
539 val
= gdic
.wxDC_SetTextBackground(self
.this
,arg0
.this
)
541 def SetTextForeground(self
,arg0
):
542 val
= gdic
.wxDC_SetTextForeground(self
.this
,arg0
.this
)
544 def SetUserScale(self
,arg0
,arg1
):
545 val
= gdic
.wxDC_SetUserScale(self
.this
,arg0
,arg1
)
547 def StartDoc(self
,arg0
):
548 val
= gdic
.wxDC_StartDoc(self
.this
,arg0
)
551 val
= gdic
.wxDC_StartPage(self
.this
)
553 def DrawBitmap(self
,arg0
,arg1
,arg2
,*args
):
554 val
= apply(gdic
.wxDC_DrawBitmap
,(self
.this
,arg0
.this
,arg1
,arg2
,)+args
)
557 return "<C wxDC instance>"
559 def __init__(self
,this
):
565 class wxMemoryDCPtr(wxDCPtr
):
566 def __init__(self
,this
):
569 def SelectObject(self
,arg0
):
570 val
= gdic
.wxMemoryDC_SelectObject(self
.this
,arg0
.this
)
573 return "<C wxMemoryDC instance>"
574 class wxMemoryDC(wxMemoryDCPtr
):
576 self
.this
= gdic
.new_wxMemoryDC()
582 class wxScreenDCPtr(wxDCPtr
):
583 def __init__(self
,this
):
586 def StartDrawingOnTop(self
,arg0
):
587 val
= gdic
.wxScreenDC_StartDrawingOnTop(self
.this
,arg0
.this
)
589 def StartDrawingOnTopRect(self
,*args
):
590 argl
= map(None,args
)
591 try: argl
[0] = argl
[0].this
594 val
= apply(gdic
.wxScreenDC_StartDrawingOnTopRect
,(self
.this
,)+args
)
596 def EndDrawingOnTop(self
):
597 val
= gdic
.wxScreenDC_EndDrawingOnTop(self
.this
)
600 return "<C wxScreenDC instance>"
601 class wxScreenDC(wxScreenDCPtr
):
603 self
.this
= gdic
.new_wxScreenDC()
609 class wxClientDCPtr(wxDCPtr
):
610 def __init__(self
,this
):
614 return "<C wxClientDC instance>"
615 class wxClientDC(wxClientDCPtr
):
616 def __init__(self
,arg0
) :
617 self
.this
= gdic
.new_wxClientDC(arg0
.this
)
623 class wxPaintDCPtr(wxDCPtr
):
624 def __init__(self
,this
):
628 return "<C wxPaintDC instance>"
629 class wxPaintDC(wxPaintDCPtr
):
630 def __init__(self
,arg0
) :
631 self
.this
= gdic
.new_wxPaintDC(arg0
.this
)
637 class wxWindowDCPtr(wxDCPtr
):
638 def __init__(self
,this
):
642 return "<C wxWindowDC instance>"
643 class wxWindowDC(wxWindowDCPtr
):
644 def __init__(self
,arg0
) :
645 self
.this
= gdic
.new_wxWindowDC(arg0
.this
)
651 class wxPrinterDCPtr(wxDCPtr
):
652 def __init__(self
,this
):
656 return "<C wxPrinterDC instance>"
657 class wxPrinterDC(wxPrinterDCPtr
):
658 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
659 self
.this
= apply(gdic
.new_wxPrinterDC
,(arg0
,arg1
,arg2
,)+args
)
665 class wxMetaFileDCPtr(wxDCPtr
):
666 def __init__(self
,this
):
670 val
= gdic
.wxMetaFileDC_Close(self
.this
)
673 return "<C wxMetaFileDC instance>"
674 class wxMetaFileDC(wxMetaFileDCPtr
):
675 def __init__(self
,*args
) :
676 self
.this
= apply(gdic
.new_wxMetaFileDC
,()+args
)
683 def __init__(self
,this
):
687 if self
.thisown
== 1 :
688 gdic
.delete_wxPalette(self
.this
)
689 def GetPixel(self
,arg0
,arg1
,arg2
):
690 val
= gdic
.wxPalette_GetPixel(self
.this
,arg0
,arg1
,arg2
)
692 def GetRGB(self
,arg0
,arg1
,arg2
,arg3
):
693 val
= gdic
.wxPalette_GetRGB(self
.this
,arg0
,arg1
,arg2
,arg3
)
696 val
= gdic
.wxPalette_Ok(self
.this
)
699 return "<C wxPalette instance>"
700 class wxPalette(wxPalettePtr
):
701 def __init__(self
,arg0
,arg1
,arg2
) :
702 self
.this
= gdic
.new_wxPalette(arg0
,arg1
,arg2
)
710 #-------------- FUNCTION WRAPPERS ------------------
712 def wxEmptyBitmap(arg0
,arg1
,*args
):
713 val
= apply(gdic
.wxEmptyBitmap
,(arg0
,arg1
,)+args
)
714 val
= wxBitmapPtr(val
)
718 def wxNoRefBitmap(arg0
,arg1
):
719 val
= gdic
.wxNoRefBitmap(arg0
,arg1
)
720 val
= wxBitmapPtr(val
)
723 def wxMaskColour(arg0
,arg1
):
724 val
= gdic
.wxMaskColour(arg0
.this
,arg1
.this
)
729 def wxStockCursor(arg0
):
730 val
= gdic
.wxStockCursor(arg0
)
731 val
= wxCursorPtr(val
)
735 def wxNamedColour(arg0
):
736 val
= gdic
.wxNamedColour(arg0
)
737 val
= wxColourPtr(val
)
741 def wxMemoryDCFromDC(arg0
):
742 val
= gdic
.wxMemoryDCFromDC(arg0
.this
)
743 val
= wxMemoryDCPtr(val
)
749 #-------------- VARIABLE WRAPPERS ------------------
752 wxNORMAL_FONT
= wxFontPtr(gdic
.cvar
.wxNORMAL_FONT
)
753 wxSMALL_FONT
= wxFontPtr(gdic
.cvar
.wxSMALL_FONT
)
754 wxITALIC_FONT
= wxFontPtr(gdic
.cvar
.wxITALIC_FONT
)
755 wxSWISS_FONT
= wxFontPtr(gdic
.cvar
.wxSWISS_FONT
)
756 wxRED_PEN
= wxPenPtr(gdic
.cvar
.wxRED_PEN
)
757 wxCYAN_PEN
= wxPenPtr(gdic
.cvar
.wxCYAN_PEN
)
758 wxGREEN_PEN
= wxPenPtr(gdic
.cvar
.wxGREEN_PEN
)
759 wxBLACK_PEN
= wxPenPtr(gdic
.cvar
.wxBLACK_PEN
)
760 wxWHITE_PEN
= wxPenPtr(gdic
.cvar
.wxWHITE_PEN
)
761 wxTRANSPARENT_PEN
= wxPenPtr(gdic
.cvar
.wxTRANSPARENT_PEN
)
762 wxBLACK_DASHED_PEN
= wxPenPtr(gdic
.cvar
.wxBLACK_DASHED_PEN
)
763 wxGREY_PEN
= wxPenPtr(gdic
.cvar
.wxGREY_PEN
)
764 wxMEDIUM_GREY_PEN
= wxPenPtr(gdic
.cvar
.wxMEDIUM_GREY_PEN
)
765 wxLIGHT_GREY_PEN
= wxPenPtr(gdic
.cvar
.wxLIGHT_GREY_PEN
)
766 wxBLUE_BRUSH
= wxBrushPtr(gdic
.cvar
.wxBLUE_BRUSH
)
767 wxGREEN_BRUSH
= wxBrushPtr(gdic
.cvar
.wxGREEN_BRUSH
)
768 wxWHITE_BRUSH
= wxBrushPtr(gdic
.cvar
.wxWHITE_BRUSH
)
769 wxBLACK_BRUSH
= wxBrushPtr(gdic
.cvar
.wxBLACK_BRUSH
)
770 wxTRANSPARENT_BRUSH
= wxBrushPtr(gdic
.cvar
.wxTRANSPARENT_BRUSH
)
771 wxCYAN_BRUSH
= wxBrushPtr(gdic
.cvar
.wxCYAN_BRUSH
)
772 wxRED_BRUSH
= wxBrushPtr(gdic
.cvar
.wxRED_BRUSH
)
773 wxGREY_BRUSH
= wxBrushPtr(gdic
.cvar
.wxGREY_BRUSH
)
774 wxMEDIUM_GREY_BRUSH
= wxBrushPtr(gdic
.cvar
.wxMEDIUM_GREY_BRUSH
)
775 wxLIGHT_GREY_BRUSH
= wxBrushPtr(gdic
.cvar
.wxLIGHT_GREY_BRUSH
)
776 wxBLACK
= wxColourPtr(gdic
.cvar
.wxBLACK
)
777 wxWHITE
= wxColourPtr(gdic
.cvar
.wxWHITE
)
778 wxRED
= wxColourPtr(gdic
.cvar
.wxRED
)
779 wxBLUE
= wxColourPtr(gdic
.cvar
.wxBLUE
)
780 wxGREEN
= wxColourPtr(gdic
.cvar
.wxGREEN
)
781 wxCYAN
= wxColourPtr(gdic
.cvar
.wxCYAN
)
782 wxLIGHT_GREY
= wxColourPtr(gdic
.cvar
.wxLIGHT_GREY
)
783 wxSTANDARD_CURSOR
= wxCursorPtr(gdic
.cvar
.wxSTANDARD_CURSOR
)
784 wxHOURGLASS_CURSOR
= wxCursorPtr(gdic
.cvar
.wxHOURGLASS_CURSOR
)
785 wxCROSS_CURSOR
= wxCursorPtr(gdic
.cvar
.wxCROSS_CURSOR
)
786 wxNullBitmap
= wxBitmapPtr(gdic
.cvar
.wxNullBitmap
)
787 wxNullIcon
= wxIconPtr(gdic
.cvar
.wxNullIcon
)
788 wxNullCursor
= wxCursorPtr(gdic
.cvar
.wxNullCursor
)
789 wxNullPen
= wxPenPtr(gdic
.cvar
.wxNullPen
)
790 wxNullBrush
= wxBrushPtr(gdic
.cvar
.wxNullBrush
)
791 wxNullFont
= wxFontPtr(gdic
.cvar
.wxNullFont
)
792 wxNullColour
= wxColourPtr(gdic
.cvar
.wxNullColour
)