1 # This file was created automatically by SWIG.
5 class wxGDIObjectPtr(wxObjectPtr
):
6 def __init__(self
,this
):
9 def __del__(self
,gdic
=gdic
):
10 if self
.thisown
== 1 :
11 gdic
.delete_wxGDIObject(self
)
12 def GetVisible(self
, *_args
, **_kwargs
):
13 val
= apply(gdic
.wxGDIObject_GetVisible
,(self
,) + _args
, _kwargs
)
15 def SetVisible(self
, *_args
, **_kwargs
):
16 val
= apply(gdic
.wxGDIObject_SetVisible
,(self
,) + _args
, _kwargs
)
18 def IsNull(self
, *_args
, **_kwargs
):
19 val
= apply(gdic
.wxGDIObject_IsNull
,(self
,) + _args
, _kwargs
)
22 return "<C wxGDIObject instance at %s>" % (self
.this
,)
23 class wxGDIObject(wxGDIObjectPtr
):
24 def __init__(self
,*_args
,**_kwargs
):
25 self
.this
= apply(gdic
.new_wxGDIObject
,_args
,_kwargs
)
31 class wxBitmapPtr(wxGDIObjectPtr
):
32 def __init__(self
,this
):
35 def __del__(self
,gdic
=gdic
):
36 if self
.thisown
== 1 :
37 gdic
.delete_wxBitmap(self
)
38 def GetPalette(self
, *_args
, **_kwargs
):
39 val
= apply(gdic
.wxBitmap_GetPalette
,(self
,) + _args
, _kwargs
)
40 if val
: val
= wxPalettePtr(val
)
42 def GetMask(self
, *_args
, **_kwargs
):
43 val
= apply(gdic
.wxBitmap_GetMask
,(self
,) + _args
, _kwargs
)
44 if val
: val
= wxMaskPtr(val
)
46 def LoadFile(self
, *_args
, **_kwargs
):
47 val
= apply(gdic
.wxBitmap_LoadFile
,(self
,) + _args
, _kwargs
)
49 def SaveFile(self
, *_args
, **_kwargs
):
50 val
= apply(gdic
.wxBitmap_SaveFile
,(self
,) + _args
, _kwargs
)
52 def SetMask(self
, *_args
, **_kwargs
):
53 val
= apply(gdic
.wxBitmap_SetMask
,(self
,) + _args
, _kwargs
)
55 def SetPalette(self
, *_args
, **_kwargs
):
56 val
= apply(gdic
.wxBitmap_SetPalette
,(self
,) + _args
, _kwargs
)
58 def GetHandle(self
, *_args
, **_kwargs
):
59 val
= apply(gdic
.wxBitmap_GetHandle
,(self
,) + _args
, _kwargs
)
61 def SetHandle(self
, *_args
, **_kwargs
):
62 val
= apply(gdic
.wxBitmap_SetHandle
,(self
,) + _args
, _kwargs
)
64 def Ok(self
, *_args
, **_kwargs
):
65 val
= apply(gdic
.wxBitmap_Ok
,(self
,) + _args
, _kwargs
)
67 def GetWidth(self
, *_args
, **_kwargs
):
68 val
= apply(gdic
.wxBitmap_GetWidth
,(self
,) + _args
, _kwargs
)
70 def GetHeight(self
, *_args
, **_kwargs
):
71 val
= apply(gdic
.wxBitmap_GetHeight
,(self
,) + _args
, _kwargs
)
73 def GetDepth(self
, *_args
, **_kwargs
):
74 val
= apply(gdic
.wxBitmap_GetDepth
,(self
,) + _args
, _kwargs
)
76 def SetWidth(self
, *_args
, **_kwargs
):
77 val
= apply(gdic
.wxBitmap_SetWidth
,(self
,) + _args
, _kwargs
)
79 def SetHeight(self
, *_args
, **_kwargs
):
80 val
= apply(gdic
.wxBitmap_SetHeight
,(self
,) + _args
, _kwargs
)
82 def SetDepth(self
, *_args
, **_kwargs
):
83 val
= apply(gdic
.wxBitmap_SetDepth
,(self
,) + _args
, _kwargs
)
85 def SetSize(self
, *_args
, **_kwargs
):
86 val
= apply(gdic
.wxBitmap_SetSize
,(self
,) + _args
, _kwargs
)
88 def GetSubBitmap(self
, *_args
, **_kwargs
):
89 val
= apply(gdic
.wxBitmap_GetSubBitmap
,(self
,) + _args
, _kwargs
)
90 if val
: val
= wxBitmapPtr(val
) ; val
.thisown
= 1
92 def CopyFromIcon(self
, *_args
, **_kwargs
):
93 val
= apply(gdic
.wxBitmap_CopyFromIcon
,(self
,) + _args
, _kwargs
)
95 def CopyFromCursor(self
, *_args
, **_kwargs
):
96 val
= apply(gdic
.wxBitmap_CopyFromCursor
,(self
,) + _args
, _kwargs
)
98 def GetQuality(self
, *_args
, **_kwargs
):
99 val
= apply(gdic
.wxBitmap_GetQuality
,(self
,) + _args
, _kwargs
)
101 def SetQuality(self
, *_args
, **_kwargs
):
102 val
= apply(gdic
.wxBitmap_SetQuality
,(self
,) + _args
, _kwargs
)
105 return "<C wxBitmap instance at %s>" % (self
.this
,)
107 def __del__(self
,gdic
=gdic
):
109 if self
.thisown
== 1 :
110 gdic
.delete_wxBitmap(self
)
114 class wxBitmap(wxBitmapPtr
):
115 def __init__(self
,*_args
,**_kwargs
):
116 self
.this
= apply(gdic
.new_wxBitmap
,_args
,_kwargs
)
122 class wxMaskPtr(wxObjectPtr
):
123 def __init__(self
,this
):
126 def Destroy(self
, *_args
, **_kwargs
):
127 val
= apply(gdic
.wxMask_Destroy
,(self
,) + _args
, _kwargs
)
130 return "<C wxMask instance at %s>" % (self
.this
,)
131 class wxMask(wxMaskPtr
):
132 def __init__(self
,*_args
,**_kwargs
):
133 self
.this
= apply(gdic
.new_wxMask
,_args
,_kwargs
)
139 class wxIconPtr(wxGDIObjectPtr
):
140 def __init__(self
,this
):
143 def __del__(self
,gdic
=gdic
):
144 if self
.thisown
== 1 :
145 gdic
.delete_wxIcon(self
)
146 def LoadFile(self
, *_args
, **_kwargs
):
147 val
= apply(gdic
.wxIcon_LoadFile
,(self
,) + _args
, _kwargs
)
149 def GetHandle(self
, *_args
, **_kwargs
):
150 val
= apply(gdic
.wxIcon_GetHandle
,(self
,) + _args
, _kwargs
)
152 def SetHandle(self
, *_args
, **_kwargs
):
153 val
= apply(gdic
.wxIcon_SetHandle
,(self
,) + _args
, _kwargs
)
155 def Ok(self
, *_args
, **_kwargs
):
156 val
= apply(gdic
.wxIcon_Ok
,(self
,) + _args
, _kwargs
)
158 def GetWidth(self
, *_args
, **_kwargs
):
159 val
= apply(gdic
.wxIcon_GetWidth
,(self
,) + _args
, _kwargs
)
161 def GetHeight(self
, *_args
, **_kwargs
):
162 val
= apply(gdic
.wxIcon_GetHeight
,(self
,) + _args
, _kwargs
)
164 def GetDepth(self
, *_args
, **_kwargs
):
165 val
= apply(gdic
.wxIcon_GetDepth
,(self
,) + _args
, _kwargs
)
167 def SetWidth(self
, *_args
, **_kwargs
):
168 val
= apply(gdic
.wxIcon_SetWidth
,(self
,) + _args
, _kwargs
)
170 def SetHeight(self
, *_args
, **_kwargs
):
171 val
= apply(gdic
.wxIcon_SetHeight
,(self
,) + _args
, _kwargs
)
173 def SetDepth(self
, *_args
, **_kwargs
):
174 val
= apply(gdic
.wxIcon_SetDepth
,(self
,) + _args
, _kwargs
)
176 def SetSize(self
, *_args
, **_kwargs
):
177 val
= apply(gdic
.wxIcon_SetSize
,(self
,) + _args
, _kwargs
)
179 def CopyFromBitmap(self
, *_args
, **_kwargs
):
180 val
= apply(gdic
.wxIcon_CopyFromBitmap
,(self
,) + _args
, _kwargs
)
183 return "<C wxIcon instance at %s>" % (self
.this
,)
185 def __del__(self
,gdic
=gdic
):
187 if self
.thisown
== 1 :
188 gdic
.delete_wxIcon(self
)
192 class wxIcon(wxIconPtr
):
193 def __init__(self
,*_args
,**_kwargs
):
194 self
.this
= apply(gdic
.new_wxIcon
,_args
,_kwargs
)
200 class wxCursorPtr(wxGDIObjectPtr
):
201 def __init__(self
,this
):
204 def __del__(self
,gdic
=gdic
):
205 if self
.thisown
== 1 :
206 gdic
.delete_wxCursor(self
)
207 def GetHandle(self
, *_args
, **_kwargs
):
208 val
= apply(gdic
.wxCursor_GetHandle
,(self
,) + _args
, _kwargs
)
210 def SetHandle(self
, *_args
, **_kwargs
):
211 val
= apply(gdic
.wxCursor_SetHandle
,(self
,) + _args
, _kwargs
)
213 def Ok(self
, *_args
, **_kwargs
):
214 val
= apply(gdic
.wxCursor_Ok
,(self
,) + _args
, _kwargs
)
216 def GetWidth(self
, *_args
, **_kwargs
):
217 val
= apply(gdic
.wxCursor_GetWidth
,(self
,) + _args
, _kwargs
)
219 def GetHeight(self
, *_args
, **_kwargs
):
220 val
= apply(gdic
.wxCursor_GetHeight
,(self
,) + _args
, _kwargs
)
222 def GetDepth(self
, *_args
, **_kwargs
):
223 val
= apply(gdic
.wxCursor_GetDepth
,(self
,) + _args
, _kwargs
)
225 def SetWidth(self
, *_args
, **_kwargs
):
226 val
= apply(gdic
.wxCursor_SetWidth
,(self
,) + _args
, _kwargs
)
228 def SetHeight(self
, *_args
, **_kwargs
):
229 val
= apply(gdic
.wxCursor_SetHeight
,(self
,) + _args
, _kwargs
)
231 def SetDepth(self
, *_args
, **_kwargs
):
232 val
= apply(gdic
.wxCursor_SetDepth
,(self
,) + _args
, _kwargs
)
234 def SetSize(self
, *_args
, **_kwargs
):
235 val
= apply(gdic
.wxCursor_SetSize
,(self
,) + _args
, _kwargs
)
238 return "<C wxCursor instance at %s>" % (self
.this
,)
239 class wxCursor(wxCursorPtr
):
240 def __init__(self
,*_args
,**_kwargs
):
241 self
.this
= apply(gdic
.new_wxCursor
,_args
,_kwargs
)
247 class wxNativeFontInfoPtr
:
248 def __init__(self
,this
):
251 def Init(self
, *_args
, **_kwargs
):
252 val
= apply(gdic
.wxNativeFontInfo_Init
,(self
,) + _args
, _kwargs
)
254 def GetPointSize(self
, *_args
, **_kwargs
):
255 val
= apply(gdic
.wxNativeFontInfo_GetPointSize
,(self
,) + _args
, _kwargs
)
257 def GetStyle(self
, *_args
, **_kwargs
):
258 val
= apply(gdic
.wxNativeFontInfo_GetStyle
,(self
,) + _args
, _kwargs
)
260 def GetWeight(self
, *_args
, **_kwargs
):
261 val
= apply(gdic
.wxNativeFontInfo_GetWeight
,(self
,) + _args
, _kwargs
)
263 def GetUnderlined(self
, *_args
, **_kwargs
):
264 val
= apply(gdic
.wxNativeFontInfo_GetUnderlined
,(self
,) + _args
, _kwargs
)
266 def GetFaceName(self
, *_args
, **_kwargs
):
267 val
= apply(gdic
.wxNativeFontInfo_GetFaceName
,(self
,) + _args
, _kwargs
)
269 def GetFamily(self
, *_args
, **_kwargs
):
270 val
= apply(gdic
.wxNativeFontInfo_GetFamily
,(self
,) + _args
, _kwargs
)
272 def GetEncoding(self
, *_args
, **_kwargs
):
273 val
= apply(gdic
.wxNativeFontInfo_GetEncoding
,(self
,) + _args
, _kwargs
)
275 def SetPointSize(self
, *_args
, **_kwargs
):
276 val
= apply(gdic
.wxNativeFontInfo_SetPointSize
,(self
,) + _args
, _kwargs
)
278 def SetStyle(self
, *_args
, **_kwargs
):
279 val
= apply(gdic
.wxNativeFontInfo_SetStyle
,(self
,) + _args
, _kwargs
)
281 def SetWeight(self
, *_args
, **_kwargs
):
282 val
= apply(gdic
.wxNativeFontInfo_SetWeight
,(self
,) + _args
, _kwargs
)
284 def SetUnderlined(self
, *_args
, **_kwargs
):
285 val
= apply(gdic
.wxNativeFontInfo_SetUnderlined
,(self
,) + _args
, _kwargs
)
287 def SetFaceName(self
, *_args
, **_kwargs
):
288 val
= apply(gdic
.wxNativeFontInfo_SetFaceName
,(self
,) + _args
, _kwargs
)
290 def SetFamily(self
, *_args
, **_kwargs
):
291 val
= apply(gdic
.wxNativeFontInfo_SetFamily
,(self
,) + _args
, _kwargs
)
293 def SetEncoding(self
, *_args
, **_kwargs
):
294 val
= apply(gdic
.wxNativeFontInfo_SetEncoding
,(self
,) + _args
, _kwargs
)
296 def FromString(self
, *_args
, **_kwargs
):
297 val
= apply(gdic
.wxNativeFontInfo_FromString
,(self
,) + _args
, _kwargs
)
299 def ToString(self
, *_args
, **_kwargs
):
300 val
= apply(gdic
.wxNativeFontInfo_ToString
,(self
,) + _args
, _kwargs
)
302 def __str__(self
, *_args
, **_kwargs
):
303 val
= apply(gdic
.wxNativeFontInfo___str__
,(self
,) + _args
, _kwargs
)
305 def FromUserString(self
, *_args
, **_kwargs
):
306 val
= apply(gdic
.wxNativeFontInfo_FromUserString
,(self
,) + _args
, _kwargs
)
308 def ToUserString(self
, *_args
, **_kwargs
):
309 val
= apply(gdic
.wxNativeFontInfo_ToUserString
,(self
,) + _args
, _kwargs
)
312 return "<C wxNativeFontInfo instance at %s>" % (self
.this
,)
313 class wxNativeFontInfo(wxNativeFontInfoPtr
):
314 def __init__(self
,*_args
,**_kwargs
):
315 self
.this
= apply(gdic
.new_wxNativeFontInfo
,_args
,_kwargs
)
321 class wxFontMapperPtr
:
322 def __init__(self
,this
):
325 def __del__(self
,gdic
=gdic
):
326 if self
.thisown
== 1 :
327 gdic
.delete_wxFontMapper(self
)
328 def GetAltForEncoding(self
, *_args
, **_kwargs
):
329 val
= apply(gdic
.wxFontMapper_GetAltForEncoding
,(self
,) + _args
, _kwargs
)
331 def IsEncodingAvailable(self
, *_args
, **_kwargs
):
332 val
= apply(gdic
.wxFontMapper_IsEncodingAvailable
,(self
,) + _args
, _kwargs
)
334 def CharsetToEncoding(self
, *_args
, **_kwargs
):
335 val
= apply(gdic
.wxFontMapper_CharsetToEncoding
,(self
,) + _args
, _kwargs
)
337 def SetDialogParent(self
, *_args
, **_kwargs
):
338 val
= apply(gdic
.wxFontMapper_SetDialogParent
,(self
,) + _args
, _kwargs
)
340 def SetDialogTitle(self
, *_args
, **_kwargs
):
341 val
= apply(gdic
.wxFontMapper_SetDialogTitle
,(self
,) + _args
, _kwargs
)
343 def SetConfig(self
, *_args
, **_kwargs
):
344 val
= apply(gdic
.wxFontMapper_SetConfig
,(self
,) + _args
, _kwargs
)
346 def SetConfigPath(self
, *_args
, **_kwargs
):
347 val
= apply(gdic
.wxFontMapper_SetConfigPath
,(self
,) + _args
, _kwargs
)
350 return "<C wxFontMapper instance at %s>" % (self
.this
,)
351 class wxFontMapper(wxFontMapperPtr
):
352 def __init__(self
,*_args
,**_kwargs
):
353 self
.this
= apply(gdic
.new_wxFontMapper
,_args
,_kwargs
)
359 class wxFontPtr(wxGDIObjectPtr
):
360 def __init__(self
,this
):
363 def __del__(self
,gdic
=gdic
):
364 if self
.thisown
== 1 :
365 gdic
.delete_wxFont(self
)
366 def Ok(self
, *_args
, **_kwargs
):
367 val
= apply(gdic
.wxFont_Ok
,(self
,) + _args
, _kwargs
)
369 def GetPointSize(self
, *_args
, **_kwargs
):
370 val
= apply(gdic
.wxFont_GetPointSize
,(self
,) + _args
, _kwargs
)
372 def GetFamily(self
, *_args
, **_kwargs
):
373 val
= apply(gdic
.wxFont_GetFamily
,(self
,) + _args
, _kwargs
)
375 def GetStyle(self
, *_args
, **_kwargs
):
376 val
= apply(gdic
.wxFont_GetStyle
,(self
,) + _args
, _kwargs
)
378 def GetWeight(self
, *_args
, **_kwargs
):
379 val
= apply(gdic
.wxFont_GetWeight
,(self
,) + _args
, _kwargs
)
381 def GetUnderlined(self
, *_args
, **_kwargs
):
382 val
= apply(gdic
.wxFont_GetUnderlined
,(self
,) + _args
, _kwargs
)
384 def GetFaceName(self
, *_args
, **_kwargs
):
385 val
= apply(gdic
.wxFont_GetFaceName
,(self
,) + _args
, _kwargs
)
387 def GetEncoding(self
, *_args
, **_kwargs
):
388 val
= apply(gdic
.wxFont_GetEncoding
,(self
,) + _args
, _kwargs
)
390 def IsFixedWidth(self
, *_args
, **_kwargs
):
391 val
= apply(gdic
.wxFont_IsFixedWidth
,(self
,) + _args
, _kwargs
)
393 def GetNativeFontInfo(self
, *_args
, **_kwargs
):
394 val
= apply(gdic
.wxFont_GetNativeFontInfo
,(self
,) + _args
, _kwargs
)
395 if val
: val
= wxNativeFontInfoPtr(val
)
397 def GetNativeFontInfoDesc(self
, *_args
, **_kwargs
):
398 val
= apply(gdic
.wxFont_GetNativeFontInfoDesc
,(self
,) + _args
, _kwargs
)
400 def GetNativeFontInfoUserDesc(self
, *_args
, **_kwargs
):
401 val
= apply(gdic
.wxFont_GetNativeFontInfoUserDesc
,(self
,) + _args
, _kwargs
)
403 def SetPointSize(self
, *_args
, **_kwargs
):
404 val
= apply(gdic
.wxFont_SetPointSize
,(self
,) + _args
, _kwargs
)
406 def SetFamily(self
, *_args
, **_kwargs
):
407 val
= apply(gdic
.wxFont_SetFamily
,(self
,) + _args
, _kwargs
)
409 def SetStyle(self
, *_args
, **_kwargs
):
410 val
= apply(gdic
.wxFont_SetStyle
,(self
,) + _args
, _kwargs
)
412 def SetWeight(self
, *_args
, **_kwargs
):
413 val
= apply(gdic
.wxFont_SetWeight
,(self
,) + _args
, _kwargs
)
415 def SetFaceName(self
, *_args
, **_kwargs
):
416 val
= apply(gdic
.wxFont_SetFaceName
,(self
,) + _args
, _kwargs
)
418 def SetUnderlined(self
, *_args
, **_kwargs
):
419 val
= apply(gdic
.wxFont_SetUnderlined
,(self
,) + _args
, _kwargs
)
421 def SetEncoding(self
, *_args
, **_kwargs
):
422 val
= apply(gdic
.wxFont_SetEncoding
,(self
,) + _args
, _kwargs
)
424 def SetNativeFontInfo(self
, *_args
, **_kwargs
):
425 val
= apply(gdic
.wxFont_SetNativeFontInfo
,(self
,) + _args
, _kwargs
)
427 def SetNativeFontInfoUserDesc(self
, *_args
, **_kwargs
):
428 val
= apply(gdic
.wxFont_SetNativeFontInfoUserDesc
,(self
,) + _args
, _kwargs
)
430 def GetFamilyString(self
, *_args
, **_kwargs
):
431 val
= apply(gdic
.wxFont_GetFamilyString
,(self
,) + _args
, _kwargs
)
433 def GetStyleString(self
, *_args
, **_kwargs
):
434 val
= apply(gdic
.wxFont_GetStyleString
,(self
,) + _args
, _kwargs
)
436 def GetWeightString(self
, *_args
, **_kwargs
):
437 val
= apply(gdic
.wxFont_GetWeightString
,(self
,) + _args
, _kwargs
)
440 return "<C wxFont instance at %s>" % (self
.this
,)
441 class wxFont(wxFontPtr
):
442 def __init__(self
,*_args
,**_kwargs
):
443 self
.this
= apply(gdic
.new_wxFont
,_args
,_kwargs
)
448 def wxFontFromNativeInfo(*_args
,**_kwargs
):
449 val
= wxFontPtr(apply(gdic
.new_wxFontFromNativeInfo
,_args
,_kwargs
))
454 class wxFontListPtr(wxObjectPtr
):
455 def __init__(self
,this
):
458 def AddFont(self
, *_args
, **_kwargs
):
459 val
= apply(gdic
.wxFontList_AddFont
,(self
,) + _args
, _kwargs
)
461 def FindOrCreateFont(self
, *_args
, **_kwargs
):
462 val
= apply(gdic
.wxFontList_FindOrCreateFont
,(self
,) + _args
, _kwargs
)
463 if val
: val
= wxFontPtr(val
)
465 def RemoveFont(self
, *_args
, **_kwargs
):
466 val
= apply(gdic
.wxFontList_RemoveFont
,(self
,) + _args
, _kwargs
)
468 def GetCount(self
, *_args
, **_kwargs
):
469 val
= apply(gdic
.wxFontList_GetCount
,(self
,) + _args
, _kwargs
)
472 return "<C wxFontList instance at %s>" % (self
.this
,)
473 class wxFontList(wxFontListPtr
):
474 def __init__(self
,this
):
480 class wxColourPtr(wxObjectPtr
):
481 def __init__(self
,this
):
484 def __del__(self
,gdic
=gdic
):
485 if self
.thisown
== 1 :
486 gdic
.delete_wxColour(self
)
487 def Red(self
, *_args
, **_kwargs
):
488 val
= apply(gdic
.wxColour_Red
,(self
,) + _args
, _kwargs
)
490 def Green(self
, *_args
, **_kwargs
):
491 val
= apply(gdic
.wxColour_Green
,(self
,) + _args
, _kwargs
)
493 def Blue(self
, *_args
, **_kwargs
):
494 val
= apply(gdic
.wxColour_Blue
,(self
,) + _args
, _kwargs
)
496 def Ok(self
, *_args
, **_kwargs
):
497 val
= apply(gdic
.wxColour_Ok
,(self
,) + _args
, _kwargs
)
499 def Set(self
, *_args
, **_kwargs
):
500 val
= apply(gdic
.wxColour_Set
,(self
,) + _args
, _kwargs
)
502 def Get(self
, *_args
, **_kwargs
):
503 val
= apply(gdic
.wxColour_Get
,(self
,) + _args
, _kwargs
)
506 return "<C wxColour instance at %s>" % (self
.this
,)
508 def __str__(self
): return str(self
.asTuple())
509 def __repr__(self
): return str(self
.asTuple())
510 class wxColour(wxColourPtr
):
511 def __init__(self
,*_args
,**_kwargs
):
512 self
.this
= apply(gdic
.new_wxColour
,_args
,_kwargs
)
518 class wxColourDatabasePtr(wxObjectPtr
):
519 def __init__(self
,this
):
522 def FindColour(self
, *_args
, **_kwargs
):
523 val
= apply(gdic
.wxColourDatabase_FindColour
,(self
,) + _args
, _kwargs
)
524 if val
: val
= wxColourPtr(val
)
526 def FindName(self
, *_args
, **_kwargs
):
527 val
= apply(gdic
.wxColourDatabase_FindName
,(self
,) + _args
, _kwargs
)
529 def Append(self
, *_args
, **_kwargs
):
530 val
= apply(gdic
.wxColourDatabase_Append
,(self
,) + _args
, _kwargs
)
533 return "<C wxColourDatabase instance at %s>" % (self
.this
,)
534 class wxColourDatabase(wxColourDatabasePtr
):
535 def __init__(self
,this
):
541 class wxPenPtr(wxGDIObjectPtr
):
542 def __init__(self
,this
):
545 def __del__(self
,gdic
=gdic
):
546 if self
.thisown
== 1 :
547 gdic
.delete_wxPen(self
)
548 def GetCap(self
, *_args
, **_kwargs
):
549 val
= apply(gdic
.wxPen_GetCap
,(self
,) + _args
, _kwargs
)
551 def GetColour(self
, *_args
, **_kwargs
):
552 val
= apply(gdic
.wxPen_GetColour
,(self
,) + _args
, _kwargs
)
553 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
555 def GetJoin(self
, *_args
, **_kwargs
):
556 val
= apply(gdic
.wxPen_GetJoin
,(self
,) + _args
, _kwargs
)
558 def GetStyle(self
, *_args
, **_kwargs
):
559 val
= apply(gdic
.wxPen_GetStyle
,(self
,) + _args
, _kwargs
)
561 def GetWidth(self
, *_args
, **_kwargs
):
562 val
= apply(gdic
.wxPen_GetWidth
,(self
,) + _args
, _kwargs
)
564 def Ok(self
, *_args
, **_kwargs
):
565 val
= apply(gdic
.wxPen_Ok
,(self
,) + _args
, _kwargs
)
567 def SetCap(self
, *_args
, **_kwargs
):
568 val
= apply(gdic
.wxPen_SetCap
,(self
,) + _args
, _kwargs
)
570 def SetColour(self
, *_args
, **_kwargs
):
571 val
= apply(gdic
.wxPen_SetColour
,(self
,) + _args
, _kwargs
)
573 def SetJoin(self
, *_args
, **_kwargs
):
574 val
= apply(gdic
.wxPen_SetJoin
,(self
,) + _args
, _kwargs
)
576 def SetStyle(self
, *_args
, **_kwargs
):
577 val
= apply(gdic
.wxPen_SetStyle
,(self
,) + _args
, _kwargs
)
579 def SetWidth(self
, *_args
, **_kwargs
):
580 val
= apply(gdic
.wxPen_SetWidth
,(self
,) + _args
, _kwargs
)
582 def SetDashes(self
, *_args
, **_kwargs
):
583 val
= apply(gdic
.wxPen_SetDashes
,(self
,) + _args
, _kwargs
)
585 def GetStipple(self
, *_args
, **_kwargs
):
586 val
= apply(gdic
.wxPen_GetStipple
,(self
,) + _args
, _kwargs
)
587 if val
: val
= wxBitmapPtr(val
)
589 def SetStipple(self
, *_args
, **_kwargs
):
590 val
= apply(gdic
.wxPen_SetStipple
,(self
,) + _args
, _kwargs
)
593 return "<C wxPen instance at %s>" % (self
.this
,)
594 class wxPen(wxPenPtr
):
595 def __init__(self
,*_args
,**_kwargs
):
596 self
.this
= apply(gdic
.new_wxPen
,_args
,_kwargs
)
602 class wxPyPenPtr(wxPenPtr
):
603 def __init__(self
,this
):
606 def __del__(self
,gdic
=gdic
):
607 if self
.thisown
== 1 :
608 gdic
.delete_wxPyPen(self
)
609 def SetDashes(self
, *_args
, **_kwargs
):
610 val
= apply(gdic
.wxPyPen_SetDashes
,(self
,) + _args
, _kwargs
)
613 return "<C wxPyPen instance at %s>" % (self
.this
,)
614 class wxPyPen(wxPyPenPtr
):
615 def __init__(self
,*_args
,**_kwargs
):
616 self
.this
= apply(gdic
.new_wxPyPen
,_args
,_kwargs
)
622 class wxPenListPtr(wxObjectPtr
):
623 def __init__(self
,this
):
626 def AddPen(self
, *_args
, **_kwargs
):
627 val
= apply(gdic
.wxPenList_AddPen
,(self
,) + _args
, _kwargs
)
629 def FindOrCreatePen(self
, *_args
, **_kwargs
):
630 val
= apply(gdic
.wxPenList_FindOrCreatePen
,(self
,) + _args
, _kwargs
)
631 if val
: val
= wxPenPtr(val
)
633 def RemovePen(self
, *_args
, **_kwargs
):
634 val
= apply(gdic
.wxPenList_RemovePen
,(self
,) + _args
, _kwargs
)
636 def GetCount(self
, *_args
, **_kwargs
):
637 val
= apply(gdic
.wxPenList_GetCount
,(self
,) + _args
, _kwargs
)
640 return "<C wxPenList instance at %s>" % (self
.this
,)
641 class wxPenList(wxPenListPtr
):
642 def __init__(self
,this
):
648 class wxBrushPtr(wxGDIObjectPtr
):
649 def __init__(self
,this
):
652 def __del__(self
,gdic
=gdic
):
653 if self
.thisown
== 1 :
654 gdic
.delete_wxBrush(self
)
655 def GetColour(self
, *_args
, **_kwargs
):
656 val
= apply(gdic
.wxBrush_GetColour
,(self
,) + _args
, _kwargs
)
657 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
659 def GetStipple(self
, *_args
, **_kwargs
):
660 val
= apply(gdic
.wxBrush_GetStipple
,(self
,) + _args
, _kwargs
)
661 if val
: val
= wxBitmapPtr(val
)
663 def GetStyle(self
, *_args
, **_kwargs
):
664 val
= apply(gdic
.wxBrush_GetStyle
,(self
,) + _args
, _kwargs
)
666 def Ok(self
, *_args
, **_kwargs
):
667 val
= apply(gdic
.wxBrush_Ok
,(self
,) + _args
, _kwargs
)
669 def SetColour(self
, *_args
, **_kwargs
):
670 val
= apply(gdic
.wxBrush_SetColour
,(self
,) + _args
, _kwargs
)
672 def SetStipple(self
, *_args
, **_kwargs
):
673 val
= apply(gdic
.wxBrush_SetStipple
,(self
,) + _args
, _kwargs
)
675 def SetStyle(self
, *_args
, **_kwargs
):
676 val
= apply(gdic
.wxBrush_SetStyle
,(self
,) + _args
, _kwargs
)
679 return "<C wxBrush instance at %s>" % (self
.this
,)
680 class wxBrush(wxBrushPtr
):
681 def __init__(self
,*_args
,**_kwargs
):
682 self
.this
= apply(gdic
.new_wxBrush
,_args
,_kwargs
)
688 class wxBrushListPtr(wxObjectPtr
):
689 def __init__(self
,this
):
692 def AddBrush(self
, *_args
, **_kwargs
):
693 val
= apply(gdic
.wxBrushList_AddBrush
,(self
,) + _args
, _kwargs
)
695 def FindOrCreateBrush(self
, *_args
, **_kwargs
):
696 val
= apply(gdic
.wxBrushList_FindOrCreateBrush
,(self
,) + _args
, _kwargs
)
697 if val
: val
= wxBrushPtr(val
)
699 def RemoveBrush(self
, *_args
, **_kwargs
):
700 val
= apply(gdic
.wxBrushList_RemoveBrush
,(self
,) + _args
, _kwargs
)
702 def GetCount(self
, *_args
, **_kwargs
):
703 val
= apply(gdic
.wxBrushList_GetCount
,(self
,) + _args
, _kwargs
)
706 return "<C wxBrushList instance at %s>" % (self
.this
,)
707 class wxBrushList(wxBrushListPtr
):
708 def __init__(self
,this
):
714 class wxDCPtr(wxObjectPtr
):
715 def __init__(self
,this
):
718 def __del__(self
,gdic
=gdic
):
719 if self
.thisown
== 1 :
720 gdic
.delete_wxDC(self
)
721 def BeginDrawing(self
, *_args
, **_kwargs
):
722 val
= apply(gdic
.wxDC_BeginDrawing
,(self
,) + _args
, _kwargs
)
724 def Blit(self
, *_args
, **_kwargs
):
725 val
= apply(gdic
.wxDC_Blit
,(self
,) + _args
, _kwargs
)
727 def Clear(self
, *_args
, **_kwargs
):
728 val
= apply(gdic
.wxDC_Clear
,(self
,) + _args
, _kwargs
)
730 def CrossHair(self
, *_args
, **_kwargs
):
731 val
= apply(gdic
.wxDC_CrossHair
,(self
,) + _args
, _kwargs
)
733 def DestroyClippingRegion(self
, *_args
, **_kwargs
):
734 val
= apply(gdic
.wxDC_DestroyClippingRegion
,(self
,) + _args
, _kwargs
)
736 def DeviceToLogicalX(self
, *_args
, **_kwargs
):
737 val
= apply(gdic
.wxDC_DeviceToLogicalX
,(self
,) + _args
, _kwargs
)
739 def DeviceToLogicalXRel(self
, *_args
, **_kwargs
):
740 val
= apply(gdic
.wxDC_DeviceToLogicalXRel
,(self
,) + _args
, _kwargs
)
742 def DeviceToLogicalY(self
, *_args
, **_kwargs
):
743 val
= apply(gdic
.wxDC_DeviceToLogicalY
,(self
,) + _args
, _kwargs
)
745 def DeviceToLogicalYRel(self
, *_args
, **_kwargs
):
746 val
= apply(gdic
.wxDC_DeviceToLogicalYRel
,(self
,) + _args
, _kwargs
)
748 def DrawArc(self
, *_args
, **_kwargs
):
749 val
= apply(gdic
.wxDC_DrawArc
,(self
,) + _args
, _kwargs
)
751 def DrawCircle(self
, *_args
, **_kwargs
):
752 val
= apply(gdic
.wxDC_DrawCircle
,(self
,) + _args
, _kwargs
)
754 def DrawEllipse(self
, *_args
, **_kwargs
):
755 val
= apply(gdic
.wxDC_DrawEllipse
,(self
,) + _args
, _kwargs
)
757 def DrawEllipticArc(self
, *_args
, **_kwargs
):
758 val
= apply(gdic
.wxDC_DrawEllipticArc
,(self
,) + _args
, _kwargs
)
760 def DrawIcon(self
, *_args
, **_kwargs
):
761 val
= apply(gdic
.wxDC_DrawIcon
,(self
,) + _args
, _kwargs
)
763 def DrawLine(self
, *_args
, **_kwargs
):
764 val
= apply(gdic
.wxDC_DrawLine
,(self
,) + _args
, _kwargs
)
766 def DrawLines(self
, *_args
, **_kwargs
):
767 val
= apply(gdic
.wxDC_DrawLines
,(self
,) + _args
, _kwargs
)
769 def DrawPolygon(self
, *_args
, **_kwargs
):
770 val
= apply(gdic
.wxDC_DrawPolygon
,(self
,) + _args
, _kwargs
)
772 def DrawPoint(self
, *_args
, **_kwargs
):
773 val
= apply(gdic
.wxDC_DrawPoint
,(self
,) + _args
, _kwargs
)
775 def DrawRectangle(self
, *_args
, **_kwargs
):
776 val
= apply(gdic
.wxDC_DrawRectangle
,(self
,) + _args
, _kwargs
)
778 def DrawRotatedText(self
, *_args
, **_kwargs
):
779 val
= apply(gdic
.wxDC_DrawRotatedText
,(self
,) + _args
, _kwargs
)
781 def DrawRoundedRectangle(self
, *_args
, **_kwargs
):
782 val
= apply(gdic
.wxDC_DrawRoundedRectangle
,(self
,) + _args
, _kwargs
)
784 def DrawSpline(self
, *_args
, **_kwargs
):
785 val
= apply(gdic
.wxDC_DrawSpline
,(self
,) + _args
, _kwargs
)
787 def DrawText(self
, *_args
, **_kwargs
):
788 val
= apply(gdic
.wxDC_DrawText
,(self
,) + _args
, _kwargs
)
790 def EndDoc(self
, *_args
, **_kwargs
):
791 val
= apply(gdic
.wxDC_EndDoc
,(self
,) + _args
, _kwargs
)
793 def EndDrawing(self
, *_args
, **_kwargs
):
794 val
= apply(gdic
.wxDC_EndDrawing
,(self
,) + _args
, _kwargs
)
796 def EndPage(self
, *_args
, **_kwargs
):
797 val
= apply(gdic
.wxDC_EndPage
,(self
,) + _args
, _kwargs
)
799 def FloodFill(self
, *_args
, **_kwargs
):
800 val
= apply(gdic
.wxDC_FloodFill
,(self
,) + _args
, _kwargs
)
802 def GetBackground(self
, *_args
, **_kwargs
):
803 val
= apply(gdic
.wxDC_GetBackground
,(self
,) + _args
, _kwargs
)
804 if val
: val
= wxBrushPtr(val
) ; val
.thisown
= 1
806 def GetBrush(self
, *_args
, **_kwargs
):
807 val
= apply(gdic
.wxDC_GetBrush
,(self
,) + _args
, _kwargs
)
808 if val
: val
= wxBrushPtr(val
) ; val
.thisown
= 1
810 def GetCharHeight(self
, *_args
, **_kwargs
):
811 val
= apply(gdic
.wxDC_GetCharHeight
,(self
,) + _args
, _kwargs
)
813 def GetCharWidth(self
, *_args
, **_kwargs
):
814 val
= apply(gdic
.wxDC_GetCharWidth
,(self
,) + _args
, _kwargs
)
816 def GetClippingBox(self
, *_args
, **_kwargs
):
817 val
= apply(gdic
.wxDC_GetClippingBox
,(self
,) + _args
, _kwargs
)
819 def GetFont(self
, *_args
, **_kwargs
):
820 val
= apply(gdic
.wxDC_GetFont
,(self
,) + _args
, _kwargs
)
821 if val
: val
= wxFontPtr(val
) ; val
.thisown
= 1
823 def GetLogicalFunction(self
, *_args
, **_kwargs
):
824 val
= apply(gdic
.wxDC_GetLogicalFunction
,(self
,) + _args
, _kwargs
)
826 def GetLogicalScale(self
, *_args
, **_kwargs
):
827 val
= apply(gdic
.wxDC_GetLogicalScale
,(self
,) + _args
, _kwargs
)
829 def GetMapMode(self
, *_args
, **_kwargs
):
830 val
= apply(gdic
.wxDC_GetMapMode
,(self
,) + _args
, _kwargs
)
832 def GetOptimization(self
, *_args
, **_kwargs
):
833 val
= apply(gdic
.wxDC_GetOptimization
,(self
,) + _args
, _kwargs
)
835 def GetPen(self
, *_args
, **_kwargs
):
836 val
= apply(gdic
.wxDC_GetPen
,(self
,) + _args
, _kwargs
)
837 if val
: val
= wxPenPtr(val
) ; val
.thisown
= 1
839 def GetPixel(self
, *_args
, **_kwargs
):
840 val
= apply(gdic
.wxDC_GetPixel
,(self
,) + _args
, _kwargs
)
841 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
843 def GetSizeTuple(self
, *_args
, **_kwargs
):
844 val
= apply(gdic
.wxDC_GetSizeTuple
,(self
,) + _args
, _kwargs
)
846 def GetSize(self
, *_args
, **_kwargs
):
847 val
= apply(gdic
.wxDC_GetSize
,(self
,) + _args
, _kwargs
)
848 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
850 def GetSizeMM(self
, *_args
, **_kwargs
):
851 val
= apply(gdic
.wxDC_GetSizeMM
,(self
,) + _args
, _kwargs
)
852 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
854 def GetTextBackground(self
, *_args
, **_kwargs
):
855 val
= apply(gdic
.wxDC_GetTextBackground
,(self
,) + _args
, _kwargs
)
856 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
858 def GetTextExtent(self
, *_args
, **_kwargs
):
859 val
= apply(gdic
.wxDC_GetTextExtent
,(self
,) + _args
, _kwargs
)
861 def GetFullTextExtent(self
, *_args
, **_kwargs
):
862 val
= apply(gdic
.wxDC_GetFullTextExtent
,(self
,) + _args
, _kwargs
)
864 def GetTextForeground(self
, *_args
, **_kwargs
):
865 val
= apply(gdic
.wxDC_GetTextForeground
,(self
,) + _args
, _kwargs
)
866 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
868 def GetUserScale(self
, *_args
, **_kwargs
):
869 val
= apply(gdic
.wxDC_GetUserScale
,(self
,) + _args
, _kwargs
)
871 def LogicalToDeviceX(self
, *_args
, **_kwargs
):
872 val
= apply(gdic
.wxDC_LogicalToDeviceX
,(self
,) + _args
, _kwargs
)
874 def LogicalToDeviceXRel(self
, *_args
, **_kwargs
):
875 val
= apply(gdic
.wxDC_LogicalToDeviceXRel
,(self
,) + _args
, _kwargs
)
877 def LogicalToDeviceY(self
, *_args
, **_kwargs
):
878 val
= apply(gdic
.wxDC_LogicalToDeviceY
,(self
,) + _args
, _kwargs
)
880 def LogicalToDeviceYRel(self
, *_args
, **_kwargs
):
881 val
= apply(gdic
.wxDC_LogicalToDeviceYRel
,(self
,) + _args
, _kwargs
)
883 def MaxX(self
, *_args
, **_kwargs
):
884 val
= apply(gdic
.wxDC_MaxX
,(self
,) + _args
, _kwargs
)
886 def MaxY(self
, *_args
, **_kwargs
):
887 val
= apply(gdic
.wxDC_MaxY
,(self
,) + _args
, _kwargs
)
889 def MinX(self
, *_args
, **_kwargs
):
890 val
= apply(gdic
.wxDC_MinX
,(self
,) + _args
, _kwargs
)
892 def MinY(self
, *_args
, **_kwargs
):
893 val
= apply(gdic
.wxDC_MinY
,(self
,) + _args
, _kwargs
)
895 def Ok(self
, *_args
, **_kwargs
):
896 val
= apply(gdic
.wxDC_Ok
,(self
,) + _args
, _kwargs
)
898 def SetDeviceOrigin(self
, *_args
, **_kwargs
):
899 val
= apply(gdic
.wxDC_SetDeviceOrigin
,(self
,) + _args
, _kwargs
)
901 def SetBackground(self
, *_args
, **_kwargs
):
902 val
= apply(gdic
.wxDC_SetBackground
,(self
,) + _args
, _kwargs
)
904 def SetBackgroundMode(self
, *_args
, **_kwargs
):
905 val
= apply(gdic
.wxDC_SetBackgroundMode
,(self
,) + _args
, _kwargs
)
907 def SetClippingRegion(self
, *_args
, **_kwargs
):
908 val
= apply(gdic
.wxDC_SetClippingRegion
,(self
,) + _args
, _kwargs
)
910 def SetClippingRegionAsRegion(self
, *_args
, **_kwargs
):
911 val
= apply(gdic
.wxDC_SetClippingRegionAsRegion
,(self
,) + _args
, _kwargs
)
913 def SetPalette(self
, *_args
, **_kwargs
):
914 val
= apply(gdic
.wxDC_SetPalette
,(self
,) + _args
, _kwargs
)
916 def SetBrush(self
, *_args
, **_kwargs
):
917 val
= apply(gdic
.wxDC_SetBrush
,(self
,) + _args
, _kwargs
)
919 def SetFont(self
, *_args
, **_kwargs
):
920 val
= apply(gdic
.wxDC_SetFont
,(self
,) + _args
, _kwargs
)
922 def SetLogicalFunction(self
, *_args
, **_kwargs
):
923 val
= apply(gdic
.wxDC_SetLogicalFunction
,(self
,) + _args
, _kwargs
)
925 def SetLogicalScale(self
, *_args
, **_kwargs
):
926 val
= apply(gdic
.wxDC_SetLogicalScale
,(self
,) + _args
, _kwargs
)
928 def SetMapMode(self
, *_args
, **_kwargs
):
929 val
= apply(gdic
.wxDC_SetMapMode
,(self
,) + _args
, _kwargs
)
931 def SetOptimization(self
, *_args
, **_kwargs
):
932 val
= apply(gdic
.wxDC_SetOptimization
,(self
,) + _args
, _kwargs
)
934 def SetPen(self
, *_args
, **_kwargs
):
935 val
= apply(gdic
.wxDC_SetPen
,(self
,) + _args
, _kwargs
)
937 def SetTextBackground(self
, *_args
, **_kwargs
):
938 val
= apply(gdic
.wxDC_SetTextBackground
,(self
,) + _args
, _kwargs
)
940 def SetTextForeground(self
, *_args
, **_kwargs
):
941 val
= apply(gdic
.wxDC_SetTextForeground
,(self
,) + _args
, _kwargs
)
943 def SetUserScale(self
, *_args
, **_kwargs
):
944 val
= apply(gdic
.wxDC_SetUserScale
,(self
,) + _args
, _kwargs
)
946 def StartDoc(self
, *_args
, **_kwargs
):
947 val
= apply(gdic
.wxDC_StartDoc
,(self
,) + _args
, _kwargs
)
949 def StartPage(self
, *_args
, **_kwargs
):
950 val
= apply(gdic
.wxDC_StartPage
,(self
,) + _args
, _kwargs
)
952 def DrawBitmap(self
, *_args
, **_kwargs
):
953 val
= apply(gdic
.wxDC_DrawBitmap
,(self
,) + _args
, _kwargs
)
955 def CanDrawBitmap(self
, *_args
, **_kwargs
):
956 val
= apply(gdic
.wxDC_CanDrawBitmap
,(self
,) + _args
, _kwargs
)
958 def CanGetTextExtent(self
, *_args
, **_kwargs
):
959 val
= apply(gdic
.wxDC_CanGetTextExtent
,(self
,) + _args
, _kwargs
)
961 def GetDepth(self
, *_args
, **_kwargs
):
962 val
= apply(gdic
.wxDC_GetDepth
,(self
,) + _args
, _kwargs
)
964 def GetPPI(self
, *_args
, **_kwargs
):
965 val
= apply(gdic
.wxDC_GetPPI
,(self
,) + _args
, _kwargs
)
966 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
968 def GetLogicalOrigin(self
, *_args
, **_kwargs
):
969 val
= apply(gdic
.wxDC_GetLogicalOrigin
,(self
,) + _args
, _kwargs
)
971 def SetLogicalOrigin(self
, *_args
, **_kwargs
):
972 val
= apply(gdic
.wxDC_SetLogicalOrigin
,(self
,) + _args
, _kwargs
)
974 def GetDeviceOrigin(self
, *_args
, **_kwargs
):
975 val
= apply(gdic
.wxDC_GetDeviceOrigin
,(self
,) + _args
, _kwargs
)
977 def SetAxisOrientation(self
, *_args
, **_kwargs
):
978 val
= apply(gdic
.wxDC_SetAxisOrientation
,(self
,) + _args
, _kwargs
)
980 def CalcBoundingBox(self
, *_args
, **_kwargs
):
981 val
= apply(gdic
.wxDC_CalcBoundingBox
,(self
,) + _args
, _kwargs
)
983 def ResetBoundingBox(self
, *_args
, **_kwargs
):
984 val
= apply(gdic
.wxDC_ResetBoundingBox
,(self
,) + _args
, _kwargs
)
986 def GetBoundingBox(self
, *_args
, **_kwargs
):
987 val
= apply(gdic
.wxDC_GetBoundingBox
,(self
,) + _args
, _kwargs
)
989 def GetHDC(self
, *_args
, **_kwargs
):
990 val
= apply(gdic
.wxDC_GetHDC
,(self
,) + _args
, _kwargs
)
992 def _DrawPointList(self
, *_args
, **_kwargs
):
993 val
= apply(gdic
.wxDC__DrawPointList
,(self
,) + _args
, _kwargs
)
995 def _DrawLineList(self
, *_args
, **_kwargs
):
996 val
= apply(gdic
.wxDC__DrawLineList
,(self
,) + _args
, _kwargs
)
999 return "<C wxDC instance at %s>" % (self
.this
,)
1001 def DrawPointList(self
, points
, pens
=None):
1004 elif isinstance(pens
, wxPenPtr
):
1006 elif len(pens
) != len(points
):
1007 raise ValueError('points and pens must have same length')
1008 return self
._DrawPointList
(points
, pens
)
1010 def DrawLineList(self
, lines
, pens
=None):
1013 elif isinstance(pens
, wxPenPtr
):
1015 elif len(pens
) != len(lines
):
1016 raise ValueError('lines and pens must have same length')
1017 return self
._DrawLineList
(lines
, pens
)
1019 class wxDC(wxDCPtr
):
1020 def __init__(self
,this
):
1026 class wxMemoryDCPtr(wxDCPtr
):
1027 def __init__(self
,this
):
1030 def SelectObject(self
, *_args
, **_kwargs
):
1031 val
= apply(gdic
.wxMemoryDC_SelectObject
,(self
,) + _args
, _kwargs
)
1034 return "<C wxMemoryDC instance at %s>" % (self
.this
,)
1035 class wxMemoryDC(wxMemoryDCPtr
):
1036 def __init__(self
,*_args
,**_kwargs
):
1037 self
.this
= apply(gdic
.new_wxMemoryDC
,_args
,_kwargs
)
1043 class wxScreenDCPtr(wxDCPtr
):
1044 def __init__(self
,this
):
1047 def StartDrawingOnTopWin(self
, *_args
, **_kwargs
):
1048 val
= apply(gdic
.wxScreenDC_StartDrawingOnTopWin
,(self
,) + _args
, _kwargs
)
1050 def StartDrawingOnTop(self
, *_args
, **_kwargs
):
1051 val
= apply(gdic
.wxScreenDC_StartDrawingOnTop
,(self
,) + _args
, _kwargs
)
1053 def EndDrawingOnTop(self
, *_args
, **_kwargs
):
1054 val
= apply(gdic
.wxScreenDC_EndDrawingOnTop
,(self
,) + _args
, _kwargs
)
1057 return "<C wxScreenDC instance at %s>" % (self
.this
,)
1058 class wxScreenDC(wxScreenDCPtr
):
1059 def __init__(self
,*_args
,**_kwargs
):
1060 self
.this
= apply(gdic
.new_wxScreenDC
,_args
,_kwargs
)
1066 class wxClientDCPtr(wxDCPtr
):
1067 def __init__(self
,this
):
1071 return "<C wxClientDC instance at %s>" % (self
.this
,)
1072 class wxClientDC(wxClientDCPtr
):
1073 def __init__(self
,*_args
,**_kwargs
):
1074 self
.this
= apply(gdic
.new_wxClientDC
,_args
,_kwargs
)
1080 class wxPaintDCPtr(wxDCPtr
):
1081 def __init__(self
,this
):
1085 return "<C wxPaintDC instance at %s>" % (self
.this
,)
1086 class wxPaintDC(wxPaintDCPtr
):
1087 def __init__(self
,*_args
,**_kwargs
):
1088 self
.this
= apply(gdic
.new_wxPaintDC
,_args
,_kwargs
)
1094 class wxWindowDCPtr(wxDCPtr
):
1095 def __init__(self
,this
):
1099 return "<C wxWindowDC instance at %s>" % (self
.this
,)
1100 class wxWindowDC(wxWindowDCPtr
):
1101 def __init__(self
,*_args
,**_kwargs
):
1102 self
.this
= apply(gdic
.new_wxWindowDC
,_args
,_kwargs
)
1108 class wxMetaFilePtr(wxObjectPtr
):
1109 def __init__(self
,this
):
1112 def __del__(self
,gdic
=gdic
):
1113 if self
.thisown
== 1 :
1114 gdic
.delete_wxMetaFile(self
)
1115 def Ok(self
, *_args
, **_kwargs
):
1116 val
= apply(gdic
.wxMetaFile_Ok
,(self
,) + _args
, _kwargs
)
1118 def SetClipboard(self
, *_args
, **_kwargs
):
1119 val
= apply(gdic
.wxMetaFile_SetClipboard
,(self
,) + _args
, _kwargs
)
1121 def GetSize(self
, *_args
, **_kwargs
):
1122 val
= apply(gdic
.wxMetaFile_GetSize
,(self
,) + _args
, _kwargs
)
1123 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
1125 def GetWidth(self
, *_args
, **_kwargs
):
1126 val
= apply(gdic
.wxMetaFile_GetWidth
,(self
,) + _args
, _kwargs
)
1128 def GetHeight(self
, *_args
, **_kwargs
):
1129 val
= apply(gdic
.wxMetaFile_GetHeight
,(self
,) + _args
, _kwargs
)
1131 def GetFileName(self
, *_args
, **_kwargs
):
1132 val
= apply(gdic
.wxMetaFile_GetFileName
,(self
,) + _args
, _kwargs
)
1135 return "<C wxMetaFile instance at %s>" % (self
.this
,)
1136 class wxMetaFile(wxMetaFilePtr
):
1137 def __init__(self
,*_args
,**_kwargs
):
1138 self
.this
= apply(gdic
.new_wxMetaFile
,_args
,_kwargs
)
1144 class wxMetaFileDCPtr(wxDCPtr
):
1145 def __init__(self
,this
):
1148 def Close(self
, *_args
, **_kwargs
):
1149 val
= apply(gdic
.wxMetaFileDC_Close
,(self
,) + _args
, _kwargs
)
1150 if val
: val
= wxMetaFilePtr(val
)
1153 return "<C wxMetaFileDC instance at %s>" % (self
.this
,)
1154 class wxMetaFileDC(wxMetaFileDCPtr
):
1155 def __init__(self
,*_args
,**_kwargs
):
1156 self
.this
= apply(gdic
.new_wxMetaFileDC
,_args
,_kwargs
)
1162 class wxPalettePtr(wxGDIObjectPtr
):
1163 def __init__(self
,this
):
1166 def __del__(self
,gdic
=gdic
):
1167 if self
.thisown
== 1 :
1168 gdic
.delete_wxPalette(self
)
1169 def GetPixel(self
, *_args
, **_kwargs
):
1170 val
= apply(gdic
.wxPalette_GetPixel
,(self
,) + _args
, _kwargs
)
1172 def GetRGB(self
, *_args
, **_kwargs
):
1173 val
= apply(gdic
.wxPalette_GetRGB
,(self
,) + _args
, _kwargs
)
1175 def Ok(self
, *_args
, **_kwargs
):
1176 val
= apply(gdic
.wxPalette_Ok
,(self
,) + _args
, _kwargs
)
1179 return "<C wxPalette instance at %s>" % (self
.this
,)
1180 class wxPalette(wxPalettePtr
):
1181 def __init__(self
,*_args
,**_kwargs
):
1182 self
.this
= apply(gdic
.new_wxPalette
,_args
,_kwargs
)
1188 class wxImageListPtr(wxObjectPtr
):
1189 def __init__(self
,this
):
1192 def __del__(self
,gdic
=gdic
):
1193 if self
.thisown
== 1 :
1194 gdic
.delete_wxImageList(self
)
1195 def Add(self
, *_args
, **_kwargs
):
1196 val
= apply(gdic
.wxImageList_Add
,(self
,) + _args
, _kwargs
)
1198 def AddWithColourMask(self
, *_args
, **_kwargs
):
1199 val
= apply(gdic
.wxImageList_AddWithColourMask
,(self
,) + _args
, _kwargs
)
1201 def AddIcon(self
, *_args
, **_kwargs
):
1202 val
= apply(gdic
.wxImageList_AddIcon
,(self
,) + _args
, _kwargs
)
1204 def Replace(self
, *_args
, **_kwargs
):
1205 val
= apply(gdic
.wxImageList_Replace
,(self
,) + _args
, _kwargs
)
1207 def Draw(self
, *_args
, **_kwargs
):
1208 val
= apply(gdic
.wxImageList_Draw
,(self
,) + _args
, _kwargs
)
1210 def GetImageCount(self
, *_args
, **_kwargs
):
1211 val
= apply(gdic
.wxImageList_GetImageCount
,(self
,) + _args
, _kwargs
)
1213 def Remove(self
, *_args
, **_kwargs
):
1214 val
= apply(gdic
.wxImageList_Remove
,(self
,) + _args
, _kwargs
)
1216 def RemoveAll(self
, *_args
, **_kwargs
):
1217 val
= apply(gdic
.wxImageList_RemoveAll
,(self
,) + _args
, _kwargs
)
1219 def GetSize(self
, *_args
, **_kwargs
):
1220 val
= apply(gdic
.wxImageList_GetSize
,(self
,) + _args
, _kwargs
)
1223 return "<C wxImageList instance at %s>" % (self
.this
,)
1224 class wxImageList(wxImageListPtr
):
1225 def __init__(self
,*_args
,**_kwargs
):
1226 self
.this
= apply(gdic
.new_wxImageList
,_args
,_kwargs
)
1232 class wxRegionPtr(wxGDIObjectPtr
):
1233 def __init__(self
,this
):
1236 def __del__(self
,gdic
=gdic
):
1237 if self
.thisown
== 1 :
1238 gdic
.delete_wxRegion(self
)
1239 def Clear(self
, *_args
, **_kwargs
):
1240 val
= apply(gdic
.wxRegion_Clear
,(self
,) + _args
, _kwargs
)
1242 def Contains(self
, *_args
, **_kwargs
):
1243 val
= apply(gdic
.wxRegion_Contains
,(self
,) + _args
, _kwargs
)
1245 def ContainsPoint(self
, *_args
, **_kwargs
):
1246 val
= apply(gdic
.wxRegion_ContainsPoint
,(self
,) + _args
, _kwargs
)
1248 def ContainsRect(self
, *_args
, **_kwargs
):
1249 val
= apply(gdic
.wxRegion_ContainsRect
,(self
,) + _args
, _kwargs
)
1251 def ContainsRectDim(self
, *_args
, **_kwargs
):
1252 val
= apply(gdic
.wxRegion_ContainsRectDim
,(self
,) + _args
, _kwargs
)
1254 def GetBox(self
, *_args
, **_kwargs
):
1255 val
= apply(gdic
.wxRegion_GetBox
,(self
,) + _args
, _kwargs
)
1256 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
1258 def Intersect(self
, *_args
, **_kwargs
):
1259 val
= apply(gdic
.wxRegion_Intersect
,(self
,) + _args
, _kwargs
)
1261 def IntersectRect(self
, *_args
, **_kwargs
):
1262 val
= apply(gdic
.wxRegion_IntersectRect
,(self
,) + _args
, _kwargs
)
1264 def IntersectRegion(self
, *_args
, **_kwargs
):
1265 val
= apply(gdic
.wxRegion_IntersectRegion
,(self
,) + _args
, _kwargs
)
1267 def IsEmpty(self
, *_args
, **_kwargs
):
1268 val
= apply(gdic
.wxRegion_IsEmpty
,(self
,) + _args
, _kwargs
)
1270 def Union(self
, *_args
, **_kwargs
):
1271 val
= apply(gdic
.wxRegion_Union
,(self
,) + _args
, _kwargs
)
1273 def UnionRect(self
, *_args
, **_kwargs
):
1274 val
= apply(gdic
.wxRegion_UnionRect
,(self
,) + _args
, _kwargs
)
1276 def UnionRegion(self
, *_args
, **_kwargs
):
1277 val
= apply(gdic
.wxRegion_UnionRegion
,(self
,) + _args
, _kwargs
)
1279 def Subtract(self
, *_args
, **_kwargs
):
1280 val
= apply(gdic
.wxRegion_Subtract
,(self
,) + _args
, _kwargs
)
1282 def SubtractRect(self
, *_args
, **_kwargs
):
1283 val
= apply(gdic
.wxRegion_SubtractRect
,(self
,) + _args
, _kwargs
)
1285 def SubtractRegion(self
, *_args
, **_kwargs
):
1286 val
= apply(gdic
.wxRegion_SubtractRegion
,(self
,) + _args
, _kwargs
)
1288 def Xor(self
, *_args
, **_kwargs
):
1289 val
= apply(gdic
.wxRegion_Xor
,(self
,) + _args
, _kwargs
)
1291 def XorRect(self
, *_args
, **_kwargs
):
1292 val
= apply(gdic
.wxRegion_XorRect
,(self
,) + _args
, _kwargs
)
1294 def XorRegion(self
, *_args
, **_kwargs
):
1295 val
= apply(gdic
.wxRegion_XorRegion
,(self
,) + _args
, _kwargs
)
1298 return "<C wxRegion instance at %s>" % (self
.this
,)
1299 class wxRegion(wxRegionPtr
):
1300 def __init__(self
,*_args
,**_kwargs
):
1301 self
.this
= apply(gdic
.new_wxRegion
,_args
,_kwargs
)
1307 class wxRegionIteratorPtr(wxObjectPtr
):
1308 def __init__(self
,this
):
1311 def __del__(self
,gdic
=gdic
):
1312 if self
.thisown
== 1 :
1313 gdic
.delete_wxRegionIterator(self
)
1314 def GetX(self
, *_args
, **_kwargs
):
1315 val
= apply(gdic
.wxRegionIterator_GetX
,(self
,) + _args
, _kwargs
)
1317 def GetY(self
, *_args
, **_kwargs
):
1318 val
= apply(gdic
.wxRegionIterator_GetY
,(self
,) + _args
, _kwargs
)
1320 def GetW(self
, *_args
, **_kwargs
):
1321 val
= apply(gdic
.wxRegionIterator_GetW
,(self
,) + _args
, _kwargs
)
1323 def GetWidth(self
, *_args
, **_kwargs
):
1324 val
= apply(gdic
.wxRegionIterator_GetWidth
,(self
,) + _args
, _kwargs
)
1326 def GetH(self
, *_args
, **_kwargs
):
1327 val
= apply(gdic
.wxRegionIterator_GetH
,(self
,) + _args
, _kwargs
)
1329 def GetHeight(self
, *_args
, **_kwargs
):
1330 val
= apply(gdic
.wxRegionIterator_GetHeight
,(self
,) + _args
, _kwargs
)
1332 def GetRect(self
, *_args
, **_kwargs
):
1333 val
= apply(gdic
.wxRegionIterator_GetRect
,(self
,) + _args
, _kwargs
)
1334 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
1336 def HaveRects(self
, *_args
, **_kwargs
):
1337 val
= apply(gdic
.wxRegionIterator_HaveRects
,(self
,) + _args
, _kwargs
)
1339 def Reset(self
, *_args
, **_kwargs
):
1340 val
= apply(gdic
.wxRegionIterator_Reset
,(self
,) + _args
, _kwargs
)
1342 def Next(self
, *_args
, **_kwargs
):
1343 val
= apply(gdic
.wxRegionIterator_Next
,(self
,) + _args
, _kwargs
)
1346 return "<C wxRegionIterator instance at %s>" % (self
.this
,)
1347 class wxRegionIterator(wxRegionIteratorPtr
):
1348 def __init__(self
,*_args
,**_kwargs
):
1349 self
.this
= apply(gdic
.new_wxRegionIterator
,_args
,_kwargs
)
1357 #-------------- FUNCTION WRAPPERS ------------------
1359 def wxEmptyBitmap(*_args
, **_kwargs
):
1360 val
= apply(gdic
.wxEmptyBitmap
,_args
,_kwargs
)
1361 if val
: val
= wxBitmapPtr(val
); val
.thisown
= 1
1364 def wxBitmapFromXPMData(*_args
, **_kwargs
):
1365 val
= apply(gdic
.wxBitmapFromXPMData
,_args
,_kwargs
)
1366 if val
: val
= wxBitmapPtr(val
); val
.thisown
= 1
1369 def wxBitmapFromIcon(*_args
, **_kwargs
):
1370 val
= apply(gdic
.wxBitmapFromIcon
,_args
,_kwargs
)
1371 if val
: val
= wxBitmapPtr(val
); val
.thisown
= 1
1374 def wxBitmapFromBits(*_args
, **_kwargs
):
1375 val
= apply(gdic
.wxBitmapFromBits
,_args
,_kwargs
)
1376 if val
: val
= wxBitmapPtr(val
); val
.thisown
= 1
1379 def wxMaskColour(*_args
, **_kwargs
):
1380 val
= apply(gdic
.wxMaskColour
,_args
,_kwargs
)
1381 if val
: val
= wxMaskPtr(val
); val
.thisown
= 1
1384 def wxEmptyIcon(*_args
, **_kwargs
):
1385 val
= apply(gdic
.wxEmptyIcon
,_args
,_kwargs
)
1386 if val
: val
= wxIconPtr(val
); val
.thisown
= 1
1389 def wxIconFromXPMData(*_args
, **_kwargs
):
1390 val
= apply(gdic
.wxIconFromXPMData
,_args
,_kwargs
)
1391 if val
: val
= wxIconPtr(val
); val
.thisown
= 1
1394 def wxStockCursor(*_args
, **_kwargs
):
1395 val
= apply(gdic
.wxStockCursor
,_args
,_kwargs
)
1396 if val
: val
= wxCursorPtr(val
); val
.thisown
= 1
1399 def wxNamedColour(*_args
, **_kwargs
):
1400 val
= apply(gdic
.wxNamedColour
,_args
,_kwargs
)
1401 if val
: val
= wxColourPtr(val
); val
.thisown
= 1
1404 def wxMemoryDCFromDC(*_args
, **_kwargs
):
1405 val
= apply(gdic
.wxMemoryDCFromDC
,_args
,_kwargs
)
1406 if val
: val
= wxMemoryDCPtr(val
); val
.thisown
= 1
1409 wxFontMapper_GetEncodingName
= gdic
.wxFontMapper_GetEncodingName
1411 wxFontMapper_GetEncodingDescription
= gdic
.wxFontMapper_GetEncodingDescription
1413 wxFontMapper_GetDefaultConfigPath
= gdic
.wxFontMapper_GetDefaultConfigPath
1415 wxFont_GetDefaultEncoding
= gdic
.wxFont_GetDefaultEncoding
1417 wxFont_SetDefaultEncoding
= gdic
.wxFont_SetDefaultEncoding
1421 #-------------- VARIABLE WRAPPERS ------------------
1423 wxFONTFAMILY_DEFAULT
= gdic
.wxFONTFAMILY_DEFAULT
1424 wxFONTFAMILY_DECORATIVE
= gdic
.wxFONTFAMILY_DECORATIVE
1425 wxFONTFAMILY_ROMAN
= gdic
.wxFONTFAMILY_ROMAN
1426 wxFONTFAMILY_SCRIPT
= gdic
.wxFONTFAMILY_SCRIPT
1427 wxFONTFAMILY_SWISS
= gdic
.wxFONTFAMILY_SWISS
1428 wxFONTFAMILY_MODERN
= gdic
.wxFONTFAMILY_MODERN
1429 wxFONTFAMILY_TELETYPE
= gdic
.wxFONTFAMILY_TELETYPE
1430 wxFONTFAMILY_MAX
= gdic
.wxFONTFAMILY_MAX
1431 wxFONTFAMILY_UNKNOWN
= gdic
.wxFONTFAMILY_UNKNOWN
1432 wxFONTSTYLE_NORMAL
= gdic
.wxFONTSTYLE_NORMAL
1433 wxFONTSTYLE_ITALIC
= gdic
.wxFONTSTYLE_ITALIC
1434 wxFONTSTYLE_SLANT
= gdic
.wxFONTSTYLE_SLANT
1435 wxFONTSTYLE_MAX
= gdic
.wxFONTSTYLE_MAX
1436 wxFONTWEIGHT_NORMAL
= gdic
.wxFONTWEIGHT_NORMAL
1437 wxFONTWEIGHT_LIGHT
= gdic
.wxFONTWEIGHT_LIGHT
1438 wxFONTWEIGHT_BOLD
= gdic
.wxFONTWEIGHT_BOLD
1439 wxFONTWEIGHT_MAX
= gdic
.wxFONTWEIGHT_MAX
1440 wxFONTENCODING_SYSTEM
= gdic
.wxFONTENCODING_SYSTEM
1441 wxFONTENCODING_DEFAULT
= gdic
.wxFONTENCODING_DEFAULT
1442 wxFONTENCODING_ISO8859_1
= gdic
.wxFONTENCODING_ISO8859_1
1443 wxFONTENCODING_ISO8859_2
= gdic
.wxFONTENCODING_ISO8859_2
1444 wxFONTENCODING_ISO8859_3
= gdic
.wxFONTENCODING_ISO8859_3
1445 wxFONTENCODING_ISO8859_4
= gdic
.wxFONTENCODING_ISO8859_4
1446 wxFONTENCODING_ISO8859_5
= gdic
.wxFONTENCODING_ISO8859_5
1447 wxFONTENCODING_ISO8859_6
= gdic
.wxFONTENCODING_ISO8859_6
1448 wxFONTENCODING_ISO8859_7
= gdic
.wxFONTENCODING_ISO8859_7
1449 wxFONTENCODING_ISO8859_8
= gdic
.wxFONTENCODING_ISO8859_8
1450 wxFONTENCODING_ISO8859_9
= gdic
.wxFONTENCODING_ISO8859_9
1451 wxFONTENCODING_ISO8859_10
= gdic
.wxFONTENCODING_ISO8859_10
1452 wxFONTENCODING_ISO8859_11
= gdic
.wxFONTENCODING_ISO8859_11
1453 wxFONTENCODING_ISO8859_12
= gdic
.wxFONTENCODING_ISO8859_12
1454 wxFONTENCODING_ISO8859_13
= gdic
.wxFONTENCODING_ISO8859_13
1455 wxFONTENCODING_ISO8859_14
= gdic
.wxFONTENCODING_ISO8859_14
1456 wxFONTENCODING_ISO8859_15
= gdic
.wxFONTENCODING_ISO8859_15
1457 wxFONTENCODING_ISO8859_MAX
= gdic
.wxFONTENCODING_ISO8859_MAX
1458 wxFONTENCODING_KOI8
= gdic
.wxFONTENCODING_KOI8
1459 wxFONTENCODING_ALTERNATIVE
= gdic
.wxFONTENCODING_ALTERNATIVE
1460 wxFONTENCODING_BULGARIAN
= gdic
.wxFONTENCODING_BULGARIAN
1461 wxFONTENCODING_CP437
= gdic
.wxFONTENCODING_CP437
1462 wxFONTENCODING_CP850
= gdic
.wxFONTENCODING_CP850
1463 wxFONTENCODING_CP852
= gdic
.wxFONTENCODING_CP852
1464 wxFONTENCODING_CP855
= gdic
.wxFONTENCODING_CP855
1465 wxFONTENCODING_CP866
= gdic
.wxFONTENCODING_CP866
1466 wxFONTENCODING_CP874
= gdic
.wxFONTENCODING_CP874
1467 wxFONTENCODING_CP932
= gdic
.wxFONTENCODING_CP932
1468 wxFONTENCODING_CP936
= gdic
.wxFONTENCODING_CP936
1469 wxFONTENCODING_CP949
= gdic
.wxFONTENCODING_CP949
1470 wxFONTENCODING_CP950
= gdic
.wxFONTENCODING_CP950
1471 wxFONTENCODING_CP1250
= gdic
.wxFONTENCODING_CP1250
1472 wxFONTENCODING_CP1251
= gdic
.wxFONTENCODING_CP1251
1473 wxFONTENCODING_CP1252
= gdic
.wxFONTENCODING_CP1252
1474 wxFONTENCODING_CP1253
= gdic
.wxFONTENCODING_CP1253
1475 wxFONTENCODING_CP1254
= gdic
.wxFONTENCODING_CP1254
1476 wxFONTENCODING_CP1255
= gdic
.wxFONTENCODING_CP1255
1477 wxFONTENCODING_CP1256
= gdic
.wxFONTENCODING_CP1256
1478 wxFONTENCODING_CP1257
= gdic
.wxFONTENCODING_CP1257
1479 wxFONTENCODING_CP12_MAX
= gdic
.wxFONTENCODING_CP12_MAX
1480 wxFONTENCODING_UTF7
= gdic
.wxFONTENCODING_UTF7
1481 wxFONTENCODING_UTF8
= gdic
.wxFONTENCODING_UTF8
1482 wxFONTENCODING_UNICODE
= gdic
.wxFONTENCODING_UNICODE
1483 wxFONTENCODING_MAX
= gdic
.wxFONTENCODING_MAX
1484 wxIMAGELIST_DRAW_NORMAL
= gdic
.wxIMAGELIST_DRAW_NORMAL
1485 wxIMAGELIST_DRAW_TRANSPARENT
= gdic
.wxIMAGELIST_DRAW_TRANSPARENT
1486 wxIMAGELIST_DRAW_SELECTED
= gdic
.wxIMAGELIST_DRAW_SELECTED
1487 wxIMAGELIST_DRAW_FOCUSED
= gdic
.wxIMAGELIST_DRAW_FOCUSED
1488 wxIMAGE_LIST_NORMAL
= gdic
.wxIMAGE_LIST_NORMAL
1489 wxIMAGE_LIST_SMALL
= gdic
.wxIMAGE_LIST_SMALL
1490 wxIMAGE_LIST_STATE
= gdic
.wxIMAGE_LIST_STATE
1491 wxOutRegion
= gdic
.wxOutRegion
1492 wxPartRegion
= gdic
.wxPartRegion
1493 wxInRegion
= gdic
.wxInRegion
1495 wxNORMAL_FONT
= wxFontPtr(gdic
.cvar
.wxNORMAL_FONT
)
1496 wxSMALL_FONT
= wxFontPtr(gdic
.cvar
.wxSMALL_FONT
)
1497 wxITALIC_FONT
= wxFontPtr(gdic
.cvar
.wxITALIC_FONT
)
1498 wxSWISS_FONT
= wxFontPtr(gdic
.cvar
.wxSWISS_FONT
)
1499 wxRED_PEN
= wxPenPtr(gdic
.cvar
.wxRED_PEN
)
1500 wxCYAN_PEN
= wxPenPtr(gdic
.cvar
.wxCYAN_PEN
)
1501 wxGREEN_PEN
= wxPenPtr(gdic
.cvar
.wxGREEN_PEN
)
1502 wxBLACK_PEN
= wxPenPtr(gdic
.cvar
.wxBLACK_PEN
)
1503 wxWHITE_PEN
= wxPenPtr(gdic
.cvar
.wxWHITE_PEN
)
1504 wxTRANSPARENT_PEN
= wxPenPtr(gdic
.cvar
.wxTRANSPARENT_PEN
)
1505 wxBLACK_DASHED_PEN
= wxPenPtr(gdic
.cvar
.wxBLACK_DASHED_PEN
)
1506 wxGREY_PEN
= wxPenPtr(gdic
.cvar
.wxGREY_PEN
)
1507 wxMEDIUM_GREY_PEN
= wxPenPtr(gdic
.cvar
.wxMEDIUM_GREY_PEN
)
1508 wxLIGHT_GREY_PEN
= wxPenPtr(gdic
.cvar
.wxLIGHT_GREY_PEN
)
1509 wxBLUE_BRUSH
= wxBrushPtr(gdic
.cvar
.wxBLUE_BRUSH
)
1510 wxGREEN_BRUSH
= wxBrushPtr(gdic
.cvar
.wxGREEN_BRUSH
)
1511 wxWHITE_BRUSH
= wxBrushPtr(gdic
.cvar
.wxWHITE_BRUSH
)
1512 wxBLACK_BRUSH
= wxBrushPtr(gdic
.cvar
.wxBLACK_BRUSH
)
1513 wxTRANSPARENT_BRUSH
= wxBrushPtr(gdic
.cvar
.wxTRANSPARENT_BRUSH
)
1514 wxCYAN_BRUSH
= wxBrushPtr(gdic
.cvar
.wxCYAN_BRUSH
)
1515 wxRED_BRUSH
= wxBrushPtr(gdic
.cvar
.wxRED_BRUSH
)
1516 wxGREY_BRUSH
= wxBrushPtr(gdic
.cvar
.wxGREY_BRUSH
)
1517 wxMEDIUM_GREY_BRUSH
= wxBrushPtr(gdic
.cvar
.wxMEDIUM_GREY_BRUSH
)
1518 wxLIGHT_GREY_BRUSH
= wxBrushPtr(gdic
.cvar
.wxLIGHT_GREY_BRUSH
)
1519 wxBLACK
= wxColourPtr(gdic
.cvar
.wxBLACK
)
1520 wxWHITE
= wxColourPtr(gdic
.cvar
.wxWHITE
)
1521 wxRED
= wxColourPtr(gdic
.cvar
.wxRED
)
1522 wxBLUE
= wxColourPtr(gdic
.cvar
.wxBLUE
)
1523 wxGREEN
= wxColourPtr(gdic
.cvar
.wxGREEN
)
1524 wxCYAN
= wxColourPtr(gdic
.cvar
.wxCYAN
)
1525 wxLIGHT_GREY
= wxColourPtr(gdic
.cvar
.wxLIGHT_GREY
)
1526 wxSTANDARD_CURSOR
= wxCursorPtr(gdic
.cvar
.wxSTANDARD_CURSOR
)
1527 wxHOURGLASS_CURSOR
= wxCursorPtr(gdic
.cvar
.wxHOURGLASS_CURSOR
)
1528 wxCROSS_CURSOR
= wxCursorPtr(gdic
.cvar
.wxCROSS_CURSOR
)
1529 wxNullBitmap
= wxBitmapPtr(gdic
.cvar
.wxNullBitmap
)
1530 wxNullIcon
= wxIconPtr(gdic
.cvar
.wxNullIcon
)
1531 wxNullCursor
= wxCursorPtr(gdic
.cvar
.wxNullCursor
)
1532 wxNullPen
= wxPenPtr(gdic
.cvar
.wxNullPen
)
1533 wxNullBrush
= wxBrushPtr(gdic
.cvar
.wxNullBrush
)
1534 wxNullPalette
= wxPalettePtr(gdic
.cvar
.wxNullPalette
)
1535 wxNullFont
= wxFontPtr(gdic
.cvar
.wxNullFont
)
1536 wxNullColour
= wxColourPtr(gdic
.cvar
.wxNullColour
)
1537 wxTheFontList
= wxFontListPtr(gdic
.cvar
.wxTheFontList
)
1538 wxThePenList
= wxPenListPtr(gdic
.cvar
.wxThePenList
)
1539 wxTheBrushList
= wxBrushListPtr(gdic
.cvar
.wxTheBrushList
)
1540 wxTheColourDatabase
= wxColourDatabasePtr(gdic
.cvar
.wxTheColourDatabase
)