]>
Commit | Line | Data |
---|---|---|
70551f47 | 1 | # This file was created automatically by SWIG. |
d14a1e28 | 2 | # Don't modify this file, modify the SWIG interface instead. |
70551f47 | 3 | |
d14a1e28 | 4 | import _gdi |
a323d3bd | 5 | |
d14a1e28 RD |
6 | import core |
7 | wx = core | |
8 | #--------------------------------------------------------------------------- | |
9 | ||
10 | class GDIObject(core.Object): | |
e811c8ce RD |
11 | def __repr__(self): |
12 | return "<%s.%s; proxy of C++ wxGDIObject instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 13 | def __init__(self, *args, **kwargs): |
e811c8ce | 14 | """__init__() -> GDIObject""" |
d14a1e28 RD |
15 | newobj = _gdi.new_GDIObject(*args, **kwargs) |
16 | self.this = newobj.this | |
9df61a29 | 17 | self.thisown = 1 |
d14a1e28 RD |
18 | del newobj.thisown |
19 | def __del__(self, destroy=_gdi.delete_GDIObject): | |
e811c8ce | 20 | """__del__()""" |
d14a1e28 RD |
21 | try: |
22 | if self.thisown: destroy(self) | |
23 | except: pass | |
e811c8ce RD |
24 | |
25 | def GetVisible(*args, **kwargs): | |
26 | """GetVisible() -> bool""" | |
27 | return _gdi.GDIObject_GetVisible(*args, **kwargs) | |
28 | ||
29 | def SetVisible(*args, **kwargs): | |
30 | """SetVisible(bool visible)""" | |
31 | return _gdi.GDIObject_SetVisible(*args, **kwargs) | |
32 | ||
33 | def IsNull(*args, **kwargs): | |
34 | """IsNull() -> bool""" | |
35 | return _gdi.GDIObject_IsNull(*args, **kwargs) | |
36 | ||
9df61a29 | 37 | |
d14a1e28 RD |
38 | class GDIObjectPtr(GDIObject): |
39 | def __init__(self, this): | |
40 | self.this = this | |
41 | if not hasattr(self,"thisown"): self.thisown = 0 | |
42 | self.__class__ = GDIObject | |
43 | _gdi.GDIObject_swigregister(GDIObjectPtr) | |
9df61a29 | 44 | |
d14a1e28 RD |
45 | #--------------------------------------------------------------------------- |
46 | ||
47 | class Colour(core.Object): | |
e811c8ce RD |
48 | def __repr__(self): |
49 | return "<%s.%s; proxy of C++ wxColour instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 50 | def __init__(self, *args, **kwargs): |
e811c8ce | 51 | """__init__(unsigned char red=0, unsigned char green=0, unsigned char blue=0) -> Colour""" |
d14a1e28 RD |
52 | newobj = _gdi.new_Colour(*args, **kwargs) |
53 | self.this = newobj.this | |
54 | self.thisown = 1 | |
55 | del newobj.thisown | |
56 | def __del__(self, destroy=_gdi.delete_Colour): | |
e811c8ce | 57 | """__del__()""" |
d14a1e28 RD |
58 | try: |
59 | if self.thisown: destroy(self) | |
60 | except: pass | |
e811c8ce RD |
61 | |
62 | def Red(*args, **kwargs): | |
63 | """Red() -> unsigned char""" | |
64 | return _gdi.Colour_Red(*args, **kwargs) | |
65 | ||
66 | def Green(*args, **kwargs): | |
67 | """Green() -> unsigned char""" | |
68 | return _gdi.Colour_Green(*args, **kwargs) | |
69 | ||
70 | def Blue(*args, **kwargs): | |
71 | """Blue() -> unsigned char""" | |
72 | return _gdi.Colour_Blue(*args, **kwargs) | |
73 | ||
74 | def Ok(*args, **kwargs): | |
75 | """Ok() -> bool""" | |
76 | return _gdi.Colour_Ok(*args, **kwargs) | |
77 | ||
78 | def Set(*args, **kwargs): | |
79 | """Set(unsigned char red, unsigned char green, unsigned char blue)""" | |
80 | return _gdi.Colour_Set(*args, **kwargs) | |
81 | ||
c9c7117a RD |
82 | def SetRGB(*args, **kwargs): |
83 | """SetRGB(unsigned long colRGB)""" | |
84 | return _gdi.Colour_SetRGB(*args, **kwargs) | |
e811c8ce RD |
85 | |
86 | def __eq__(*args, **kwargs): | |
87 | """__eq__(Colour colour) -> bool""" | |
88 | return _gdi.Colour___eq__(*args, **kwargs) | |
89 | ||
90 | def __ne__(*args, **kwargs): | |
91 | """__ne__(Colour colour) -> bool""" | |
92 | return _gdi.Colour___ne__(*args, **kwargs) | |
93 | ||
c9c7117a | 94 | def InitFromName(*args, **kwargs): |
196addbf | 95 | """InitFromName(String colourName)""" |
c9c7117a RD |
96 | return _gdi.Colour_InitFromName(*args, **kwargs) |
97 | ||
e811c8ce RD |
98 | def Get(*args, **kwargs): |
99 | """Get() -> PyObject""" | |
100 | return _gdi.Colour_Get(*args, **kwargs) | |
101 | ||
d14a1e28 RD |
102 | asTuple = Get |
103 | def __str__(self): return str(self.asTuple()) | |
3a04f143 | 104 | def __repr__(self): return 'wx.Colour' + str(self.asTuple()) |
d14a1e28 | 105 | def __nonzero__(self): return self.Ok() |
74e96f3d RD |
106 | __safe_for_unpickling__ = True |
107 | def __reduce__(self): return (Colour, self.Get()) | |
9df61a29 RD |
108 | |
109 | ||
d14a1e28 RD |
110 | class ColourPtr(Colour): |
111 | def __init__(self, this): | |
70551f47 | 112 | self.this = this |
d14a1e28 RD |
113 | if not hasattr(self,"thisown"): self.thisown = 0 |
114 | self.__class__ = Colour | |
115 | _gdi.Colour_swigregister(ColourPtr) | |
70551f47 | 116 | |
d14a1e28 | 117 | def NamedColour(*args, **kwargs): |
196addbf | 118 | """NamedColour(String colorName) -> Colour""" |
d14a1e28 RD |
119 | val = _gdi.new_NamedColour(*args, **kwargs) |
120 | val.thisown = 1 | |
121 | return val | |
70551f47 | 122 | |
d14a1e28 | 123 | def ColourRGB(*args, **kwargs): |
e811c8ce | 124 | """ColourRGB(unsigned long colRGB) -> Colour""" |
d14a1e28 RD |
125 | val = _gdi.new_ColourRGB(*args, **kwargs) |
126 | val.thisown = 1 | |
127 | return val | |
70551f47 | 128 | |
d14a1e28 | 129 | class Palette(GDIObject): |
e811c8ce RD |
130 | def __repr__(self): |
131 | return "<%s.%s; proxy of C++ wxPalette instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 132 | def __init__(self, *args, **kwargs): |
e811c8ce | 133 | """__init__(int n, unsigned char red, unsigned char green, unsigned char blue) -> Palette""" |
d14a1e28 RD |
134 | newobj = _gdi.new_Palette(*args, **kwargs) |
135 | self.this = newobj.this | |
136 | self.thisown = 1 | |
137 | del newobj.thisown | |
138 | def __del__(self, destroy=_gdi.delete_Palette): | |
e811c8ce | 139 | """__del__()""" |
d14a1e28 RD |
140 | try: |
141 | if self.thisown: destroy(self) | |
142 | except: pass | |
e811c8ce RD |
143 | |
144 | def GetPixel(*args, **kwargs): | |
145 | """GetPixel(byte red, byte green, byte blue) -> int""" | |
146 | return _gdi.Palette_GetPixel(*args, **kwargs) | |
147 | ||
148 | def GetRGB(*args, **kwargs): | |
322913ce | 149 | """GetRGB(int pixel) -> (R,G,B)""" |
e811c8ce RD |
150 | return _gdi.Palette_GetRGB(*args, **kwargs) |
151 | ||
152 | def Ok(*args, **kwargs): | |
153 | """Ok() -> bool""" | |
154 | return _gdi.Palette_Ok(*args, **kwargs) | |
155 | ||
322913ce | 156 | def __nonzero__(self): return self.Ok() |
70551f47 | 157 | |
d14a1e28 RD |
158 | class PalettePtr(Palette): |
159 | def __init__(self, this): | |
70551f47 | 160 | self.this = this |
d14a1e28 RD |
161 | if not hasattr(self,"thisown"): self.thisown = 0 |
162 | self.__class__ = Palette | |
163 | _gdi.Palette_swigregister(PalettePtr) | |
164 | ||
165 | #--------------------------------------------------------------------------- | |
166 | ||
167 | class Pen(GDIObject): | |
e811c8ce RD |
168 | def __repr__(self): |
169 | return "<%s.%s; proxy of C++ wxPen instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 170 | def __init__(self, *args, **kwargs): |
e811c8ce | 171 | """__init__(Colour colour, int width=1, int style=SOLID) -> Pen""" |
d14a1e28 RD |
172 | newobj = _gdi.new_Pen(*args, **kwargs) |
173 | self.this = newobj.this | |
174 | self.thisown = 1 | |
175 | del newobj.thisown | |
176 | def __del__(self, destroy=_gdi.delete_Pen): | |
e811c8ce | 177 | """__del__()""" |
d14a1e28 RD |
178 | try: |
179 | if self.thisown: destroy(self) | |
180 | except: pass | |
e811c8ce RD |
181 | |
182 | def GetCap(*args, **kwargs): | |
183 | """GetCap() -> int""" | |
184 | return _gdi.Pen_GetCap(*args, **kwargs) | |
185 | ||
186 | def GetColour(*args, **kwargs): | |
187 | """GetColour() -> Colour""" | |
188 | return _gdi.Pen_GetColour(*args, **kwargs) | |
189 | ||
190 | def GetJoin(*args, **kwargs): | |
191 | """GetJoin() -> int""" | |
192 | return _gdi.Pen_GetJoin(*args, **kwargs) | |
193 | ||
194 | def GetStyle(*args, **kwargs): | |
195 | """GetStyle() -> int""" | |
196 | return _gdi.Pen_GetStyle(*args, **kwargs) | |
197 | ||
198 | def GetWidth(*args, **kwargs): | |
199 | """GetWidth() -> int""" | |
200 | return _gdi.Pen_GetWidth(*args, **kwargs) | |
201 | ||
202 | def Ok(*args, **kwargs): | |
203 | """Ok() -> bool""" | |
204 | return _gdi.Pen_Ok(*args, **kwargs) | |
205 | ||
206 | def SetCap(*args, **kwargs): | |
207 | """SetCap(int cap_style)""" | |
208 | return _gdi.Pen_SetCap(*args, **kwargs) | |
209 | ||
210 | def SetColour(*args, **kwargs): | |
211 | """SetColour(Colour colour)""" | |
212 | return _gdi.Pen_SetColour(*args, **kwargs) | |
213 | ||
214 | def SetJoin(*args, **kwargs): | |
215 | """SetJoin(int join_style)""" | |
216 | return _gdi.Pen_SetJoin(*args, **kwargs) | |
217 | ||
218 | def SetStyle(*args, **kwargs): | |
219 | """SetStyle(int style)""" | |
220 | return _gdi.Pen_SetStyle(*args, **kwargs) | |
221 | ||
222 | def SetWidth(*args, **kwargs): | |
223 | """SetWidth(int width)""" | |
224 | return _gdi.Pen_SetWidth(*args, **kwargs) | |
225 | ||
226 | def SetDashes(*args, **kwargs): | |
227 | """SetDashes(int dashes, wxDash dashes_array)""" | |
228 | return _gdi.Pen_SetDashes(*args, **kwargs) | |
229 | ||
230 | def GetDashes(*args, **kwargs): | |
231 | """GetDashes() -> PyObject""" | |
232 | return _gdi.Pen_GetDashes(*args, **kwargs) | |
233 | ||
c9c7117a RD |
234 | def GetDashCount(*args, **kwargs): |
235 | """GetDashCount() -> int""" | |
236 | return _gdi.Pen_GetDashCount(*args, **kwargs) | |
237 | ||
d14a1e28 | 238 | def __nonzero__(self): return self.Ok() |
d14a1e28 RD |
239 | |
240 | class PenPtr(Pen): | |
241 | def __init__(self, this): | |
242 | self.this = this | |
243 | if not hasattr(self,"thisown"): self.thisown = 0 | |
244 | self.__class__ = Pen | |
245 | _gdi.Pen_swigregister(PenPtr) | |
246 | ||
247 | class PyPen(Pen): | |
e811c8ce RD |
248 | def __repr__(self): |
249 | return "<%s.%s; proxy of C++ wxPyPen instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 250 | def __init__(self, *args, **kwargs): |
e811c8ce | 251 | """__init__(Colour colour, int width=1, int style=SOLID) -> PyPen""" |
d14a1e28 RD |
252 | newobj = _gdi.new_PyPen(*args, **kwargs) |
253 | self.this = newobj.this | |
70551f47 | 254 | self.thisown = 1 |
d14a1e28 RD |
255 | del newobj.thisown |
256 | def __del__(self, destroy=_gdi.delete_PyPen): | |
e811c8ce | 257 | """__del__()""" |
d14a1e28 RD |
258 | try: |
259 | if self.thisown: destroy(self) | |
260 | except: pass | |
e811c8ce RD |
261 | |
262 | def SetDashes(*args, **kwargs): | |
263 | """SetDashes(int dashes, wxDash dashes_array)""" | |
264 | return _gdi.PyPen_SetDashes(*args, **kwargs) | |
265 | ||
70551f47 | 266 | |
d14a1e28 RD |
267 | class PyPenPtr(PyPen): |
268 | def __init__(self, this): | |
269 | self.this = this | |
270 | if not hasattr(self,"thisown"): self.thisown = 0 | |
271 | self.__class__ = PyPen | |
272 | _gdi.PyPen_swigregister(PyPenPtr) | |
70551f47 | 273 | |
d14a1e28 RD |
274 | Pen = PyPen |
275 | #--------------------------------------------------------------------------- | |
70551f47 | 276 | |
d14a1e28 | 277 | class Brush(GDIObject): |
0df68c9f RD |
278 | """ |
279 | A brush is a drawing tool for filling in areas. It is used for painting the | |
280 | background of rectangles, ellipses, etc. It has a colour and a style. | |
281 | """ | |
e811c8ce RD |
282 | def __repr__(self): |
283 | return "<%s.%s; proxy of C++ wxBrush instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 284 | def __init__(self, *args, **kwargs): |
0df68c9f RD |
285 | """ |
286 | __init__(Colour colour, int style=SOLID) -> Brush | |
1e0c8722 | 287 | |
0df68c9f RD |
288 | Constructs a brush from a colour object and style. |
289 | """ | |
d14a1e28 RD |
290 | newobj = _gdi.new_Brush(*args, **kwargs) |
291 | self.this = newobj.this | |
292 | self.thisown = 1 | |
293 | del newobj.thisown | |
294 | def __del__(self, destroy=_gdi.delete_Brush): | |
e811c8ce | 295 | """__del__()""" |
d14a1e28 RD |
296 | try: |
297 | if self.thisown: destroy(self) | |
298 | except: pass | |
e811c8ce RD |
299 | |
300 | def SetColour(*args, **kwargs): | |
301 | """SetColour(Colour col)""" | |
302 | return _gdi.Brush_SetColour(*args, **kwargs) | |
303 | ||
304 | def SetStyle(*args, **kwargs): | |
305 | """SetStyle(int style)""" | |
306 | return _gdi.Brush_SetStyle(*args, **kwargs) | |
307 | ||
308 | def SetStipple(*args, **kwargs): | |
309 | """SetStipple(Bitmap stipple)""" | |
310 | return _gdi.Brush_SetStipple(*args, **kwargs) | |
311 | ||
312 | def GetColour(*args, **kwargs): | |
313 | """GetColour() -> Colour""" | |
314 | return _gdi.Brush_GetColour(*args, **kwargs) | |
315 | ||
316 | def GetStyle(*args, **kwargs): | |
317 | """GetStyle() -> int""" | |
318 | return _gdi.Brush_GetStyle(*args, **kwargs) | |
319 | ||
320 | def GetStipple(*args, **kwargs): | |
321 | """GetStipple() -> Bitmap""" | |
322 | return _gdi.Brush_GetStipple(*args, **kwargs) | |
323 | ||
324 | def Ok(*args, **kwargs): | |
325 | """Ok() -> bool""" | |
326 | return _gdi.Brush_Ok(*args, **kwargs) | |
327 | ||
d14a1e28 | 328 | def __nonzero__(self): return self.Ok() |
70551f47 | 329 | |
d14a1e28 RD |
330 | class BrushPtr(Brush): |
331 | def __init__(self, this): | |
70551f47 | 332 | self.this = this |
d14a1e28 RD |
333 | if not hasattr(self,"thisown"): self.thisown = 0 |
334 | self.__class__ = Brush | |
335 | _gdi.Brush_swigregister(BrushPtr) | |
336 | ||
337 | class Bitmap(GDIObject): | |
e811c8ce RD |
338 | def __repr__(self): |
339 | return "<%s.%s; proxy of C++ wxBitmap instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 340 | def __init__(self, *args, **kwargs): |
0df68c9f | 341 | """ |
196addbf | 342 | __init__(String name, int type=BITMAP_TYPE_ANY) -> Bitmap |
1e0c8722 | 343 | |
0df68c9f RD |
344 | Loads a bitmap from a file. |
345 | """ | |
d14a1e28 RD |
346 | newobj = _gdi.new_Bitmap(*args, **kwargs) |
347 | self.this = newobj.this | |
8bf5d46e | 348 | self.thisown = 1 |
d14a1e28 RD |
349 | del newobj.thisown |
350 | def __del__(self, destroy=_gdi.delete_Bitmap): | |
e811c8ce | 351 | """__del__()""" |
d14a1e28 RD |
352 | try: |
353 | if self.thisown: destroy(self) | |
354 | except: pass | |
e811c8ce RD |
355 | |
356 | def Ok(*args, **kwargs): | |
357 | """Ok() -> bool""" | |
358 | return _gdi.Bitmap_Ok(*args, **kwargs) | |
359 | ||
360 | def GetWidth(*args, **kwargs): | |
0df68c9f RD |
361 | """ |
362 | GetWidth() -> int | |
1e0c8722 | 363 | |
0df68c9f RD |
364 | Gets the width of the bitmap in pixels. |
365 | """ | |
e811c8ce RD |
366 | return _gdi.Bitmap_GetWidth(*args, **kwargs) |
367 | ||
368 | def GetHeight(*args, **kwargs): | |
0df68c9f RD |
369 | """ |
370 | GetHeight() -> int | |
1e0c8722 | 371 | |
0df68c9f RD |
372 | Gets the height of the bitmap in pixels. |
373 | """ | |
e811c8ce RD |
374 | return _gdi.Bitmap_GetHeight(*args, **kwargs) |
375 | ||
376 | def GetDepth(*args, **kwargs): | |
0df68c9f RD |
377 | """ |
378 | GetDepth() -> int | |
1e0c8722 | 379 | |
0df68c9f RD |
380 | Gets the colour depth of the bitmap. A value of 1 indicates a |
381 | monochrome bitmap. | |
382 | """ | |
e811c8ce RD |
383 | return _gdi.Bitmap_GetDepth(*args, **kwargs) |
384 | ||
385 | def ConvertToImage(*args, **kwargs): | |
0df68c9f RD |
386 | """ |
387 | ConvertToImage() -> Image | |
1e0c8722 | 388 | |
0df68c9f RD |
389 | Creates a platform-independent image from a platform-dependent bitmap. This |
390 | preserves mask information so that bitmaps and images can be converted back | |
391 | and forth without loss in that respect. | |
392 | """ | |
e811c8ce RD |
393 | return _gdi.Bitmap_ConvertToImage(*args, **kwargs) |
394 | ||
395 | def GetMask(*args, **kwargs): | |
0df68c9f RD |
396 | """ |
397 | GetMask() -> Mask | |
1e0c8722 | 398 | |
0df68c9f RD |
399 | Gets the associated mask (if any) which may have been loaded from a file |
400 | or explpicitly set for the bitmap. | |
401 | """ | |
e811c8ce RD |
402 | return _gdi.Bitmap_GetMask(*args, **kwargs) |
403 | ||
404 | def SetMask(*args, **kwargs): | |
0df68c9f RD |
405 | """ |
406 | SetMask(Mask mask) | |
1e0c8722 | 407 | |
0df68c9f RD |
408 | Sets the mask for this bitmap. |
409 | """ | |
e811c8ce RD |
410 | return _gdi.Bitmap_SetMask(*args, **kwargs) |
411 | ||
412 | def SetMaskColour(*args, **kwargs): | |
0df68c9f RD |
413 | """ |
414 | SetMaskColour(Colour colour) | |
1e0c8722 | 415 | |
0df68c9f RD |
416 | Create a Mask based on a specified colour in the Bitmap. |
417 | """ | |
e811c8ce RD |
418 | return _gdi.Bitmap_SetMaskColour(*args, **kwargs) |
419 | ||
420 | def GetSubBitmap(*args, **kwargs): | |
0df68c9f RD |
421 | """ |
422 | GetSubBitmap(Rect rect) -> Bitmap | |
1e0c8722 | 423 | |
0df68c9f RD |
424 | Returns a sub bitmap of the current one as long as the rect belongs entirely |
425 | to the bitmap. This function preserves bit depth and mask information. | |
426 | """ | |
e811c8ce RD |
427 | return _gdi.Bitmap_GetSubBitmap(*args, **kwargs) |
428 | ||
429 | def SaveFile(*args, **kwargs): | |
0df68c9f | 430 | """ |
196addbf | 431 | SaveFile(String name, int type, Palette palette=(wxPalette *) NULL) -> bool |
1e0c8722 | 432 | |
0df68c9f RD |
433 | Saves a bitmap in the named file. |
434 | """ | |
e811c8ce RD |
435 | return _gdi.Bitmap_SaveFile(*args, **kwargs) |
436 | ||
437 | def LoadFile(*args, **kwargs): | |
0df68c9f | 438 | """ |
196addbf | 439 | LoadFile(String name, int type) -> bool |
1e0c8722 | 440 | |
0df68c9f RD |
441 | Loads a bitmap from a file |
442 | """ | |
e811c8ce RD |
443 | return _gdi.Bitmap_LoadFile(*args, **kwargs) |
444 | ||
445 | def CopyFromIcon(*args, **kwargs): | |
446 | """CopyFromIcon(Icon icon) -> bool""" | |
447 | return _gdi.Bitmap_CopyFromIcon(*args, **kwargs) | |
448 | ||
449 | def SetHeight(*args, **kwargs): | |
0df68c9f RD |
450 | """ |
451 | SetHeight(int height) | |
1e0c8722 | 452 | |
0df68c9f RD |
453 | Set the height property (does not affect the bitmap data). |
454 | """ | |
e811c8ce RD |
455 | return _gdi.Bitmap_SetHeight(*args, **kwargs) |
456 | ||
457 | def SetWidth(*args, **kwargs): | |
0df68c9f RD |
458 | """ |
459 | SetWidth(int width) | |
1e0c8722 | 460 | |
0df68c9f RD |
461 | Set the width property (does not affect the bitmap data). |
462 | """ | |
e811c8ce RD |
463 | return _gdi.Bitmap_SetWidth(*args, **kwargs) |
464 | ||
465 | def SetDepth(*args, **kwargs): | |
0df68c9f RD |
466 | """ |
467 | SetDepth(int depth) | |
1e0c8722 | 468 | |
0df68c9f RD |
469 | Set the depth property (does not affect the bitmap data). |
470 | """ | |
e811c8ce RD |
471 | return _gdi.Bitmap_SetDepth(*args, **kwargs) |
472 | ||
d14a1e28 | 473 | def __nonzero__(self): return self.Ok() |
70551f47 | 474 | |
d14a1e28 RD |
475 | class BitmapPtr(Bitmap): |
476 | def __init__(self, this): | |
477 | self.this = this | |
478 | if not hasattr(self,"thisown"): self.thisown = 0 | |
479 | self.__class__ = Bitmap | |
480 | _gdi.Bitmap_swigregister(BitmapPtr) | |
70551f47 | 481 | |
d14a1e28 | 482 | def EmptyBitmap(*args, **kwargs): |
0df68c9f RD |
483 | """ |
484 | EmptyBitmap(int width, int height, int depth=-1) -> Bitmap | |
1e0c8722 | 485 | |
0df68c9f RD |
486 | Creates a new bitmap of the given size. A depth of -1 indicates the depth of |
487 | the current screen or visual. Some platforms only support 1 for monochrome and | |
488 | -1 for the current colour setting. | |
489 | """ | |
d14a1e28 RD |
490 | val = _gdi.new_EmptyBitmap(*args, **kwargs) |
491 | val.thisown = 1 | |
492 | return val | |
70551f47 | 493 | |
d14a1e28 | 494 | def BitmapFromIcon(*args, **kwargs): |
0df68c9f RD |
495 | """ |
496 | BitmapFromIcon(Icon icon) -> Bitmap | |
1e0c8722 | 497 | |
0df68c9f RD |
498 | Create a new bitmap from an Icon object. |
499 | """ | |
d14a1e28 RD |
500 | val = _gdi.new_BitmapFromIcon(*args, **kwargs) |
501 | val.thisown = 1 | |
502 | return val | |
70551f47 | 503 | |
d14a1e28 | 504 | def BitmapFromImage(*args, **kwargs): |
0df68c9f RD |
505 | """ |
506 | BitmapFromImage(Image image, int depth=-1) -> Bitmap | |
507 | ||
508 | Creates bitmap object from the image. This has to be done to actually display | |
509 | an image as you cannot draw an image directly on a window. The resulting | |
510 | bitmap will use the provided colour depth (or that of the current system if | |
511 | depth is -1) which entails that a colour reduction has to take place. | |
512 | """ | |
d14a1e28 RD |
513 | val = _gdi.new_BitmapFromImage(*args, **kwargs) |
514 | val.thisown = 1 | |
515 | return val | |
3ef86e32 | 516 | |
d14a1e28 | 517 | def BitmapFromXPMData(*args, **kwargs): |
0df68c9f RD |
518 | """ |
519 | BitmapFromXPMData(PyObject listOfStrings) -> Bitmap | |
1e0c8722 | 520 | |
0df68c9f RD |
521 | Construct a Bitmap from a list of strings formatted as XPM data. |
522 | """ | |
d14a1e28 RD |
523 | val = _gdi.new_BitmapFromXPMData(*args, **kwargs) |
524 | val.thisown = 1 | |
525 | return val | |
3ef86e32 | 526 | |
d14a1e28 | 527 | def BitmapFromBits(*args, **kwargs): |
0df68c9f RD |
528 | """ |
529 | BitmapFromBits(PyObject bits, int width, int height, int depth=1) -> Bitmap | |
530 | ||
531 | Creates a bitmap from an array of bits. You should only use this function for | |
532 | monochrome bitmaps (depth 1) in portable programs: in this case the bits | |
533 | parameter should contain an XBM image. For other bit depths, the behaviour is | |
534 | platform dependent. | |
535 | """ | |
d14a1e28 RD |
536 | val = _gdi.new_BitmapFromBits(*args, **kwargs) |
537 | val.thisown = 1 | |
538 | return val | |
3ef86e32 | 539 | |
d14a1e28 | 540 | class Mask(core.Object): |
0df68c9f RD |
541 | """ |
542 | This class encapsulates a monochrome mask bitmap, where the masked area is | |
543 | black and the unmasked area is white. When associated with a bitmap and drawn | |
544 | in a device context, the unmasked area of the bitmap will be drawn, and the | |
545 | masked area will not be drawn. | |
546 | """ | |
e811c8ce RD |
547 | def __repr__(self): |
548 | return "<%s.%s; proxy of C++ wxMask instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 549 | def __init__(self, *args, **kwargs): |
0df68c9f RD |
550 | """ |
551 | __init__(Bitmap bitmap) -> Mask | |
1e0c8722 | 552 | |
0df68c9f RD |
553 | Constructs a mask from a monochrome bitmap. |
554 | """ | |
d14a1e28 RD |
555 | newobj = _gdi.new_Mask(*args, **kwargs) |
556 | self.this = newobj.this | |
557 | self.thisown = 1 | |
558 | del newobj.thisown | |
3ef86e32 | 559 | |
d14a1e28 RD |
560 | class MaskPtr(Mask): |
561 | def __init__(self, this): | |
70551f47 | 562 | self.this = this |
d14a1e28 RD |
563 | if not hasattr(self,"thisown"): self.thisown = 0 |
564 | self.__class__ = Mask | |
565 | _gdi.Mask_swigregister(MaskPtr) | |
566 | ||
567 | def MaskColour(*args, **kwargs): | |
0df68c9f RD |
568 | """ |
569 | MaskColour(Bitmap bitmap, Colour colour) -> Mask | |
1e0c8722 | 570 | |
0df68c9f RD |
571 | Constructs a mask from a bitmap and a colour in that bitmap that indicates the |
572 | background. | |
573 | """ | |
d14a1e28 RD |
574 | val = _gdi.new_MaskColour(*args, **kwargs) |
575 | val.thisown = 1 | |
576 | return val | |
577 | ||
578 | class Icon(GDIObject): | |
e811c8ce RD |
579 | def __repr__(self): |
580 | return "<%s.%s; proxy of C++ wxIcon instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 581 | def __init__(self, *args, **kwargs): |
f87da722 | 582 | """__init__(String name, int type, int desiredWidth=-1, int desiredHeight=-1) -> Icon""" |
d14a1e28 RD |
583 | newobj = _gdi.new_Icon(*args, **kwargs) |
584 | self.this = newobj.this | |
1893b029 | 585 | self.thisown = 1 |
d14a1e28 RD |
586 | del newobj.thisown |
587 | def __del__(self, destroy=_gdi.delete_Icon): | |
e811c8ce | 588 | """__del__()""" |
d14a1e28 RD |
589 | try: |
590 | if self.thisown: destroy(self) | |
591 | except: pass | |
e811c8ce RD |
592 | |
593 | def LoadFile(*args, **kwargs): | |
f87da722 | 594 | """LoadFile(String name, int type) -> bool""" |
e811c8ce RD |
595 | return _gdi.Icon_LoadFile(*args, **kwargs) |
596 | ||
597 | def Ok(*args, **kwargs): | |
598 | """Ok() -> bool""" | |
599 | return _gdi.Icon_Ok(*args, **kwargs) | |
600 | ||
601 | def GetWidth(*args, **kwargs): | |
602 | """GetWidth() -> int""" | |
603 | return _gdi.Icon_GetWidth(*args, **kwargs) | |
604 | ||
605 | def GetHeight(*args, **kwargs): | |
606 | """GetHeight() -> int""" | |
607 | return _gdi.Icon_GetHeight(*args, **kwargs) | |
608 | ||
609 | def GetDepth(*args, **kwargs): | |
610 | """GetDepth() -> int""" | |
611 | return _gdi.Icon_GetDepth(*args, **kwargs) | |
612 | ||
613 | def SetWidth(*args, **kwargs): | |
614 | """SetWidth(int w)""" | |
615 | return _gdi.Icon_SetWidth(*args, **kwargs) | |
616 | ||
617 | def SetHeight(*args, **kwargs): | |
618 | """SetHeight(int h)""" | |
619 | return _gdi.Icon_SetHeight(*args, **kwargs) | |
620 | ||
621 | def SetDepth(*args, **kwargs): | |
622 | """SetDepth(int d)""" | |
623 | return _gdi.Icon_SetDepth(*args, **kwargs) | |
624 | ||
625 | def CopyFromBitmap(*args, **kwargs): | |
626 | """CopyFromBitmap(Bitmap bmp)""" | |
627 | return _gdi.Icon_CopyFromBitmap(*args, **kwargs) | |
628 | ||
d14a1e28 | 629 | def __nonzero__(self): return self.Ok() |
059a841c | 630 | |
d14a1e28 RD |
631 | class IconPtr(Icon): |
632 | def __init__(self, this): | |
633 | self.this = this | |
634 | if not hasattr(self,"thisown"): self.thisown = 0 | |
635 | self.__class__ = Icon | |
636 | _gdi.Icon_swigregister(IconPtr) | |
059a841c | 637 | |
d14a1e28 | 638 | def EmptyIcon(*args, **kwargs): |
e811c8ce | 639 | """EmptyIcon() -> Icon""" |
d14a1e28 RD |
640 | val = _gdi.new_EmptyIcon(*args, **kwargs) |
641 | val.thisown = 1 | |
642 | return val | |
059a841c | 643 | |
d14a1e28 | 644 | def IconFromLocation(*args, **kwargs): |
e811c8ce | 645 | """IconFromLocation(IconLocation loc) -> Icon""" |
d14a1e28 | 646 | val = _gdi.new_IconFromLocation(*args, **kwargs) |
a323d3bd RD |
647 | val.thisown = 1 |
648 | return val | |
059a841c | 649 | |
d14a1e28 | 650 | def IconFromBitmap(*args, **kwargs): |
e811c8ce | 651 | """IconFromBitmap(Bitmap bmp) -> Icon""" |
d14a1e28 | 652 | val = _gdi.new_IconFromBitmap(*args, **kwargs) |
a323d3bd RD |
653 | val.thisown = 1 |
654 | return val | |
059a841c | 655 | |
d14a1e28 | 656 | def IconFromXPMData(*args, **kwargs): |
e811c8ce | 657 | """IconFromXPMData(PyObject listOfStrings) -> Icon""" |
d14a1e28 RD |
658 | val = _gdi.new_IconFromXPMData(*args, **kwargs) |
659 | val.thisown = 1 | |
660 | return val | |
059a841c | 661 | |
d14a1e28 | 662 | class IconLocation(object): |
e811c8ce RD |
663 | def __repr__(self): |
664 | return "<%s.%s; proxy of C++ wxIconLocation instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 665 | def __init__(self, *args, **kwargs): |
196addbf | 666 | """__init__(String filename=&wxPyEmptyString, int num=0) -> IconLocation""" |
d14a1e28 RD |
667 | newobj = _gdi.new_IconLocation(*args, **kwargs) |
668 | self.this = newobj.this | |
669 | self.thisown = 1 | |
670 | del newobj.thisown | |
671 | def __del__(self, destroy=_gdi.delete_IconLocation): | |
e811c8ce | 672 | """__del__()""" |
d14a1e28 RD |
673 | try: |
674 | if self.thisown: destroy(self) | |
675 | except: pass | |
e811c8ce RD |
676 | |
677 | def IsOk(*args, **kwargs): | |
678 | """IsOk() -> bool""" | |
679 | return _gdi.IconLocation_IsOk(*args, **kwargs) | |
680 | ||
d14a1e28 | 681 | def __nonzero__(self): return self.Ok() |
e811c8ce | 682 | def SetFileName(*args, **kwargs): |
196addbf | 683 | """SetFileName(String filename)""" |
e811c8ce RD |
684 | return _gdi.IconLocation_SetFileName(*args, **kwargs) |
685 | ||
686 | def GetFileName(*args, **kwargs): | |
196addbf | 687 | """GetFileName() -> String""" |
e811c8ce RD |
688 | return _gdi.IconLocation_GetFileName(*args, **kwargs) |
689 | ||
690 | def SetIndex(*args, **kwargs): | |
691 | """SetIndex(int num)""" | |
692 | return _gdi.IconLocation_SetIndex(*args, **kwargs) | |
693 | ||
694 | def GetIndex(*args, **kwargs): | |
695 | """GetIndex() -> int""" | |
696 | return _gdi.IconLocation_GetIndex(*args, **kwargs) | |
697 | ||
d14a1e28 RD |
698 | |
699 | class IconLocationPtr(IconLocation): | |
700 | def __init__(self, this): | |
701 | self.this = this | |
702 | if not hasattr(self,"thisown"): self.thisown = 0 | |
703 | self.__class__ = IconLocation | |
704 | _gdi.IconLocation_swigregister(IconLocationPtr) | |
705 | ||
706 | class IconBundle(object): | |
e811c8ce RD |
707 | def __repr__(self): |
708 | return "<%s.%s; proxy of C++ wxIconBundle instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 709 | def __init__(self, *args, **kwargs): |
e811c8ce | 710 | """__init__() -> IconBundle""" |
d14a1e28 RD |
711 | newobj = _gdi.new_IconBundle(*args, **kwargs) |
712 | self.this = newobj.this | |
1fded56b | 713 | self.thisown = 1 |
d14a1e28 RD |
714 | del newobj.thisown |
715 | def __del__(self, destroy=_gdi.delete_IconBundle): | |
e811c8ce | 716 | """__del__()""" |
d14a1e28 RD |
717 | try: |
718 | if self.thisown: destroy(self) | |
719 | except: pass | |
e811c8ce RD |
720 | |
721 | def AddIcon(*args, **kwargs): | |
722 | """AddIcon(Icon icon)""" | |
723 | return _gdi.IconBundle_AddIcon(*args, **kwargs) | |
724 | ||
725 | def AddIconFromFile(*args, **kwargs): | |
196addbf | 726 | """AddIconFromFile(String file, long type)""" |
e811c8ce RD |
727 | return _gdi.IconBundle_AddIconFromFile(*args, **kwargs) |
728 | ||
729 | def GetIcon(*args, **kwargs): | |
730 | """GetIcon(Size size) -> Icon""" | |
731 | return _gdi.IconBundle_GetIcon(*args, **kwargs) | |
732 | ||
5e40f9dd | 733 | |
d14a1e28 RD |
734 | class IconBundlePtr(IconBundle): |
735 | def __init__(self, this): | |
736 | self.this = this | |
737 | if not hasattr(self,"thisown"): self.thisown = 0 | |
738 | self.__class__ = IconBundle | |
739 | _gdi.IconBundle_swigregister(IconBundlePtr) | |
5e40f9dd | 740 | |
d14a1e28 | 741 | def IconBundleFromFile(*args, **kwargs): |
196addbf | 742 | """IconBundleFromFile(String file, long type) -> IconBundle""" |
d14a1e28 RD |
743 | val = _gdi.new_IconBundleFromFile(*args, **kwargs) |
744 | val.thisown = 1 | |
745 | return val | |
5e40f9dd | 746 | |
d14a1e28 | 747 | def IconBundleFromIcon(*args, **kwargs): |
e811c8ce | 748 | """IconBundleFromIcon(Icon icon) -> IconBundle""" |
d14a1e28 RD |
749 | val = _gdi.new_IconBundleFromIcon(*args, **kwargs) |
750 | val.thisown = 1 | |
751 | return val | |
5e40f9dd | 752 | |
d14a1e28 | 753 | class Cursor(GDIObject): |
e811c8ce RD |
754 | def __repr__(self): |
755 | return "<%s.%s; proxy of C++ wxCursor instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 756 | def __init__(self, *args, **kwargs): |
196addbf | 757 | """__init__(String cursorName, long flags, int hotSpotX=0, int hotSpotY=0) -> Cursor""" |
d14a1e28 RD |
758 | newobj = _gdi.new_Cursor(*args, **kwargs) |
759 | self.this = newobj.this | |
760 | self.thisown = 1 | |
761 | del newobj.thisown | |
762 | def __del__(self, destroy=_gdi.delete_Cursor): | |
e811c8ce | 763 | """__del__()""" |
d14a1e28 RD |
764 | try: |
765 | if self.thisown: destroy(self) | |
766 | except: pass | |
e811c8ce RD |
767 | |
768 | def Ok(*args, **kwargs): | |
769 | """Ok() -> bool""" | |
770 | return _gdi.Cursor_Ok(*args, **kwargs) | |
771 | ||
d14a1e28 | 772 | def __nonzero__(self): return self.Ok() |
b67a9327 | 773 | |
d14a1e28 RD |
774 | class CursorPtr(Cursor): |
775 | def __init__(self, this): | |
776 | self.this = this | |
777 | if not hasattr(self,"thisown"): self.thisown = 0 | |
778 | self.__class__ = Cursor | |
779 | _gdi.Cursor_swigregister(CursorPtr) | |
70551f47 | 780 | |
d14a1e28 | 781 | def StockCursor(*args, **kwargs): |
e811c8ce | 782 | """StockCursor(int id) -> Cursor""" |
d14a1e28 RD |
783 | val = _gdi.new_StockCursor(*args, **kwargs) |
784 | val.thisown = 1 | |
785 | return val | |
70551f47 | 786 | |
d14a1e28 | 787 | def CursorFromImage(*args, **kwargs): |
e811c8ce | 788 | """CursorFromImage(Image image) -> Cursor""" |
d14a1e28 RD |
789 | val = _gdi.new_CursorFromImage(*args, **kwargs) |
790 | val.thisown = 1 | |
791 | return val | |
70551f47 | 792 | |
d14a1e28 | 793 | def CursorFromBits(*args, **kwargs): |
0df68c9f RD |
794 | """ |
795 | CursorFromBits(PyObject bits, int width, int height, int hotSpotX=-1, | |
796 | int hotSpotY=-1, PyObject maskBits=0) -> Cursor | |
797 | """ | |
d14a1e28 RD |
798 | val = _gdi.new_CursorFromBits(*args, **kwargs) |
799 | val.thisown = 1 | |
800 | return val | |
70551f47 | 801 | |
d14a1e28 RD |
802 | #--------------------------------------------------------------------------- |
803 | ||
804 | OutRegion = _gdi.OutRegion | |
805 | PartRegion = _gdi.PartRegion | |
806 | InRegion = _gdi.InRegion | |
807 | class Region(GDIObject): | |
e811c8ce RD |
808 | def __repr__(self): |
809 | return "<%s.%s; proxy of C++ wxRegion instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 810 | def __init__(self, *args, **kwargs): |
e811c8ce | 811 | """__init__(int x=0, int y=0, int width=0, int height=0) -> Region""" |
d14a1e28 RD |
812 | newobj = _gdi.new_Region(*args, **kwargs) |
813 | self.this = newobj.this | |
2f4811fc | 814 | self.thisown = 1 |
d14a1e28 RD |
815 | del newobj.thisown |
816 | def __del__(self, destroy=_gdi.delete_Region): | |
e811c8ce | 817 | """__del__()""" |
d14a1e28 RD |
818 | try: |
819 | if self.thisown: destroy(self) | |
820 | except: pass | |
e811c8ce RD |
821 | |
822 | def Clear(*args, **kwargs): | |
823 | """Clear()""" | |
824 | return _gdi.Region_Clear(*args, **kwargs) | |
825 | ||
826 | def Offset(*args, **kwargs): | |
827 | """Offset(int x, int y) -> bool""" | |
828 | return _gdi.Region_Offset(*args, **kwargs) | |
829 | ||
830 | def Contains(*args, **kwargs): | |
196addbf | 831 | """Contains(int x, int y) -> int""" |
e811c8ce RD |
832 | return _gdi.Region_Contains(*args, **kwargs) |
833 | ||
834 | def ContainsPoint(*args, **kwargs): | |
196addbf | 835 | """ContainsPoint(Point pt) -> int""" |
e811c8ce RD |
836 | return _gdi.Region_ContainsPoint(*args, **kwargs) |
837 | ||
838 | def ContainsRect(*args, **kwargs): | |
196addbf | 839 | """ContainsRect(Rect rect) -> int""" |
e811c8ce RD |
840 | return _gdi.Region_ContainsRect(*args, **kwargs) |
841 | ||
842 | def ContainsRectDim(*args, **kwargs): | |
196addbf | 843 | """ContainsRectDim(int x, int y, int w, int h) -> int""" |
e811c8ce RD |
844 | return _gdi.Region_ContainsRectDim(*args, **kwargs) |
845 | ||
846 | def GetBox(*args, **kwargs): | |
847 | """GetBox() -> Rect""" | |
848 | return _gdi.Region_GetBox(*args, **kwargs) | |
849 | ||
850 | def Intersect(*args, **kwargs): | |
851 | """Intersect(int x, int y, int width, int height) -> bool""" | |
852 | return _gdi.Region_Intersect(*args, **kwargs) | |
853 | ||
854 | def IntersectRect(*args, **kwargs): | |
855 | """IntersectRect(Rect rect) -> bool""" | |
856 | return _gdi.Region_IntersectRect(*args, **kwargs) | |
857 | ||
858 | def IntersectRegion(*args, **kwargs): | |
859 | """IntersectRegion(Region region) -> bool""" | |
860 | return _gdi.Region_IntersectRegion(*args, **kwargs) | |
861 | ||
862 | def IsEmpty(*args, **kwargs): | |
863 | """IsEmpty() -> bool""" | |
864 | return _gdi.Region_IsEmpty(*args, **kwargs) | |
865 | ||
866 | def Union(*args, **kwargs): | |
867 | """Union(int x, int y, int width, int height) -> bool""" | |
868 | return _gdi.Region_Union(*args, **kwargs) | |
869 | ||
870 | def UnionRect(*args, **kwargs): | |
871 | """UnionRect(Rect rect) -> bool""" | |
872 | return _gdi.Region_UnionRect(*args, **kwargs) | |
873 | ||
874 | def UnionRegion(*args, **kwargs): | |
875 | """UnionRegion(Region region) -> bool""" | |
876 | return _gdi.Region_UnionRegion(*args, **kwargs) | |
877 | ||
878 | def Subtract(*args, **kwargs): | |
879 | """Subtract(int x, int y, int width, int height) -> bool""" | |
880 | return _gdi.Region_Subtract(*args, **kwargs) | |
881 | ||
882 | def SubtractRect(*args, **kwargs): | |
883 | """SubtractRect(Rect rect) -> bool""" | |
884 | return _gdi.Region_SubtractRect(*args, **kwargs) | |
885 | ||
886 | def SubtractRegion(*args, **kwargs): | |
887 | """SubtractRegion(Region region) -> bool""" | |
888 | return _gdi.Region_SubtractRegion(*args, **kwargs) | |
889 | ||
890 | def Xor(*args, **kwargs): | |
891 | """Xor(int x, int y, int width, int height) -> bool""" | |
892 | return _gdi.Region_Xor(*args, **kwargs) | |
893 | ||
894 | def XorRect(*args, **kwargs): | |
895 | """XorRect(Rect rect) -> bool""" | |
896 | return _gdi.Region_XorRect(*args, **kwargs) | |
897 | ||
898 | def XorRegion(*args, **kwargs): | |
899 | """XorRegion(Region region) -> bool""" | |
900 | return _gdi.Region_XorRegion(*args, **kwargs) | |
901 | ||
902 | def ConvertToBitmap(*args, **kwargs): | |
903 | """ConvertToBitmap() -> Bitmap""" | |
904 | return _gdi.Region_ConvertToBitmap(*args, **kwargs) | |
905 | ||
906 | def UnionBitmap(*args, **kwargs): | |
907 | """UnionBitmap(Bitmap bmp, Colour transColour=NullColour, int tolerance=0) -> bool""" | |
908 | return _gdi.Region_UnionBitmap(*args, **kwargs) | |
909 | ||
5e40f9dd | 910 | |
d14a1e28 RD |
911 | class RegionPtr(Region): |
912 | def __init__(self, this): | |
913 | self.this = this | |
914 | if not hasattr(self,"thisown"): self.thisown = 0 | |
915 | self.__class__ = Region | |
916 | _gdi.Region_swigregister(RegionPtr) | |
5e40f9dd | 917 | |
d14a1e28 | 918 | def RegionFromBitmap(*args, **kwargs): |
e811c8ce | 919 | """RegionFromBitmap(Bitmap bmp, Colour transColour=NullColour, int tolerance=0) -> Region""" |
d14a1e28 RD |
920 | val = _gdi.new_RegionFromBitmap(*args, **kwargs) |
921 | val.thisown = 1 | |
922 | return val | |
5e40f9dd | 923 | |
d14a1e28 | 924 | def RegionFromPoints(*args, **kwargs): |
e811c8ce | 925 | """RegionFromPoints(int points, Point points_array, int fillStyle=WINDING_RULE) -> Region""" |
d14a1e28 RD |
926 | val = _gdi.new_RegionFromPoints(*args, **kwargs) |
927 | val.thisown = 1 | |
928 | return val | |
5e40f9dd | 929 | |
d14a1e28 | 930 | class RegionIterator(core.Object): |
e811c8ce RD |
931 | def __repr__(self): |
932 | return "<%s.%s; proxy of C++ wxRegionIterator instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 933 | def __init__(self, *args, **kwargs): |
e811c8ce | 934 | """__init__(Region region) -> RegionIterator""" |
d14a1e28 RD |
935 | newobj = _gdi.new_RegionIterator(*args, **kwargs) |
936 | self.this = newobj.this | |
937 | self.thisown = 1 | |
938 | del newobj.thisown | |
939 | def __del__(self, destroy=_gdi.delete_RegionIterator): | |
e811c8ce | 940 | """__del__()""" |
d14a1e28 RD |
941 | try: |
942 | if self.thisown: destroy(self) | |
943 | except: pass | |
e811c8ce RD |
944 | |
945 | def GetX(*args, **kwargs): | |
946 | """GetX() -> int""" | |
947 | return _gdi.RegionIterator_GetX(*args, **kwargs) | |
948 | ||
949 | def GetY(*args, **kwargs): | |
950 | """GetY() -> int""" | |
951 | return _gdi.RegionIterator_GetY(*args, **kwargs) | |
952 | ||
953 | def GetW(*args, **kwargs): | |
954 | """GetW() -> int""" | |
955 | return _gdi.RegionIterator_GetW(*args, **kwargs) | |
956 | ||
957 | def GetWidth(*args, **kwargs): | |
958 | """GetWidth() -> int""" | |
959 | return _gdi.RegionIterator_GetWidth(*args, **kwargs) | |
960 | ||
961 | def GetH(*args, **kwargs): | |
962 | """GetH() -> int""" | |
963 | return _gdi.RegionIterator_GetH(*args, **kwargs) | |
964 | ||
965 | def GetHeight(*args, **kwargs): | |
966 | """GetHeight() -> int""" | |
967 | return _gdi.RegionIterator_GetHeight(*args, **kwargs) | |
968 | ||
969 | def GetRect(*args, **kwargs): | |
970 | """GetRect() -> Rect""" | |
971 | return _gdi.RegionIterator_GetRect(*args, **kwargs) | |
972 | ||
973 | def HaveRects(*args, **kwargs): | |
974 | """HaveRects() -> bool""" | |
975 | return _gdi.RegionIterator_HaveRects(*args, **kwargs) | |
976 | ||
977 | def Reset(*args, **kwargs): | |
978 | """Reset()""" | |
979 | return _gdi.RegionIterator_Reset(*args, **kwargs) | |
980 | ||
981 | def Next(*args, **kwargs): | |
982 | """Next()""" | |
983 | return _gdi.RegionIterator_Next(*args, **kwargs) | |
984 | ||
985 | def __nonzero__(*args, **kwargs): | |
986 | """__nonzero__() -> bool""" | |
987 | return _gdi.RegionIterator___nonzero__(*args, **kwargs) | |
988 | ||
d14a1e28 RD |
989 | |
990 | class RegionIteratorPtr(RegionIterator): | |
991 | def __init__(self, this): | |
70551f47 | 992 | self.this = this |
d14a1e28 RD |
993 | if not hasattr(self,"thisown"): self.thisown = 0 |
994 | self.__class__ = RegionIterator | |
995 | _gdi.RegionIterator_swigregister(RegionIteratorPtr) | |
996 | ||
997 | #--------------------------------------------------------------------------- | |
998 | ||
999 | FONTFAMILY_DEFAULT = _gdi.FONTFAMILY_DEFAULT | |
1000 | FONTFAMILY_DECORATIVE = _gdi.FONTFAMILY_DECORATIVE | |
1001 | FONTFAMILY_ROMAN = _gdi.FONTFAMILY_ROMAN | |
1002 | FONTFAMILY_SCRIPT = _gdi.FONTFAMILY_SCRIPT | |
1003 | FONTFAMILY_SWISS = _gdi.FONTFAMILY_SWISS | |
1004 | FONTFAMILY_MODERN = _gdi.FONTFAMILY_MODERN | |
1005 | FONTFAMILY_TELETYPE = _gdi.FONTFAMILY_TELETYPE | |
1006 | FONTFAMILY_MAX = _gdi.FONTFAMILY_MAX | |
1007 | FONTFAMILY_UNKNOWN = _gdi.FONTFAMILY_UNKNOWN | |
1008 | FONTSTYLE_NORMAL = _gdi.FONTSTYLE_NORMAL | |
1009 | FONTSTYLE_ITALIC = _gdi.FONTSTYLE_ITALIC | |
1010 | FONTSTYLE_SLANT = _gdi.FONTSTYLE_SLANT | |
1011 | FONTSTYLE_MAX = _gdi.FONTSTYLE_MAX | |
1012 | FONTWEIGHT_NORMAL = _gdi.FONTWEIGHT_NORMAL | |
1013 | FONTWEIGHT_LIGHT = _gdi.FONTWEIGHT_LIGHT | |
1014 | FONTWEIGHT_BOLD = _gdi.FONTWEIGHT_BOLD | |
1015 | FONTWEIGHT_MAX = _gdi.FONTWEIGHT_MAX | |
1016 | FONTFLAG_DEFAULT = _gdi.FONTFLAG_DEFAULT | |
1017 | FONTFLAG_ITALIC = _gdi.FONTFLAG_ITALIC | |
1018 | FONTFLAG_SLANT = _gdi.FONTFLAG_SLANT | |
1019 | FONTFLAG_LIGHT = _gdi.FONTFLAG_LIGHT | |
1020 | FONTFLAG_BOLD = _gdi.FONTFLAG_BOLD | |
1021 | FONTFLAG_ANTIALIASED = _gdi.FONTFLAG_ANTIALIASED | |
1022 | FONTFLAG_NOT_ANTIALIASED = _gdi.FONTFLAG_NOT_ANTIALIASED | |
1023 | FONTFLAG_UNDERLINED = _gdi.FONTFLAG_UNDERLINED | |
1024 | FONTFLAG_STRIKETHROUGH = _gdi.FONTFLAG_STRIKETHROUGH | |
1025 | FONTFLAG_MASK = _gdi.FONTFLAG_MASK | |
1026 | FONTENCODING_SYSTEM = _gdi.FONTENCODING_SYSTEM | |
1027 | FONTENCODING_DEFAULT = _gdi.FONTENCODING_DEFAULT | |
1028 | FONTENCODING_ISO8859_1 = _gdi.FONTENCODING_ISO8859_1 | |
1029 | FONTENCODING_ISO8859_2 = _gdi.FONTENCODING_ISO8859_2 | |
1030 | FONTENCODING_ISO8859_3 = _gdi.FONTENCODING_ISO8859_3 | |
1031 | FONTENCODING_ISO8859_4 = _gdi.FONTENCODING_ISO8859_4 | |
1032 | FONTENCODING_ISO8859_5 = _gdi.FONTENCODING_ISO8859_5 | |
1033 | FONTENCODING_ISO8859_6 = _gdi.FONTENCODING_ISO8859_6 | |
1034 | FONTENCODING_ISO8859_7 = _gdi.FONTENCODING_ISO8859_7 | |
1035 | FONTENCODING_ISO8859_8 = _gdi.FONTENCODING_ISO8859_8 | |
1036 | FONTENCODING_ISO8859_9 = _gdi.FONTENCODING_ISO8859_9 | |
1037 | FONTENCODING_ISO8859_10 = _gdi.FONTENCODING_ISO8859_10 | |
1038 | FONTENCODING_ISO8859_11 = _gdi.FONTENCODING_ISO8859_11 | |
1039 | FONTENCODING_ISO8859_12 = _gdi.FONTENCODING_ISO8859_12 | |
1040 | FONTENCODING_ISO8859_13 = _gdi.FONTENCODING_ISO8859_13 | |
1041 | FONTENCODING_ISO8859_14 = _gdi.FONTENCODING_ISO8859_14 | |
1042 | FONTENCODING_ISO8859_15 = _gdi.FONTENCODING_ISO8859_15 | |
1043 | FONTENCODING_ISO8859_MAX = _gdi.FONTENCODING_ISO8859_MAX | |
1044 | FONTENCODING_KOI8 = _gdi.FONTENCODING_KOI8 | |
1045 | FONTENCODING_ALTERNATIVE = _gdi.FONTENCODING_ALTERNATIVE | |
1046 | FONTENCODING_BULGARIAN = _gdi.FONTENCODING_BULGARIAN | |
1047 | FONTENCODING_CP437 = _gdi.FONTENCODING_CP437 | |
1048 | FONTENCODING_CP850 = _gdi.FONTENCODING_CP850 | |
1049 | FONTENCODING_CP852 = _gdi.FONTENCODING_CP852 | |
1050 | FONTENCODING_CP855 = _gdi.FONTENCODING_CP855 | |
1051 | FONTENCODING_CP866 = _gdi.FONTENCODING_CP866 | |
1052 | FONTENCODING_CP874 = _gdi.FONTENCODING_CP874 | |
1053 | FONTENCODING_CP932 = _gdi.FONTENCODING_CP932 | |
1054 | FONTENCODING_CP936 = _gdi.FONTENCODING_CP936 | |
1055 | FONTENCODING_CP949 = _gdi.FONTENCODING_CP949 | |
1056 | FONTENCODING_CP950 = _gdi.FONTENCODING_CP950 | |
1057 | FONTENCODING_CP1250 = _gdi.FONTENCODING_CP1250 | |
1058 | FONTENCODING_CP1251 = _gdi.FONTENCODING_CP1251 | |
1059 | FONTENCODING_CP1252 = _gdi.FONTENCODING_CP1252 | |
1060 | FONTENCODING_CP1253 = _gdi.FONTENCODING_CP1253 | |
1061 | FONTENCODING_CP1254 = _gdi.FONTENCODING_CP1254 | |
1062 | FONTENCODING_CP1255 = _gdi.FONTENCODING_CP1255 | |
1063 | FONTENCODING_CP1256 = _gdi.FONTENCODING_CP1256 | |
1064 | FONTENCODING_CP1257 = _gdi.FONTENCODING_CP1257 | |
1065 | FONTENCODING_CP12_MAX = _gdi.FONTENCODING_CP12_MAX | |
1066 | FONTENCODING_UTF7 = _gdi.FONTENCODING_UTF7 | |
1067 | FONTENCODING_UTF8 = _gdi.FONTENCODING_UTF8 | |
1068 | FONTENCODING_EUC_JP = _gdi.FONTENCODING_EUC_JP | |
1069 | FONTENCODING_UTF16BE = _gdi.FONTENCODING_UTF16BE | |
1070 | FONTENCODING_UTF16LE = _gdi.FONTENCODING_UTF16LE | |
1071 | FONTENCODING_UTF32BE = _gdi.FONTENCODING_UTF32BE | |
1072 | FONTENCODING_UTF32LE = _gdi.FONTENCODING_UTF32LE | |
a41e16b6 RD |
1073 | FONTENCODING_MACROMAN = _gdi.FONTENCODING_MACROMAN |
1074 | FONTENCODING_MACJAPANESE = _gdi.FONTENCODING_MACJAPANESE | |
1075 | FONTENCODING_MACCHINESETRAD = _gdi.FONTENCODING_MACCHINESETRAD | |
1076 | FONTENCODING_MACKOREAN = _gdi.FONTENCODING_MACKOREAN | |
1077 | FONTENCODING_MACARABIC = _gdi.FONTENCODING_MACARABIC | |
1078 | FONTENCODING_MACHEBREW = _gdi.FONTENCODING_MACHEBREW | |
1079 | FONTENCODING_MACGREEK = _gdi.FONTENCODING_MACGREEK | |
1080 | FONTENCODING_MACCYRILLIC = _gdi.FONTENCODING_MACCYRILLIC | |
1081 | FONTENCODING_MACDEVANAGARI = _gdi.FONTENCODING_MACDEVANAGARI | |
1082 | FONTENCODING_MACGURMUKHI = _gdi.FONTENCODING_MACGURMUKHI | |
1083 | FONTENCODING_MACGUJARATI = _gdi.FONTENCODING_MACGUJARATI | |
1084 | FONTENCODING_MACORIYA = _gdi.FONTENCODING_MACORIYA | |
1085 | FONTENCODING_MACBENGALI = _gdi.FONTENCODING_MACBENGALI | |
1086 | FONTENCODING_MACTAMIL = _gdi.FONTENCODING_MACTAMIL | |
1087 | FONTENCODING_MACTELUGU = _gdi.FONTENCODING_MACTELUGU | |
1088 | FONTENCODING_MACKANNADA = _gdi.FONTENCODING_MACKANNADA | |
1089 | FONTENCODING_MACMALAJALAM = _gdi.FONTENCODING_MACMALAJALAM | |
1090 | FONTENCODING_MACSINHALESE = _gdi.FONTENCODING_MACSINHALESE | |
1091 | FONTENCODING_MACBURMESE = _gdi.FONTENCODING_MACBURMESE | |
1092 | FONTENCODING_MACKHMER = _gdi.FONTENCODING_MACKHMER | |
1093 | FONTENCODING_MACTHAI = _gdi.FONTENCODING_MACTHAI | |
1094 | FONTENCODING_MACLAOTIAN = _gdi.FONTENCODING_MACLAOTIAN | |
1095 | FONTENCODING_MACGEORGIAN = _gdi.FONTENCODING_MACGEORGIAN | |
1096 | FONTENCODING_MACARMENIAN = _gdi.FONTENCODING_MACARMENIAN | |
1097 | FONTENCODING_MACCHINESESIMP = _gdi.FONTENCODING_MACCHINESESIMP | |
1098 | FONTENCODING_MACTIBETAN = _gdi.FONTENCODING_MACTIBETAN | |
1099 | FONTENCODING_MACMONGOLIAN = _gdi.FONTENCODING_MACMONGOLIAN | |
1100 | FONTENCODING_MACETHIOPIC = _gdi.FONTENCODING_MACETHIOPIC | |
1101 | FONTENCODING_MACCENTRALEUR = _gdi.FONTENCODING_MACCENTRALEUR | |
1102 | FONTENCODING_MACVIATNAMESE = _gdi.FONTENCODING_MACVIATNAMESE | |
1103 | FONTENCODING_MACARABICEXT = _gdi.FONTENCODING_MACARABICEXT | |
1104 | FONTENCODING_MACSYMBOL = _gdi.FONTENCODING_MACSYMBOL | |
1105 | FONTENCODING_MACDINGBATS = _gdi.FONTENCODING_MACDINGBATS | |
1106 | FONTENCODING_MACTURKISH = _gdi.FONTENCODING_MACTURKISH | |
1107 | FONTENCODING_MACCROATIAN = _gdi.FONTENCODING_MACCROATIAN | |
1108 | FONTENCODING_MACICELANDIC = _gdi.FONTENCODING_MACICELANDIC | |
1109 | FONTENCODING_MACROMANIAN = _gdi.FONTENCODING_MACROMANIAN | |
1110 | FONTENCODING_MACCELTIC = _gdi.FONTENCODING_MACCELTIC | |
1111 | FONTENCODING_MACGAELIC = _gdi.FONTENCODING_MACGAELIC | |
1112 | FONTENCODING_MACKEYBOARD = _gdi.FONTENCODING_MACKEYBOARD | |
1113 | FONTENCODING_MACMIN = _gdi.FONTENCODING_MACMIN | |
1114 | FONTENCODING_MACMAX = _gdi.FONTENCODING_MACMAX | |
d14a1e28 RD |
1115 | FONTENCODING_MAX = _gdi.FONTENCODING_MAX |
1116 | FONTENCODING_UTF16 = _gdi.FONTENCODING_UTF16 | |
1117 | FONTENCODING_UTF32 = _gdi.FONTENCODING_UTF32 | |
1118 | FONTENCODING_UNICODE = _gdi.FONTENCODING_UNICODE | |
1119 | FONTENCODING_GB2312 = _gdi.FONTENCODING_GB2312 | |
1120 | FONTENCODING_BIG5 = _gdi.FONTENCODING_BIG5 | |
1121 | FONTENCODING_SHIFT_JIS = _gdi.FONTENCODING_SHIFT_JIS | |
1122 | #--------------------------------------------------------------------------- | |
1123 | ||
1124 | class NativeFontInfo(object): | |
e811c8ce RD |
1125 | def __repr__(self): |
1126 | return "<%s.%s; proxy of C++ wxNativeFontInfo instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 1127 | def __init__(self, *args, **kwargs): |
e811c8ce | 1128 | """__init__() -> NativeFontInfo""" |
d14a1e28 RD |
1129 | newobj = _gdi.new_NativeFontInfo(*args, **kwargs) |
1130 | self.this = newobj.this | |
1131 | self.thisown = 1 | |
1132 | del newobj.thisown | |
1133 | def __del__(self, destroy=_gdi.delete_NativeFontInfo): | |
e811c8ce | 1134 | """__del__()""" |
d14a1e28 RD |
1135 | try: |
1136 | if self.thisown: destroy(self) | |
1137 | except: pass | |
e811c8ce RD |
1138 | |
1139 | def Init(*args, **kwargs): | |
1140 | """Init()""" | |
1141 | return _gdi.NativeFontInfo_Init(*args, **kwargs) | |
1142 | ||
1143 | def InitFromFont(*args, **kwargs): | |
1144 | """InitFromFont(Font font)""" | |
1145 | return _gdi.NativeFontInfo_InitFromFont(*args, **kwargs) | |
1146 | ||
1147 | def GetPointSize(*args, **kwargs): | |
1148 | """GetPointSize() -> int""" | |
1149 | return _gdi.NativeFontInfo_GetPointSize(*args, **kwargs) | |
1150 | ||
1151 | def GetStyle(*args, **kwargs): | |
196addbf | 1152 | """GetStyle() -> int""" |
e811c8ce RD |
1153 | return _gdi.NativeFontInfo_GetStyle(*args, **kwargs) |
1154 | ||
1155 | def GetWeight(*args, **kwargs): | |
196addbf | 1156 | """GetWeight() -> int""" |
e811c8ce RD |
1157 | return _gdi.NativeFontInfo_GetWeight(*args, **kwargs) |
1158 | ||
1159 | def GetUnderlined(*args, **kwargs): | |
1160 | """GetUnderlined() -> bool""" | |
1161 | return _gdi.NativeFontInfo_GetUnderlined(*args, **kwargs) | |
1162 | ||
1163 | def GetFaceName(*args, **kwargs): | |
196addbf | 1164 | """GetFaceName() -> String""" |
e811c8ce RD |
1165 | return _gdi.NativeFontInfo_GetFaceName(*args, **kwargs) |
1166 | ||
1167 | def GetFamily(*args, **kwargs): | |
196addbf | 1168 | """GetFamily() -> int""" |
e811c8ce RD |
1169 | return _gdi.NativeFontInfo_GetFamily(*args, **kwargs) |
1170 | ||
1171 | def GetEncoding(*args, **kwargs): | |
196addbf | 1172 | """GetEncoding() -> int""" |
e811c8ce RD |
1173 | return _gdi.NativeFontInfo_GetEncoding(*args, **kwargs) |
1174 | ||
1175 | def SetPointSize(*args, **kwargs): | |
1176 | """SetPointSize(int pointsize)""" | |
1177 | return _gdi.NativeFontInfo_SetPointSize(*args, **kwargs) | |
1178 | ||
1179 | def SetStyle(*args, **kwargs): | |
196addbf | 1180 | """SetStyle(int style)""" |
e811c8ce RD |
1181 | return _gdi.NativeFontInfo_SetStyle(*args, **kwargs) |
1182 | ||
1183 | def SetWeight(*args, **kwargs): | |
196addbf | 1184 | """SetWeight(int weight)""" |
e811c8ce RD |
1185 | return _gdi.NativeFontInfo_SetWeight(*args, **kwargs) |
1186 | ||
1187 | def SetUnderlined(*args, **kwargs): | |
1188 | """SetUnderlined(bool underlined)""" | |
1189 | return _gdi.NativeFontInfo_SetUnderlined(*args, **kwargs) | |
1190 | ||
1191 | def SetFaceName(*args, **kwargs): | |
196addbf | 1192 | """SetFaceName(String facename)""" |
e811c8ce RD |
1193 | return _gdi.NativeFontInfo_SetFaceName(*args, **kwargs) |
1194 | ||
1195 | def SetFamily(*args, **kwargs): | |
196addbf | 1196 | """SetFamily(int family)""" |
e811c8ce RD |
1197 | return _gdi.NativeFontInfo_SetFamily(*args, **kwargs) |
1198 | ||
1199 | def SetEncoding(*args, **kwargs): | |
196addbf | 1200 | """SetEncoding(int encoding)""" |
e811c8ce RD |
1201 | return _gdi.NativeFontInfo_SetEncoding(*args, **kwargs) |
1202 | ||
1203 | def FromString(*args, **kwargs): | |
196addbf | 1204 | """FromString(String s) -> bool""" |
e811c8ce RD |
1205 | return _gdi.NativeFontInfo_FromString(*args, **kwargs) |
1206 | ||
1207 | def ToString(*args, **kwargs): | |
196addbf | 1208 | """ToString() -> String""" |
e811c8ce RD |
1209 | return _gdi.NativeFontInfo_ToString(*args, **kwargs) |
1210 | ||
1211 | def __str__(*args, **kwargs): | |
196addbf | 1212 | """__str__() -> String""" |
e811c8ce RD |
1213 | return _gdi.NativeFontInfo___str__(*args, **kwargs) |
1214 | ||
1215 | def FromUserString(*args, **kwargs): | |
196addbf | 1216 | """FromUserString(String s) -> bool""" |
e811c8ce RD |
1217 | return _gdi.NativeFontInfo_FromUserString(*args, **kwargs) |
1218 | ||
1219 | def ToUserString(*args, **kwargs): | |
196addbf | 1220 | """ToUserString() -> String""" |
e811c8ce RD |
1221 | return _gdi.NativeFontInfo_ToUserString(*args, **kwargs) |
1222 | ||
d14a1e28 RD |
1223 | |
1224 | class NativeFontInfoPtr(NativeFontInfo): | |
1225 | def __init__(self, this): | |
1226 | self.this = this | |
1227 | if not hasattr(self,"thisown"): self.thisown = 0 | |
1228 | self.__class__ = NativeFontInfo | |
1229 | _gdi.NativeFontInfo_swigregister(NativeFontInfoPtr) | |
1230 | ||
1231 | class NativeEncodingInfo(object): | |
e811c8ce RD |
1232 | def __repr__(self): |
1233 | return "<%s.%s; proxy of C++ wxNativeEncodingInfo instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 RD |
1234 | facename = property(_gdi.NativeEncodingInfo_facename_get, _gdi.NativeEncodingInfo_facename_set) |
1235 | encoding = property(_gdi.NativeEncodingInfo_encoding_get, _gdi.NativeEncodingInfo_encoding_set) | |
1236 | def __init__(self, *args, **kwargs): | |
e811c8ce | 1237 | """__init__() -> NativeEncodingInfo""" |
d14a1e28 RD |
1238 | newobj = _gdi.new_NativeEncodingInfo(*args, **kwargs) |
1239 | self.this = newobj.this | |
70551f47 | 1240 | self.thisown = 1 |
d14a1e28 RD |
1241 | del newobj.thisown |
1242 | def __del__(self, destroy=_gdi.delete_NativeEncodingInfo): | |
e811c8ce | 1243 | """__del__()""" |
d14a1e28 RD |
1244 | try: |
1245 | if self.thisown: destroy(self) | |
1246 | except: pass | |
e811c8ce RD |
1247 | |
1248 | def FromString(*args, **kwargs): | |
196addbf | 1249 | """FromString(String s) -> bool""" |
e811c8ce RD |
1250 | return _gdi.NativeEncodingInfo_FromString(*args, **kwargs) |
1251 | ||
1252 | def ToString(*args, **kwargs): | |
196addbf | 1253 | """ToString() -> String""" |
e811c8ce RD |
1254 | return _gdi.NativeEncodingInfo_ToString(*args, **kwargs) |
1255 | ||
70551f47 | 1256 | |
d14a1e28 RD |
1257 | class NativeEncodingInfoPtr(NativeEncodingInfo): |
1258 | def __init__(self, this): | |
1259 | self.this = this | |
1260 | if not hasattr(self,"thisown"): self.thisown = 0 | |
1261 | self.__class__ = NativeEncodingInfo | |
1262 | _gdi.NativeEncodingInfo_swigregister(NativeEncodingInfoPtr) | |
70551f47 RD |
1263 | |
1264 | ||
e811c8ce | 1265 | def GetNativeFontEncoding(*args, **kwargs): |
196addbf | 1266 | """GetNativeFontEncoding(int encoding) -> NativeEncodingInfo""" |
e811c8ce | 1267 | return _gdi.GetNativeFontEncoding(*args, **kwargs) |
70551f47 | 1268 | |
e811c8ce RD |
1269 | def TestFontEncoding(*args, **kwargs): |
1270 | """TestFontEncoding(NativeEncodingInfo info) -> bool""" | |
1271 | return _gdi.TestFontEncoding(*args, **kwargs) | |
d14a1e28 RD |
1272 | #--------------------------------------------------------------------------- |
1273 | ||
1274 | class FontMapper(object): | |
e811c8ce RD |
1275 | def __repr__(self): |
1276 | return "<%s.%s; proxy of C++ wxFontMapper instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 1277 | def __init__(self, *args, **kwargs): |
e811c8ce | 1278 | """__init__() -> FontMapper""" |
d14a1e28 RD |
1279 | newobj = _gdi.new_FontMapper(*args, **kwargs) |
1280 | self.this = newobj.this | |
65191ae8 | 1281 | self.thisown = 1 |
d14a1e28 RD |
1282 | del newobj.thisown |
1283 | def __del__(self, destroy=_gdi.delete_FontMapper): | |
e811c8ce | 1284 | """__del__()""" |
d14a1e28 RD |
1285 | try: |
1286 | if self.thisown: destroy(self) | |
1287 | except: pass | |
e811c8ce RD |
1288 | |
1289 | def Get(*args, **kwargs): | |
a41e16b6 | 1290 | """Get() -> FontMapper""" |
e811c8ce RD |
1291 | return _gdi.FontMapper_Get(*args, **kwargs) |
1292 | ||
1293 | Get = staticmethod(Get) | |
1294 | def Set(*args, **kwargs): | |
a41e16b6 | 1295 | """Set(FontMapper mapper) -> FontMapper""" |
e811c8ce RD |
1296 | return _gdi.FontMapper_Set(*args, **kwargs) |
1297 | ||
1298 | Set = staticmethod(Set) | |
1299 | def CharsetToEncoding(*args, **kwargs): | |
196addbf | 1300 | """CharsetToEncoding(String charset, bool interactive=True) -> int""" |
e811c8ce RD |
1301 | return _gdi.FontMapper_CharsetToEncoding(*args, **kwargs) |
1302 | ||
1303 | def GetSupportedEncodingsCount(*args, **kwargs): | |
a41e16b6 | 1304 | """GetSupportedEncodingsCount() -> size_t""" |
e811c8ce RD |
1305 | return _gdi.FontMapper_GetSupportedEncodingsCount(*args, **kwargs) |
1306 | ||
1307 | GetSupportedEncodingsCount = staticmethod(GetSupportedEncodingsCount) | |
1308 | def GetEncoding(*args, **kwargs): | |
a41e16b6 | 1309 | """GetEncoding(size_t n) -> int""" |
e811c8ce RD |
1310 | return _gdi.FontMapper_GetEncoding(*args, **kwargs) |
1311 | ||
1312 | GetEncoding = staticmethod(GetEncoding) | |
1313 | def GetEncodingName(*args, **kwargs): | |
a41e16b6 | 1314 | """GetEncodingName(int encoding) -> String""" |
e811c8ce RD |
1315 | return _gdi.FontMapper_GetEncodingName(*args, **kwargs) |
1316 | ||
1317 | GetEncodingName = staticmethod(GetEncodingName) | |
1318 | def GetEncodingDescription(*args, **kwargs): | |
a41e16b6 | 1319 | """GetEncodingDescription(int encoding) -> String""" |
e811c8ce RD |
1320 | return _gdi.FontMapper_GetEncodingDescription(*args, **kwargs) |
1321 | ||
1322 | GetEncodingDescription = staticmethod(GetEncodingDescription) | |
1323 | def SetConfig(*args, **kwargs): | |
b2dc1044 | 1324 | """SetConfig(ConfigBase config)""" |
e811c8ce RD |
1325 | return _gdi.FontMapper_SetConfig(*args, **kwargs) |
1326 | ||
1327 | def SetConfigPath(*args, **kwargs): | |
196addbf | 1328 | """SetConfigPath(String prefix)""" |
e811c8ce RD |
1329 | return _gdi.FontMapper_SetConfigPath(*args, **kwargs) |
1330 | ||
1331 | def GetDefaultConfigPath(*args, **kwargs): | |
a41e16b6 | 1332 | """GetDefaultConfigPath() -> String""" |
e811c8ce RD |
1333 | return _gdi.FontMapper_GetDefaultConfigPath(*args, **kwargs) |
1334 | ||
1335 | GetDefaultConfigPath = staticmethod(GetDefaultConfigPath) | |
1336 | def GetAltForEncoding(*args, **kwargs): | |
196addbf | 1337 | """GetAltForEncoding(int encoding, String facename=EmptyString, bool interactive=True) -> PyObject""" |
e811c8ce RD |
1338 | return _gdi.FontMapper_GetAltForEncoding(*args, **kwargs) |
1339 | ||
1340 | def IsEncodingAvailable(*args, **kwargs): | |
196addbf | 1341 | """IsEncodingAvailable(int encoding, String facename=EmptyString) -> bool""" |
e811c8ce RD |
1342 | return _gdi.FontMapper_IsEncodingAvailable(*args, **kwargs) |
1343 | ||
1344 | def SetDialogParent(*args, **kwargs): | |
1345 | """SetDialogParent(Window parent)""" | |
1346 | return _gdi.FontMapper_SetDialogParent(*args, **kwargs) | |
1347 | ||
1348 | def SetDialogTitle(*args, **kwargs): | |
196addbf | 1349 | """SetDialogTitle(String title)""" |
e811c8ce RD |
1350 | return _gdi.FontMapper_SetDialogTitle(*args, **kwargs) |
1351 | ||
65191ae8 | 1352 | |
d14a1e28 RD |
1353 | class FontMapperPtr(FontMapper): |
1354 | def __init__(self, this): | |
1355 | self.this = this | |
1356 | if not hasattr(self,"thisown"): self.thisown = 0 | |
1357 | self.__class__ = FontMapper | |
1358 | _gdi.FontMapper_swigregister(FontMapperPtr) | |
65191ae8 | 1359 | |
e811c8ce RD |
1360 | def FontMapper_Get(*args, **kwargs): |
1361 | """FontMapper_Get() -> FontMapper""" | |
1362 | return _gdi.FontMapper_Get(*args, **kwargs) | |
65191ae8 | 1363 | |
e811c8ce RD |
1364 | def FontMapper_Set(*args, **kwargs): |
1365 | """FontMapper_Set(FontMapper mapper) -> FontMapper""" | |
1366 | return _gdi.FontMapper_Set(*args, **kwargs) | |
65191ae8 | 1367 | |
e811c8ce RD |
1368 | def FontMapper_GetSupportedEncodingsCount(*args, **kwargs): |
1369 | """FontMapper_GetSupportedEncodingsCount() -> size_t""" | |
1370 | return _gdi.FontMapper_GetSupportedEncodingsCount(*args, **kwargs) | |
d14a1e28 | 1371 | |
e811c8ce | 1372 | def FontMapper_GetEncoding(*args, **kwargs): |
196addbf | 1373 | """FontMapper_GetEncoding(size_t n) -> int""" |
e811c8ce | 1374 | return _gdi.FontMapper_GetEncoding(*args, **kwargs) |
d14a1e28 | 1375 | |
e811c8ce | 1376 | def FontMapper_GetEncodingName(*args, **kwargs): |
196addbf | 1377 | """FontMapper_GetEncodingName(int encoding) -> String""" |
e811c8ce | 1378 | return _gdi.FontMapper_GetEncodingName(*args, **kwargs) |
d14a1e28 | 1379 | |
e811c8ce | 1380 | def FontMapper_GetEncodingDescription(*args, **kwargs): |
196addbf | 1381 | """FontMapper_GetEncodingDescription(int encoding) -> String""" |
e811c8ce | 1382 | return _gdi.FontMapper_GetEncodingDescription(*args, **kwargs) |
d14a1e28 | 1383 | |
e811c8ce | 1384 | def FontMapper_GetDefaultConfigPath(*args, **kwargs): |
196addbf | 1385 | """FontMapper_GetDefaultConfigPath() -> String""" |
e811c8ce | 1386 | return _gdi.FontMapper_GetDefaultConfigPath(*args, **kwargs) |
d14a1e28 RD |
1387 | |
1388 | #--------------------------------------------------------------------------- | |
1389 | ||
1390 | class Font(GDIObject): | |
e811c8ce RD |
1391 | def __repr__(self): |
1392 | return "<%s.%s; proxy of C++ wxFont instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 1393 | def __init__(self, *args, **kwargs): |
0df68c9f RD |
1394 | """ |
1395 | __init__(int pointSize, int family, int style, int weight, bool underline=False, | |
196addbf RD |
1396 | String face=EmptyString, |
1397 | int encoding=FONTENCODING_DEFAULT) -> Font | |
0df68c9f | 1398 | """ |
d14a1e28 RD |
1399 | newobj = _gdi.new_Font(*args, **kwargs) |
1400 | self.this = newobj.this | |
1401 | self.thisown = 1 | |
1402 | del newobj.thisown | |
1403 | def __del__(self, destroy=_gdi.delete_Font): | |
e811c8ce | 1404 | """__del__()""" |
d14a1e28 RD |
1405 | try: |
1406 | if self.thisown: destroy(self) | |
1407 | except: pass | |
e811c8ce RD |
1408 | |
1409 | def Ok(*args, **kwargs): | |
1410 | """Ok() -> bool""" | |
1411 | return _gdi.Font_Ok(*args, **kwargs) | |
1412 | ||
d14a1e28 | 1413 | def __nonzero__(self): return self.Ok() |
e811c8ce RD |
1414 | def __eq__(*args, **kwargs): |
1415 | """__eq__(Font font) -> bool""" | |
1416 | return _gdi.Font___eq__(*args, **kwargs) | |
1417 | ||
1418 | def __ne__(*args, **kwargs): | |
1419 | """__ne__(Font font) -> bool""" | |
1420 | return _gdi.Font___ne__(*args, **kwargs) | |
1421 | ||
1422 | def GetPointSize(*args, **kwargs): | |
1423 | """GetPointSize() -> int""" | |
1424 | return _gdi.Font_GetPointSize(*args, **kwargs) | |
1425 | ||
1426 | def GetFamily(*args, **kwargs): | |
1427 | """GetFamily() -> int""" | |
1428 | return _gdi.Font_GetFamily(*args, **kwargs) | |
1429 | ||
1430 | def GetStyle(*args, **kwargs): | |
1431 | """GetStyle() -> int""" | |
1432 | return _gdi.Font_GetStyle(*args, **kwargs) | |
1433 | ||
1434 | def GetWeight(*args, **kwargs): | |
1435 | """GetWeight() -> int""" | |
1436 | return _gdi.Font_GetWeight(*args, **kwargs) | |
1437 | ||
1438 | def GetUnderlined(*args, **kwargs): | |
1439 | """GetUnderlined() -> bool""" | |
1440 | return _gdi.Font_GetUnderlined(*args, **kwargs) | |
1441 | ||
1442 | def GetFaceName(*args, **kwargs): | |
196addbf | 1443 | """GetFaceName() -> String""" |
e811c8ce RD |
1444 | return _gdi.Font_GetFaceName(*args, **kwargs) |
1445 | ||
1446 | def GetEncoding(*args, **kwargs): | |
196addbf | 1447 | """GetEncoding() -> int""" |
e811c8ce RD |
1448 | return _gdi.Font_GetEncoding(*args, **kwargs) |
1449 | ||
1450 | def GetNativeFontInfo(*args, **kwargs): | |
1451 | """GetNativeFontInfo() -> NativeFontInfo""" | |
1452 | return _gdi.Font_GetNativeFontInfo(*args, **kwargs) | |
1453 | ||
1454 | def IsFixedWidth(*args, **kwargs): | |
1455 | """IsFixedWidth() -> bool""" | |
1456 | return _gdi.Font_IsFixedWidth(*args, **kwargs) | |
1457 | ||
1458 | def GetNativeFontInfoDesc(*args, **kwargs): | |
196addbf | 1459 | """GetNativeFontInfoDesc() -> String""" |
e811c8ce RD |
1460 | return _gdi.Font_GetNativeFontInfoDesc(*args, **kwargs) |
1461 | ||
1462 | def GetNativeFontInfoUserDesc(*args, **kwargs): | |
196addbf | 1463 | """GetNativeFontInfoUserDesc() -> String""" |
e811c8ce RD |
1464 | return _gdi.Font_GetNativeFontInfoUserDesc(*args, **kwargs) |
1465 | ||
1466 | def SetPointSize(*args, **kwargs): | |
1467 | """SetPointSize(int pointSize)""" | |
1468 | return _gdi.Font_SetPointSize(*args, **kwargs) | |
1469 | ||
1470 | def SetFamily(*args, **kwargs): | |
1471 | """SetFamily(int family)""" | |
1472 | return _gdi.Font_SetFamily(*args, **kwargs) | |
1473 | ||
1474 | def SetStyle(*args, **kwargs): | |
1475 | """SetStyle(int style)""" | |
1476 | return _gdi.Font_SetStyle(*args, **kwargs) | |
1477 | ||
1478 | def SetWeight(*args, **kwargs): | |
1479 | """SetWeight(int weight)""" | |
1480 | return _gdi.Font_SetWeight(*args, **kwargs) | |
1481 | ||
1482 | def SetFaceName(*args, **kwargs): | |
196addbf | 1483 | """SetFaceName(String faceName)""" |
e811c8ce RD |
1484 | return _gdi.Font_SetFaceName(*args, **kwargs) |
1485 | ||
1486 | def SetUnderlined(*args, **kwargs): | |
1487 | """SetUnderlined(bool underlined)""" | |
1488 | return _gdi.Font_SetUnderlined(*args, **kwargs) | |
1489 | ||
1490 | def SetEncoding(*args, **kwargs): | |
196addbf | 1491 | """SetEncoding(int encoding)""" |
e811c8ce RD |
1492 | return _gdi.Font_SetEncoding(*args, **kwargs) |
1493 | ||
1494 | def SetNativeFontInfo(*args, **kwargs): | |
1495 | """SetNativeFontInfo(NativeFontInfo info)""" | |
1496 | return _gdi.Font_SetNativeFontInfo(*args, **kwargs) | |
1497 | ||
1498 | def SetNativeFontInfoFromString(*args, **kwargs): | |
196addbf | 1499 | """SetNativeFontInfoFromString(String info)""" |
e811c8ce RD |
1500 | return _gdi.Font_SetNativeFontInfoFromString(*args, **kwargs) |
1501 | ||
1502 | def SetNativeFontInfoUserDesc(*args, **kwargs): | |
196addbf | 1503 | """SetNativeFontInfoUserDesc(String info)""" |
e811c8ce RD |
1504 | return _gdi.Font_SetNativeFontInfoUserDesc(*args, **kwargs) |
1505 | ||
1506 | def GetFamilyString(*args, **kwargs): | |
196addbf | 1507 | """GetFamilyString() -> String""" |
e811c8ce RD |
1508 | return _gdi.Font_GetFamilyString(*args, **kwargs) |
1509 | ||
1510 | def GetStyleString(*args, **kwargs): | |
196addbf | 1511 | """GetStyleString() -> String""" |
e811c8ce RD |
1512 | return _gdi.Font_GetStyleString(*args, **kwargs) |
1513 | ||
1514 | def GetWeightString(*args, **kwargs): | |
196addbf | 1515 | """GetWeightString() -> String""" |
e811c8ce RD |
1516 | return _gdi.Font_GetWeightString(*args, **kwargs) |
1517 | ||
1518 | def SetNoAntiAliasing(*args, **kwargs): | |
1519 | """SetNoAntiAliasing(bool no=True)""" | |
1520 | return _gdi.Font_SetNoAntiAliasing(*args, **kwargs) | |
1521 | ||
1522 | def GetNoAntiAliasing(*args, **kwargs): | |
1523 | """GetNoAntiAliasing() -> bool""" | |
1524 | return _gdi.Font_GetNoAntiAliasing(*args, **kwargs) | |
1525 | ||
1526 | def GetDefaultEncoding(*args, **kwargs): | |
a41e16b6 | 1527 | """GetDefaultEncoding() -> int""" |
e811c8ce RD |
1528 | return _gdi.Font_GetDefaultEncoding(*args, **kwargs) |
1529 | ||
1530 | GetDefaultEncoding = staticmethod(GetDefaultEncoding) | |
1531 | def SetDefaultEncoding(*args, **kwargs): | |
a41e16b6 | 1532 | """SetDefaultEncoding(int encoding)""" |
e811c8ce RD |
1533 | return _gdi.Font_SetDefaultEncoding(*args, **kwargs) |
1534 | ||
1535 | SetDefaultEncoding = staticmethod(SetDefaultEncoding) | |
d14a1e28 RD |
1536 | |
1537 | class FontPtr(Font): | |
1538 | def __init__(self, this): | |
5e40f9dd | 1539 | self.this = this |
d14a1e28 RD |
1540 | if not hasattr(self,"thisown"): self.thisown = 0 |
1541 | self.__class__ = Font | |
1542 | _gdi.Font_swigregister(FontPtr) | |
5e40f9dd | 1543 | |
d14a1e28 | 1544 | def FontFromNativeInfo(*args, **kwargs): |
e811c8ce | 1545 | """FontFromNativeInfo(NativeFontInfo info) -> Font""" |
d14a1e28 RD |
1546 | val = _gdi.new_FontFromNativeInfo(*args, **kwargs) |
1547 | val.thisown = 1 | |
1548 | return val | |
5e40f9dd | 1549 | |
d14a1e28 | 1550 | def FontFromNativeInfoString(*args, **kwargs): |
196addbf | 1551 | """FontFromNativeInfoString(String info) -> Font""" |
d14a1e28 RD |
1552 | val = _gdi.new_FontFromNativeInfoString(*args, **kwargs) |
1553 | val.thisown = 1 | |
1554 | return val | |
5e40f9dd | 1555 | |
d14a1e28 | 1556 | def Font2(*args, **kwargs): |
0df68c9f | 1557 | """ |
196addbf RD |
1558 | Font2(int pointSize, int family, int flags=FONTFLAG_DEFAULT, |
1559 | String face=EmptyString, int encoding=FONTENCODING_DEFAULT) -> Font | |
0df68c9f | 1560 | """ |
d14a1e28 RD |
1561 | val = _gdi.new_Font2(*args, **kwargs) |
1562 | val.thisown = 1 | |
1563 | return val | |
5e40f9dd | 1564 | |
e811c8ce | 1565 | def Font_GetDefaultEncoding(*args, **kwargs): |
196addbf | 1566 | """Font_GetDefaultEncoding() -> int""" |
e811c8ce | 1567 | return _gdi.Font_GetDefaultEncoding(*args, **kwargs) |
70551f47 | 1568 | |
e811c8ce | 1569 | def Font_SetDefaultEncoding(*args, **kwargs): |
196addbf | 1570 | """Font_SetDefaultEncoding(int encoding)""" |
e811c8ce | 1571 | return _gdi.Font_SetDefaultEncoding(*args, **kwargs) |
70551f47 | 1572 | |
d14a1e28 | 1573 | #--------------------------------------------------------------------------- |
70551f47 | 1574 | |
d14a1e28 | 1575 | class FontEnumerator(object): |
e811c8ce RD |
1576 | def __repr__(self): |
1577 | return "<%s.%s; proxy of C++ wxPyFontEnumerator instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
1578 | def __init__(self, *args, **kwargs): | |
1579 | """__init__() -> FontEnumerator""" | |
d14a1e28 RD |
1580 | newobj = _gdi.new_FontEnumerator(*args, **kwargs) |
1581 | self.this = newobj.this | |
1582 | self.thisown = 1 | |
1583 | del newobj.thisown | |
1584 | self._setCallbackInfo(self, FontEnumerator, 0) | |
e811c8ce | 1585 | |
d14a1e28 | 1586 | def __del__(self, destroy=_gdi.delete_FontEnumerator): |
e811c8ce | 1587 | """__del__()""" |
d14a1e28 RD |
1588 | try: |
1589 | if self.thisown: destroy(self) | |
1590 | except: pass | |
e811c8ce RD |
1591 | |
1592 | def _setCallbackInfo(*args, **kwargs): | |
1593 | """_setCallbackInfo(PyObject self, PyObject _class, bool incref)""" | |
1594 | return _gdi.FontEnumerator__setCallbackInfo(*args, **kwargs) | |
1595 | ||
1596 | def EnumerateFacenames(*args, **kwargs): | |
196addbf | 1597 | """EnumerateFacenames(int encoding=FONTENCODING_SYSTEM, bool fixedWidthOnly=False) -> bool""" |
e811c8ce RD |
1598 | return _gdi.FontEnumerator_EnumerateFacenames(*args, **kwargs) |
1599 | ||
1600 | def EnumerateEncodings(*args, **kwargs): | |
196addbf | 1601 | """EnumerateEncodings(String facename=EmptyString) -> bool""" |
e811c8ce RD |
1602 | return _gdi.FontEnumerator_EnumerateEncodings(*args, **kwargs) |
1603 | ||
1604 | def GetEncodings(*args, **kwargs): | |
1605 | """GetEncodings() -> PyObject""" | |
1606 | return _gdi.FontEnumerator_GetEncodings(*args, **kwargs) | |
1607 | ||
1608 | def GetFacenames(*args, **kwargs): | |
1609 | """GetFacenames() -> PyObject""" | |
1610 | return _gdi.FontEnumerator_GetFacenames(*args, **kwargs) | |
1611 | ||
70551f47 | 1612 | |
d14a1e28 RD |
1613 | class FontEnumeratorPtr(FontEnumerator): |
1614 | def __init__(self, this): | |
5e40f9dd | 1615 | self.this = this |
d14a1e28 RD |
1616 | if not hasattr(self,"thisown"): self.thisown = 0 |
1617 | self.__class__ = FontEnumerator | |
1618 | _gdi.FontEnumerator_swigregister(FontEnumeratorPtr) | |
1619 | ||
1620 | #--------------------------------------------------------------------------- | |
1621 | ||
1622 | LANGUAGE_DEFAULT = _gdi.LANGUAGE_DEFAULT | |
1623 | LANGUAGE_UNKNOWN = _gdi.LANGUAGE_UNKNOWN | |
1624 | LANGUAGE_ABKHAZIAN = _gdi.LANGUAGE_ABKHAZIAN | |
1625 | LANGUAGE_AFAR = _gdi.LANGUAGE_AFAR | |
1626 | LANGUAGE_AFRIKAANS = _gdi.LANGUAGE_AFRIKAANS | |
1627 | LANGUAGE_ALBANIAN = _gdi.LANGUAGE_ALBANIAN | |
1628 | LANGUAGE_AMHARIC = _gdi.LANGUAGE_AMHARIC | |
1629 | LANGUAGE_ARABIC = _gdi.LANGUAGE_ARABIC | |
1630 | LANGUAGE_ARABIC_ALGERIA = _gdi.LANGUAGE_ARABIC_ALGERIA | |
1631 | LANGUAGE_ARABIC_BAHRAIN = _gdi.LANGUAGE_ARABIC_BAHRAIN | |
1632 | LANGUAGE_ARABIC_EGYPT = _gdi.LANGUAGE_ARABIC_EGYPT | |
1633 | LANGUAGE_ARABIC_IRAQ = _gdi.LANGUAGE_ARABIC_IRAQ | |
1634 | LANGUAGE_ARABIC_JORDAN = _gdi.LANGUAGE_ARABIC_JORDAN | |
1635 | LANGUAGE_ARABIC_KUWAIT = _gdi.LANGUAGE_ARABIC_KUWAIT | |
1636 | LANGUAGE_ARABIC_LEBANON = _gdi.LANGUAGE_ARABIC_LEBANON | |
1637 | LANGUAGE_ARABIC_LIBYA = _gdi.LANGUAGE_ARABIC_LIBYA | |
1638 | LANGUAGE_ARABIC_MOROCCO = _gdi.LANGUAGE_ARABIC_MOROCCO | |
1639 | LANGUAGE_ARABIC_OMAN = _gdi.LANGUAGE_ARABIC_OMAN | |
1640 | LANGUAGE_ARABIC_QATAR = _gdi.LANGUAGE_ARABIC_QATAR | |
1641 | LANGUAGE_ARABIC_SAUDI_ARABIA = _gdi.LANGUAGE_ARABIC_SAUDI_ARABIA | |
1642 | LANGUAGE_ARABIC_SUDAN = _gdi.LANGUAGE_ARABIC_SUDAN | |
1643 | LANGUAGE_ARABIC_SYRIA = _gdi.LANGUAGE_ARABIC_SYRIA | |
1644 | LANGUAGE_ARABIC_TUNISIA = _gdi.LANGUAGE_ARABIC_TUNISIA | |
1645 | LANGUAGE_ARABIC_UAE = _gdi.LANGUAGE_ARABIC_UAE | |
1646 | LANGUAGE_ARABIC_YEMEN = _gdi.LANGUAGE_ARABIC_YEMEN | |
1647 | LANGUAGE_ARMENIAN = _gdi.LANGUAGE_ARMENIAN | |
1648 | LANGUAGE_ASSAMESE = _gdi.LANGUAGE_ASSAMESE | |
1649 | LANGUAGE_AYMARA = _gdi.LANGUAGE_AYMARA | |
1650 | LANGUAGE_AZERI = _gdi.LANGUAGE_AZERI | |
1651 | LANGUAGE_AZERI_CYRILLIC = _gdi.LANGUAGE_AZERI_CYRILLIC | |
1652 | LANGUAGE_AZERI_LATIN = _gdi.LANGUAGE_AZERI_LATIN | |
1653 | LANGUAGE_BASHKIR = _gdi.LANGUAGE_BASHKIR | |
1654 | LANGUAGE_BASQUE = _gdi.LANGUAGE_BASQUE | |
1655 | LANGUAGE_BELARUSIAN = _gdi.LANGUAGE_BELARUSIAN | |
1656 | LANGUAGE_BENGALI = _gdi.LANGUAGE_BENGALI | |
1657 | LANGUAGE_BHUTANI = _gdi.LANGUAGE_BHUTANI | |
1658 | LANGUAGE_BIHARI = _gdi.LANGUAGE_BIHARI | |
1659 | LANGUAGE_BISLAMA = _gdi.LANGUAGE_BISLAMA | |
1660 | LANGUAGE_BRETON = _gdi.LANGUAGE_BRETON | |
1661 | LANGUAGE_BULGARIAN = _gdi.LANGUAGE_BULGARIAN | |
1662 | LANGUAGE_BURMESE = _gdi.LANGUAGE_BURMESE | |
1663 | LANGUAGE_CAMBODIAN = _gdi.LANGUAGE_CAMBODIAN | |
1664 | LANGUAGE_CATALAN = _gdi.LANGUAGE_CATALAN | |
1665 | LANGUAGE_CHINESE = _gdi.LANGUAGE_CHINESE | |
1666 | LANGUAGE_CHINESE_SIMPLIFIED = _gdi.LANGUAGE_CHINESE_SIMPLIFIED | |
1667 | LANGUAGE_CHINESE_TRADITIONAL = _gdi.LANGUAGE_CHINESE_TRADITIONAL | |
1668 | LANGUAGE_CHINESE_HONGKONG = _gdi.LANGUAGE_CHINESE_HONGKONG | |
1669 | LANGUAGE_CHINESE_MACAU = _gdi.LANGUAGE_CHINESE_MACAU | |
1670 | LANGUAGE_CHINESE_SINGAPORE = _gdi.LANGUAGE_CHINESE_SINGAPORE | |
1671 | LANGUAGE_CHINESE_TAIWAN = _gdi.LANGUAGE_CHINESE_TAIWAN | |
1672 | LANGUAGE_CORSICAN = _gdi.LANGUAGE_CORSICAN | |
1673 | LANGUAGE_CROATIAN = _gdi.LANGUAGE_CROATIAN | |
1674 | LANGUAGE_CZECH = _gdi.LANGUAGE_CZECH | |
1675 | LANGUAGE_DANISH = _gdi.LANGUAGE_DANISH | |
1676 | LANGUAGE_DUTCH = _gdi.LANGUAGE_DUTCH | |
1677 | LANGUAGE_DUTCH_BELGIAN = _gdi.LANGUAGE_DUTCH_BELGIAN | |
1678 | LANGUAGE_ENGLISH = _gdi.LANGUAGE_ENGLISH | |
1679 | LANGUAGE_ENGLISH_UK = _gdi.LANGUAGE_ENGLISH_UK | |
1680 | LANGUAGE_ENGLISH_US = _gdi.LANGUAGE_ENGLISH_US | |
1681 | LANGUAGE_ENGLISH_AUSTRALIA = _gdi.LANGUAGE_ENGLISH_AUSTRALIA | |
1682 | LANGUAGE_ENGLISH_BELIZE = _gdi.LANGUAGE_ENGLISH_BELIZE | |
1683 | LANGUAGE_ENGLISH_BOTSWANA = _gdi.LANGUAGE_ENGLISH_BOTSWANA | |
1684 | LANGUAGE_ENGLISH_CANADA = _gdi.LANGUAGE_ENGLISH_CANADA | |
1685 | LANGUAGE_ENGLISH_CARIBBEAN = _gdi.LANGUAGE_ENGLISH_CARIBBEAN | |
1686 | LANGUAGE_ENGLISH_DENMARK = _gdi.LANGUAGE_ENGLISH_DENMARK | |
1687 | LANGUAGE_ENGLISH_EIRE = _gdi.LANGUAGE_ENGLISH_EIRE | |
1688 | LANGUAGE_ENGLISH_JAMAICA = _gdi.LANGUAGE_ENGLISH_JAMAICA | |
1689 | LANGUAGE_ENGLISH_NEW_ZEALAND = _gdi.LANGUAGE_ENGLISH_NEW_ZEALAND | |
1690 | LANGUAGE_ENGLISH_PHILIPPINES = _gdi.LANGUAGE_ENGLISH_PHILIPPINES | |
1691 | LANGUAGE_ENGLISH_SOUTH_AFRICA = _gdi.LANGUAGE_ENGLISH_SOUTH_AFRICA | |
1692 | LANGUAGE_ENGLISH_TRINIDAD = _gdi.LANGUAGE_ENGLISH_TRINIDAD | |
1693 | LANGUAGE_ENGLISH_ZIMBABWE = _gdi.LANGUAGE_ENGLISH_ZIMBABWE | |
1694 | LANGUAGE_ESPERANTO = _gdi.LANGUAGE_ESPERANTO | |
1695 | LANGUAGE_ESTONIAN = _gdi.LANGUAGE_ESTONIAN | |
1696 | LANGUAGE_FAEROESE = _gdi.LANGUAGE_FAEROESE | |
1697 | LANGUAGE_FARSI = _gdi.LANGUAGE_FARSI | |
1698 | LANGUAGE_FIJI = _gdi.LANGUAGE_FIJI | |
1699 | LANGUAGE_FINNISH = _gdi.LANGUAGE_FINNISH | |
1700 | LANGUAGE_FRENCH = _gdi.LANGUAGE_FRENCH | |
1701 | LANGUAGE_FRENCH_BELGIAN = _gdi.LANGUAGE_FRENCH_BELGIAN | |
1702 | LANGUAGE_FRENCH_CANADIAN = _gdi.LANGUAGE_FRENCH_CANADIAN | |
1703 | LANGUAGE_FRENCH_LUXEMBOURG = _gdi.LANGUAGE_FRENCH_LUXEMBOURG | |
1704 | LANGUAGE_FRENCH_MONACO = _gdi.LANGUAGE_FRENCH_MONACO | |
1705 | LANGUAGE_FRENCH_SWISS = _gdi.LANGUAGE_FRENCH_SWISS | |
1706 | LANGUAGE_FRISIAN = _gdi.LANGUAGE_FRISIAN | |
1707 | LANGUAGE_GALICIAN = _gdi.LANGUAGE_GALICIAN | |
1708 | LANGUAGE_GEORGIAN = _gdi.LANGUAGE_GEORGIAN | |
1709 | LANGUAGE_GERMAN = _gdi.LANGUAGE_GERMAN | |
1710 | LANGUAGE_GERMAN_AUSTRIAN = _gdi.LANGUAGE_GERMAN_AUSTRIAN | |
1711 | LANGUAGE_GERMAN_BELGIUM = _gdi.LANGUAGE_GERMAN_BELGIUM | |
1712 | LANGUAGE_GERMAN_LIECHTENSTEIN = _gdi.LANGUAGE_GERMAN_LIECHTENSTEIN | |
1713 | LANGUAGE_GERMAN_LUXEMBOURG = _gdi.LANGUAGE_GERMAN_LUXEMBOURG | |
1714 | LANGUAGE_GERMAN_SWISS = _gdi.LANGUAGE_GERMAN_SWISS | |
1715 | LANGUAGE_GREEK = _gdi.LANGUAGE_GREEK | |
1716 | LANGUAGE_GREENLANDIC = _gdi.LANGUAGE_GREENLANDIC | |
1717 | LANGUAGE_GUARANI = _gdi.LANGUAGE_GUARANI | |
1718 | LANGUAGE_GUJARATI = _gdi.LANGUAGE_GUJARATI | |
1719 | LANGUAGE_HAUSA = _gdi.LANGUAGE_HAUSA | |
1720 | LANGUAGE_HEBREW = _gdi.LANGUAGE_HEBREW | |
1721 | LANGUAGE_HINDI = _gdi.LANGUAGE_HINDI | |
1722 | LANGUAGE_HUNGARIAN = _gdi.LANGUAGE_HUNGARIAN | |
1723 | LANGUAGE_ICELANDIC = _gdi.LANGUAGE_ICELANDIC | |
1724 | LANGUAGE_INDONESIAN = _gdi.LANGUAGE_INDONESIAN | |
1725 | LANGUAGE_INTERLINGUA = _gdi.LANGUAGE_INTERLINGUA | |
1726 | LANGUAGE_INTERLINGUE = _gdi.LANGUAGE_INTERLINGUE | |
1727 | LANGUAGE_INUKTITUT = _gdi.LANGUAGE_INUKTITUT | |
1728 | LANGUAGE_INUPIAK = _gdi.LANGUAGE_INUPIAK | |
1729 | LANGUAGE_IRISH = _gdi.LANGUAGE_IRISH | |
1730 | LANGUAGE_ITALIAN = _gdi.LANGUAGE_ITALIAN | |
1731 | LANGUAGE_ITALIAN_SWISS = _gdi.LANGUAGE_ITALIAN_SWISS | |
1732 | LANGUAGE_JAPANESE = _gdi.LANGUAGE_JAPANESE | |
1733 | LANGUAGE_JAVANESE = _gdi.LANGUAGE_JAVANESE | |
1734 | LANGUAGE_KANNADA = _gdi.LANGUAGE_KANNADA | |
1735 | LANGUAGE_KASHMIRI = _gdi.LANGUAGE_KASHMIRI | |
1736 | LANGUAGE_KASHMIRI_INDIA = _gdi.LANGUAGE_KASHMIRI_INDIA | |
1737 | LANGUAGE_KAZAKH = _gdi.LANGUAGE_KAZAKH | |
1738 | LANGUAGE_KERNEWEK = _gdi.LANGUAGE_KERNEWEK | |
1739 | LANGUAGE_KINYARWANDA = _gdi.LANGUAGE_KINYARWANDA | |
1740 | LANGUAGE_KIRGHIZ = _gdi.LANGUAGE_KIRGHIZ | |
1741 | LANGUAGE_KIRUNDI = _gdi.LANGUAGE_KIRUNDI | |
1742 | LANGUAGE_KONKANI = _gdi.LANGUAGE_KONKANI | |
1743 | LANGUAGE_KOREAN = _gdi.LANGUAGE_KOREAN | |
1744 | LANGUAGE_KURDISH = _gdi.LANGUAGE_KURDISH | |
1745 | LANGUAGE_LAOTHIAN = _gdi.LANGUAGE_LAOTHIAN | |
1746 | LANGUAGE_LATIN = _gdi.LANGUAGE_LATIN | |
1747 | LANGUAGE_LATVIAN = _gdi.LANGUAGE_LATVIAN | |
1748 | LANGUAGE_LINGALA = _gdi.LANGUAGE_LINGALA | |
1749 | LANGUAGE_LITHUANIAN = _gdi.LANGUAGE_LITHUANIAN | |
1750 | LANGUAGE_MACEDONIAN = _gdi.LANGUAGE_MACEDONIAN | |
1751 | LANGUAGE_MALAGASY = _gdi.LANGUAGE_MALAGASY | |
1752 | LANGUAGE_MALAY = _gdi.LANGUAGE_MALAY | |
1753 | LANGUAGE_MALAYALAM = _gdi.LANGUAGE_MALAYALAM | |
1754 | LANGUAGE_MALAY_BRUNEI_DARUSSALAM = _gdi.LANGUAGE_MALAY_BRUNEI_DARUSSALAM | |
1755 | LANGUAGE_MALAY_MALAYSIA = _gdi.LANGUAGE_MALAY_MALAYSIA | |
1756 | LANGUAGE_MALTESE = _gdi.LANGUAGE_MALTESE | |
1757 | LANGUAGE_MANIPURI = _gdi.LANGUAGE_MANIPURI | |
1758 | LANGUAGE_MAORI = _gdi.LANGUAGE_MAORI | |
1759 | LANGUAGE_MARATHI = _gdi.LANGUAGE_MARATHI | |
1760 | LANGUAGE_MOLDAVIAN = _gdi.LANGUAGE_MOLDAVIAN | |
1761 | LANGUAGE_MONGOLIAN = _gdi.LANGUAGE_MONGOLIAN | |
1762 | LANGUAGE_NAURU = _gdi.LANGUAGE_NAURU | |
1763 | LANGUAGE_NEPALI = _gdi.LANGUAGE_NEPALI | |
1764 | LANGUAGE_NEPALI_INDIA = _gdi.LANGUAGE_NEPALI_INDIA | |
1765 | LANGUAGE_NORWEGIAN_BOKMAL = _gdi.LANGUAGE_NORWEGIAN_BOKMAL | |
1766 | LANGUAGE_NORWEGIAN_NYNORSK = _gdi.LANGUAGE_NORWEGIAN_NYNORSK | |
1767 | LANGUAGE_OCCITAN = _gdi.LANGUAGE_OCCITAN | |
1768 | LANGUAGE_ORIYA = _gdi.LANGUAGE_ORIYA | |
1769 | LANGUAGE_OROMO = _gdi.LANGUAGE_OROMO | |
1770 | LANGUAGE_PASHTO = _gdi.LANGUAGE_PASHTO | |
1771 | LANGUAGE_POLISH = _gdi.LANGUAGE_POLISH | |
1772 | LANGUAGE_PORTUGUESE = _gdi.LANGUAGE_PORTUGUESE | |
1773 | LANGUAGE_PORTUGUESE_BRAZILIAN = _gdi.LANGUAGE_PORTUGUESE_BRAZILIAN | |
1774 | LANGUAGE_PUNJABI = _gdi.LANGUAGE_PUNJABI | |
1775 | LANGUAGE_QUECHUA = _gdi.LANGUAGE_QUECHUA | |
1776 | LANGUAGE_RHAETO_ROMANCE = _gdi.LANGUAGE_RHAETO_ROMANCE | |
1777 | LANGUAGE_ROMANIAN = _gdi.LANGUAGE_ROMANIAN | |
1778 | LANGUAGE_RUSSIAN = _gdi.LANGUAGE_RUSSIAN | |
1779 | LANGUAGE_RUSSIAN_UKRAINE = _gdi.LANGUAGE_RUSSIAN_UKRAINE | |
1780 | LANGUAGE_SAMOAN = _gdi.LANGUAGE_SAMOAN | |
1781 | LANGUAGE_SANGHO = _gdi.LANGUAGE_SANGHO | |
1782 | LANGUAGE_SANSKRIT = _gdi.LANGUAGE_SANSKRIT | |
1783 | LANGUAGE_SCOTS_GAELIC = _gdi.LANGUAGE_SCOTS_GAELIC | |
1784 | LANGUAGE_SERBIAN = _gdi.LANGUAGE_SERBIAN | |
1785 | LANGUAGE_SERBIAN_CYRILLIC = _gdi.LANGUAGE_SERBIAN_CYRILLIC | |
1786 | LANGUAGE_SERBIAN_LATIN = _gdi.LANGUAGE_SERBIAN_LATIN | |
1787 | LANGUAGE_SERBO_CROATIAN = _gdi.LANGUAGE_SERBO_CROATIAN | |
1788 | LANGUAGE_SESOTHO = _gdi.LANGUAGE_SESOTHO | |
1789 | LANGUAGE_SETSWANA = _gdi.LANGUAGE_SETSWANA | |
1790 | LANGUAGE_SHONA = _gdi.LANGUAGE_SHONA | |
1791 | LANGUAGE_SINDHI = _gdi.LANGUAGE_SINDHI | |
1792 | LANGUAGE_SINHALESE = _gdi.LANGUAGE_SINHALESE | |
1793 | LANGUAGE_SISWATI = _gdi.LANGUAGE_SISWATI | |
1794 | LANGUAGE_SLOVAK = _gdi.LANGUAGE_SLOVAK | |
1795 | LANGUAGE_SLOVENIAN = _gdi.LANGUAGE_SLOVENIAN | |
1796 | LANGUAGE_SOMALI = _gdi.LANGUAGE_SOMALI | |
1797 | LANGUAGE_SPANISH = _gdi.LANGUAGE_SPANISH | |
1798 | LANGUAGE_SPANISH_ARGENTINA = _gdi.LANGUAGE_SPANISH_ARGENTINA | |
1799 | LANGUAGE_SPANISH_BOLIVIA = _gdi.LANGUAGE_SPANISH_BOLIVIA | |
1800 | LANGUAGE_SPANISH_CHILE = _gdi.LANGUAGE_SPANISH_CHILE | |
1801 | LANGUAGE_SPANISH_COLOMBIA = _gdi.LANGUAGE_SPANISH_COLOMBIA | |
1802 | LANGUAGE_SPANISH_COSTA_RICA = _gdi.LANGUAGE_SPANISH_COSTA_RICA | |
1803 | LANGUAGE_SPANISH_DOMINICAN_REPUBLIC = _gdi.LANGUAGE_SPANISH_DOMINICAN_REPUBLIC | |
1804 | LANGUAGE_SPANISH_ECUADOR = _gdi.LANGUAGE_SPANISH_ECUADOR | |
1805 | LANGUAGE_SPANISH_EL_SALVADOR = _gdi.LANGUAGE_SPANISH_EL_SALVADOR | |
1806 | LANGUAGE_SPANISH_GUATEMALA = _gdi.LANGUAGE_SPANISH_GUATEMALA | |
1807 | LANGUAGE_SPANISH_HONDURAS = _gdi.LANGUAGE_SPANISH_HONDURAS | |
1808 | LANGUAGE_SPANISH_MEXICAN = _gdi.LANGUAGE_SPANISH_MEXICAN | |
1809 | LANGUAGE_SPANISH_MODERN = _gdi.LANGUAGE_SPANISH_MODERN | |
1810 | LANGUAGE_SPANISH_NICARAGUA = _gdi.LANGUAGE_SPANISH_NICARAGUA | |
1811 | LANGUAGE_SPANISH_PANAMA = _gdi.LANGUAGE_SPANISH_PANAMA | |
1812 | LANGUAGE_SPANISH_PARAGUAY = _gdi.LANGUAGE_SPANISH_PARAGUAY | |
1813 | LANGUAGE_SPANISH_PERU = _gdi.LANGUAGE_SPANISH_PERU | |
1814 | LANGUAGE_SPANISH_PUERTO_RICO = _gdi.LANGUAGE_SPANISH_PUERTO_RICO | |
1815 | LANGUAGE_SPANISH_URUGUAY = _gdi.LANGUAGE_SPANISH_URUGUAY | |
1816 | LANGUAGE_SPANISH_US = _gdi.LANGUAGE_SPANISH_US | |
1817 | LANGUAGE_SPANISH_VENEZUELA = _gdi.LANGUAGE_SPANISH_VENEZUELA | |
1818 | LANGUAGE_SUNDANESE = _gdi.LANGUAGE_SUNDANESE | |
1819 | LANGUAGE_SWAHILI = _gdi.LANGUAGE_SWAHILI | |
1820 | LANGUAGE_SWEDISH = _gdi.LANGUAGE_SWEDISH | |
1821 | LANGUAGE_SWEDISH_FINLAND = _gdi.LANGUAGE_SWEDISH_FINLAND | |
1822 | LANGUAGE_TAGALOG = _gdi.LANGUAGE_TAGALOG | |
1823 | LANGUAGE_TAJIK = _gdi.LANGUAGE_TAJIK | |
1824 | LANGUAGE_TAMIL = _gdi.LANGUAGE_TAMIL | |
1825 | LANGUAGE_TATAR = _gdi.LANGUAGE_TATAR | |
1826 | LANGUAGE_TELUGU = _gdi.LANGUAGE_TELUGU | |
1827 | LANGUAGE_THAI = _gdi.LANGUAGE_THAI | |
1828 | LANGUAGE_TIBETAN = _gdi.LANGUAGE_TIBETAN | |
1829 | LANGUAGE_TIGRINYA = _gdi.LANGUAGE_TIGRINYA | |
1830 | LANGUAGE_TONGA = _gdi.LANGUAGE_TONGA | |
1831 | LANGUAGE_TSONGA = _gdi.LANGUAGE_TSONGA | |
1832 | LANGUAGE_TURKISH = _gdi.LANGUAGE_TURKISH | |
1833 | LANGUAGE_TURKMEN = _gdi.LANGUAGE_TURKMEN | |
1834 | LANGUAGE_TWI = _gdi.LANGUAGE_TWI | |
1835 | LANGUAGE_UIGHUR = _gdi.LANGUAGE_UIGHUR | |
1836 | LANGUAGE_UKRAINIAN = _gdi.LANGUAGE_UKRAINIAN | |
1837 | LANGUAGE_URDU = _gdi.LANGUAGE_URDU | |
1838 | LANGUAGE_URDU_INDIA = _gdi.LANGUAGE_URDU_INDIA | |
1839 | LANGUAGE_URDU_PAKISTAN = _gdi.LANGUAGE_URDU_PAKISTAN | |
1840 | LANGUAGE_UZBEK = _gdi.LANGUAGE_UZBEK | |
1841 | LANGUAGE_UZBEK_CYRILLIC = _gdi.LANGUAGE_UZBEK_CYRILLIC | |
1842 | LANGUAGE_UZBEK_LATIN = _gdi.LANGUAGE_UZBEK_LATIN | |
1843 | LANGUAGE_VIETNAMESE = _gdi.LANGUAGE_VIETNAMESE | |
1844 | LANGUAGE_VOLAPUK = _gdi.LANGUAGE_VOLAPUK | |
1845 | LANGUAGE_WELSH = _gdi.LANGUAGE_WELSH | |
1846 | LANGUAGE_WOLOF = _gdi.LANGUAGE_WOLOF | |
1847 | LANGUAGE_XHOSA = _gdi.LANGUAGE_XHOSA | |
1848 | LANGUAGE_YIDDISH = _gdi.LANGUAGE_YIDDISH | |
1849 | LANGUAGE_YORUBA = _gdi.LANGUAGE_YORUBA | |
1850 | LANGUAGE_ZHUANG = _gdi.LANGUAGE_ZHUANG | |
1851 | LANGUAGE_ZULU = _gdi.LANGUAGE_ZULU | |
1852 | LANGUAGE_USER_DEFINED = _gdi.LANGUAGE_USER_DEFINED | |
1853 | class LanguageInfo(object): | |
d14a1e28 | 1854 | def __init__(self): raise RuntimeError, "No constructor defined" |
5e40f9dd | 1855 | def __repr__(self): |
d14a1e28 | 1856 | return "<%s.%s; proxy of C++ wxLanguageInfo instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) |
e811c8ce RD |
1857 | Language = property(_gdi.LanguageInfo_Language_get, _gdi.LanguageInfo_Language_set) |
1858 | CanonicalName = property(_gdi.LanguageInfo_CanonicalName_get, _gdi.LanguageInfo_CanonicalName_set) | |
1859 | Description = property(_gdi.LanguageInfo_Description_get, _gdi.LanguageInfo_Description_set) | |
d14a1e28 RD |
1860 | |
1861 | class LanguageInfoPtr(LanguageInfo): | |
1862 | def __init__(self, this): | |
5e40f9dd | 1863 | self.this = this |
d14a1e28 RD |
1864 | if not hasattr(self,"thisown"): self.thisown = 0 |
1865 | self.__class__ = LanguageInfo | |
1866 | _gdi.LanguageInfo_swigregister(LanguageInfoPtr) | |
1867 | ||
1868 | LOCALE_CAT_NUMBER = _gdi.LOCALE_CAT_NUMBER | |
1869 | LOCALE_CAT_DATE = _gdi.LOCALE_CAT_DATE | |
1870 | LOCALE_CAT_MONEY = _gdi.LOCALE_CAT_MONEY | |
1871 | LOCALE_CAT_MAX = _gdi.LOCALE_CAT_MAX | |
1872 | LOCALE_THOUSANDS_SEP = _gdi.LOCALE_THOUSANDS_SEP | |
1873 | LOCALE_DECIMAL_POINT = _gdi.LOCALE_DECIMAL_POINT | |
1874 | LOCALE_LOAD_DEFAULT = _gdi.LOCALE_LOAD_DEFAULT | |
1875 | LOCALE_CONV_ENCODING = _gdi.LOCALE_CONV_ENCODING | |
1876 | class Locale(object): | |
e811c8ce RD |
1877 | def __repr__(self): |
1878 | return "<%s.%s; proxy of C++ wxLocale instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 1879 | def __init__(self, *args, **kwargs): |
e811c8ce | 1880 | """__init__(int language=LANGUAGE_DEFAULT, int flags=wxLOCALE_LOAD_DEFAULT|wxLOCALE_CONV_ENCODING) -> Locale""" |
d14a1e28 RD |
1881 | newobj = _gdi.new_Locale(*args, **kwargs) |
1882 | self.this = newobj.this | |
1883 | self.thisown = 1 | |
1884 | del newobj.thisown | |
1885 | def __del__(self, destroy=_gdi.delete_Locale): | |
e811c8ce | 1886 | """__del__()""" |
d14a1e28 RD |
1887 | try: |
1888 | if self.thisown: destroy(self) | |
1889 | except: pass | |
e811c8ce RD |
1890 | |
1891 | def Init1(*args, **kwargs): | |
0df68c9f | 1892 | """ |
196addbf RD |
1893 | Init1(String szName, String szShort=EmptyString, String szLocale=EmptyString, |
1894 | bool bLoadDefault=True, | |
0df68c9f RD |
1895 | bool bConvertEncoding=False) -> bool |
1896 | """ | |
e811c8ce RD |
1897 | return _gdi.Locale_Init1(*args, **kwargs) |
1898 | ||
1899 | def Init2(*args, **kwargs): | |
1900 | """Init2(int language=LANGUAGE_DEFAULT, int flags=wxLOCALE_LOAD_DEFAULT|wxLOCALE_CONV_ENCODING) -> bool""" | |
1901 | return _gdi.Locale_Init2(*args, **kwargs) | |
1902 | ||
d14a1e28 RD |
1903 | def Init(self, *_args, **_kwargs): |
1904 | if type(_args[0]) in [type(''), type(u'')]: | |
1905 | val = self.Init1(*_args, **_kwargs) | |
1906 | else: | |
1907 | val = self.Init2(*_args, **_kwargs) | |
1908 | return val | |
1909 | ||
e811c8ce | 1910 | def GetSystemLanguage(*args, **kwargs): |
a41e16b6 | 1911 | """GetSystemLanguage() -> int""" |
e811c8ce RD |
1912 | return _gdi.Locale_GetSystemLanguage(*args, **kwargs) |
1913 | ||
1914 | GetSystemLanguage = staticmethod(GetSystemLanguage) | |
1915 | def GetSystemEncoding(*args, **kwargs): | |
a41e16b6 | 1916 | """GetSystemEncoding() -> int""" |
e811c8ce RD |
1917 | return _gdi.Locale_GetSystemEncoding(*args, **kwargs) |
1918 | ||
1919 | GetSystemEncoding = staticmethod(GetSystemEncoding) | |
1920 | def GetSystemEncodingName(*args, **kwargs): | |
a41e16b6 | 1921 | """GetSystemEncodingName() -> String""" |
e811c8ce RD |
1922 | return _gdi.Locale_GetSystemEncodingName(*args, **kwargs) |
1923 | ||
1924 | GetSystemEncodingName = staticmethod(GetSystemEncodingName) | |
1925 | def IsOk(*args, **kwargs): | |
1926 | """IsOk() -> bool""" | |
1927 | return _gdi.Locale_IsOk(*args, **kwargs) | |
1928 | ||
d14a1e28 | 1929 | def __nonzero__(self): return self.IsOk() |
e811c8ce | 1930 | def GetLocale(*args, **kwargs): |
196addbf | 1931 | """GetLocale() -> String""" |
e811c8ce RD |
1932 | return _gdi.Locale_GetLocale(*args, **kwargs) |
1933 | ||
1934 | def GetLanguage(*args, **kwargs): | |
1935 | """GetLanguage() -> int""" | |
1936 | return _gdi.Locale_GetLanguage(*args, **kwargs) | |
1937 | ||
1938 | def GetSysName(*args, **kwargs): | |
196addbf | 1939 | """GetSysName() -> String""" |
e811c8ce RD |
1940 | return _gdi.Locale_GetSysName(*args, **kwargs) |
1941 | ||
1942 | def GetCanonicalName(*args, **kwargs): | |
196addbf | 1943 | """GetCanonicalName() -> String""" |
e811c8ce RD |
1944 | return _gdi.Locale_GetCanonicalName(*args, **kwargs) |
1945 | ||
1946 | def AddCatalogLookupPathPrefix(*args, **kwargs): | |
a41e16b6 | 1947 | """AddCatalogLookupPathPrefix(String prefix)""" |
e811c8ce RD |
1948 | return _gdi.Locale_AddCatalogLookupPathPrefix(*args, **kwargs) |
1949 | ||
1950 | AddCatalogLookupPathPrefix = staticmethod(AddCatalogLookupPathPrefix) | |
1951 | def AddCatalog(*args, **kwargs): | |
196addbf | 1952 | """AddCatalog(String szDomain) -> bool""" |
e811c8ce RD |
1953 | return _gdi.Locale_AddCatalog(*args, **kwargs) |
1954 | ||
1955 | def IsLoaded(*args, **kwargs): | |
196addbf | 1956 | """IsLoaded(String szDomain) -> bool""" |
e811c8ce RD |
1957 | return _gdi.Locale_IsLoaded(*args, **kwargs) |
1958 | ||
1959 | def GetLanguageInfo(*args, **kwargs): | |
a41e16b6 | 1960 | """GetLanguageInfo(int lang) -> LanguageInfo""" |
e811c8ce RD |
1961 | return _gdi.Locale_GetLanguageInfo(*args, **kwargs) |
1962 | ||
1963 | GetLanguageInfo = staticmethod(GetLanguageInfo) | |
1964 | def GetLanguageName(*args, **kwargs): | |
a41e16b6 | 1965 | """GetLanguageName(int lang) -> String""" |
e811c8ce RD |
1966 | return _gdi.Locale_GetLanguageName(*args, **kwargs) |
1967 | ||
1968 | GetLanguageName = staticmethod(GetLanguageName) | |
1969 | def FindLanguageInfo(*args, **kwargs): | |
a41e16b6 | 1970 | """FindLanguageInfo(String locale) -> LanguageInfo""" |
e811c8ce RD |
1971 | return _gdi.Locale_FindLanguageInfo(*args, **kwargs) |
1972 | ||
1973 | FindLanguageInfo = staticmethod(FindLanguageInfo) | |
1974 | def AddLanguage(*args, **kwargs): | |
a41e16b6 | 1975 | """AddLanguage(LanguageInfo info)""" |
e811c8ce RD |
1976 | return _gdi.Locale_AddLanguage(*args, **kwargs) |
1977 | ||
1978 | AddLanguage = staticmethod(AddLanguage) | |
1979 | def GetString(*args, **kwargs): | |
196addbf | 1980 | """GetString(String szOrigString, String szDomain=EmptyString) -> String""" |
e811c8ce RD |
1981 | return _gdi.Locale_GetString(*args, **kwargs) |
1982 | ||
1983 | def GetName(*args, **kwargs): | |
196addbf | 1984 | """GetName() -> String""" |
e811c8ce RD |
1985 | return _gdi.Locale_GetName(*args, **kwargs) |
1986 | ||
5e40f9dd | 1987 | |
d14a1e28 RD |
1988 | class LocalePtr(Locale): |
1989 | def __init__(self, this): | |
1990 | self.this = this | |
1991 | if not hasattr(self,"thisown"): self.thisown = 0 | |
1992 | self.__class__ = Locale | |
1993 | _gdi.Locale_swigregister(LocalePtr) | |
5e40f9dd | 1994 | |
e811c8ce RD |
1995 | def Locale_GetSystemLanguage(*args, **kwargs): |
1996 | """Locale_GetSystemLanguage() -> int""" | |
1997 | return _gdi.Locale_GetSystemLanguage(*args, **kwargs) | |
5e40f9dd | 1998 | |
e811c8ce | 1999 | def Locale_GetSystemEncoding(*args, **kwargs): |
196addbf | 2000 | """Locale_GetSystemEncoding() -> int""" |
e811c8ce | 2001 | return _gdi.Locale_GetSystemEncoding(*args, **kwargs) |
5e40f9dd | 2002 | |
e811c8ce | 2003 | def Locale_GetSystemEncodingName(*args, **kwargs): |
196addbf | 2004 | """Locale_GetSystemEncodingName() -> String""" |
e811c8ce | 2005 | return _gdi.Locale_GetSystemEncodingName(*args, **kwargs) |
d14a1e28 | 2006 | |
e811c8ce | 2007 | def Locale_AddCatalogLookupPathPrefix(*args, **kwargs): |
196addbf | 2008 | """Locale_AddCatalogLookupPathPrefix(String prefix)""" |
e811c8ce | 2009 | return _gdi.Locale_AddCatalogLookupPathPrefix(*args, **kwargs) |
d14a1e28 | 2010 | |
e811c8ce RD |
2011 | def Locale_GetLanguageInfo(*args, **kwargs): |
2012 | """Locale_GetLanguageInfo(int lang) -> LanguageInfo""" | |
2013 | return _gdi.Locale_GetLanguageInfo(*args, **kwargs) | |
d14a1e28 | 2014 | |
e811c8ce | 2015 | def Locale_GetLanguageName(*args, **kwargs): |
196addbf | 2016 | """Locale_GetLanguageName(int lang) -> String""" |
e811c8ce | 2017 | return _gdi.Locale_GetLanguageName(*args, **kwargs) |
d14a1e28 | 2018 | |
e811c8ce | 2019 | def Locale_FindLanguageInfo(*args, **kwargs): |
196addbf | 2020 | """Locale_FindLanguageInfo(String locale) -> LanguageInfo""" |
e811c8ce | 2021 | return _gdi.Locale_FindLanguageInfo(*args, **kwargs) |
d14a1e28 | 2022 | |
e811c8ce RD |
2023 | def Locale_AddLanguage(*args, **kwargs): |
2024 | """Locale_AddLanguage(LanguageInfo info)""" | |
2025 | return _gdi.Locale_AddLanguage(*args, **kwargs) | |
d14a1e28 RD |
2026 | |
2027 | ||
e811c8ce RD |
2028 | def GetLocale(*args, **kwargs): |
2029 | """GetLocale() -> Locale""" | |
2030 | return _gdi.GetLocale(*args, **kwargs) | |
d14a1e28 RD |
2031 | #--------------------------------------------------------------------------- |
2032 | ||
2033 | CONVERT_STRICT = _gdi.CONVERT_STRICT | |
2034 | CONVERT_SUBSTITUTE = _gdi.CONVERT_SUBSTITUTE | |
2035 | PLATFORM_CURRENT = _gdi.PLATFORM_CURRENT | |
2036 | PLATFORM_UNIX = _gdi.PLATFORM_UNIX | |
2037 | PLATFORM_WINDOWS = _gdi.PLATFORM_WINDOWS | |
2038 | PLATFORM_OS2 = _gdi.PLATFORM_OS2 | |
2039 | PLATFORM_MAC = _gdi.PLATFORM_MAC | |
2040 | class EncodingConverter(core.Object): | |
e811c8ce RD |
2041 | def __repr__(self): |
2042 | return "<%s.%s; proxy of C++ wxEncodingConverter instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 2043 | def __init__(self, *args, **kwargs): |
e811c8ce | 2044 | """__init__() -> EncodingConverter""" |
d14a1e28 RD |
2045 | newobj = _gdi.new_EncodingConverter(*args, **kwargs) |
2046 | self.this = newobj.this | |
2047 | self.thisown = 1 | |
2048 | del newobj.thisown | |
2049 | def __del__(self, destroy=_gdi.delete_EncodingConverter): | |
e811c8ce | 2050 | """__del__()""" |
d14a1e28 RD |
2051 | try: |
2052 | if self.thisown: destroy(self) | |
2053 | except: pass | |
e811c8ce RD |
2054 | |
2055 | def Init(*args, **kwargs): | |
196addbf | 2056 | """Init(int input_enc, int output_enc, int method=CONVERT_STRICT) -> bool""" |
e811c8ce RD |
2057 | return _gdi.EncodingConverter_Init(*args, **kwargs) |
2058 | ||
2059 | def Convert(*args, **kwargs): | |
196addbf | 2060 | """Convert(String input) -> String""" |
e811c8ce RD |
2061 | return _gdi.EncodingConverter_Convert(*args, **kwargs) |
2062 | ||
2063 | def GetPlatformEquivalents(*args, **kwargs): | |
a41e16b6 | 2064 | """GetPlatformEquivalents(int enc, int platform=PLATFORM_CURRENT) -> wxFontEncodingArray""" |
e811c8ce RD |
2065 | return _gdi.EncodingConverter_GetPlatformEquivalents(*args, **kwargs) |
2066 | ||
2067 | GetPlatformEquivalents = staticmethod(GetPlatformEquivalents) | |
2068 | def GetAllEquivalents(*args, **kwargs): | |
a41e16b6 | 2069 | """GetAllEquivalents(int enc) -> wxFontEncodingArray""" |
e811c8ce RD |
2070 | return _gdi.EncodingConverter_GetAllEquivalents(*args, **kwargs) |
2071 | ||
2072 | GetAllEquivalents = staticmethod(GetAllEquivalents) | |
2073 | def CanConvert(*args, **kwargs): | |
a41e16b6 | 2074 | """CanConvert(int encIn, int encOut) -> bool""" |
e811c8ce RD |
2075 | return _gdi.EncodingConverter_CanConvert(*args, **kwargs) |
2076 | ||
2077 | CanConvert = staticmethod(CanConvert) | |
d14a1e28 | 2078 | def __nonzero__(self): return self.IsOk() |
d14a1e28 RD |
2079 | |
2080 | class EncodingConverterPtr(EncodingConverter): | |
2081 | def __init__(self, this): | |
2082 | self.this = this | |
2083 | if not hasattr(self,"thisown"): self.thisown = 0 | |
2084 | self.__class__ = EncodingConverter | |
2085 | _gdi.EncodingConverter_swigregister(EncodingConverterPtr) | |
2086 | ||
e811c8ce | 2087 | def GetTranslation(*args): |
0df68c9f | 2088 | """ |
196addbf RD |
2089 | GetTranslation(String sz) -> String |
2090 | GetTranslation(String sz1, String sz2, size_t n) -> String | |
0df68c9f | 2091 | """ |
e811c8ce | 2092 | return _gdi.GetTranslation(*args) |
d14a1e28 | 2093 | |
e811c8ce | 2094 | def EncodingConverter_GetPlatformEquivalents(*args, **kwargs): |
196addbf | 2095 | """EncodingConverter_GetPlatformEquivalents(int enc, int platform=PLATFORM_CURRENT) -> wxFontEncodingArray""" |
e811c8ce | 2096 | return _gdi.EncodingConverter_GetPlatformEquivalents(*args, **kwargs) |
d14a1e28 | 2097 | |
e811c8ce | 2098 | def EncodingConverter_GetAllEquivalents(*args, **kwargs): |
196addbf | 2099 | """EncodingConverter_GetAllEquivalents(int enc) -> wxFontEncodingArray""" |
e811c8ce | 2100 | return _gdi.EncodingConverter_GetAllEquivalents(*args, **kwargs) |
d14a1e28 | 2101 | |
e811c8ce | 2102 | def EncodingConverter_CanConvert(*args, **kwargs): |
196addbf | 2103 | """EncodingConverter_CanConvert(int encIn, int encOut) -> bool""" |
e811c8ce | 2104 | return _gdi.EncodingConverter_CanConvert(*args, **kwargs) |
d14a1e28 RD |
2105 | |
2106 | #---------------------------------------------------------------------------- | |
2107 | # wxGTK sets the locale when initialized. Doing this at the Python | |
2108 | # level should set it up to match what GTK is doing at the C level. | |
2109 | if wx.Platform == "__WXGTK__": | |
2110 | try: | |
2111 | import locale | |
2112 | locale.setlocale(locale.LC_ALL, "") | |
2113 | except: | |
2114 | pass | |
2115 | ||
2116 | # On MSW add the directory where the wxWindows catalogs were installed | |
2117 | # to the default catalog path. | |
2118 | if wx.Platform == "__WXMSW__": | |
2119 | import os | |
2120 | localedir = os.path.join(os.path.split(__file__)[0], "locale") | |
2121 | Locale_AddCatalogLookupPathPrefix(localedir) | |
2122 | del os | |
2123 | ||
2124 | #---------------------------------------------------------------------------- | |
2125 | ||
2126 | #--------------------------------------------------------------------------- | |
2127 | ||
2128 | class DC(core.Object): | |
e811c8ce RD |
2129 | def __init__(self): raise RuntimeError, "No constructor defined" |
2130 | def __repr__(self): | |
2131 | return "<%s.%s; proxy of C++ wxDC instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 2132 | def __del__(self, destroy=_gdi.delete_DC): |
e811c8ce | 2133 | """__del__()""" |
d14a1e28 RD |
2134 | try: |
2135 | if self.thisown: destroy(self) | |
2136 | except: pass | |
e811c8ce RD |
2137 | |
2138 | def BeginDrawing(*args, **kwargs): | |
2139 | """BeginDrawing()""" | |
2140 | return _gdi.DC_BeginDrawing(*args, **kwargs) | |
2141 | ||
2142 | def EndDrawing(*args, **kwargs): | |
2143 | """EndDrawing()""" | |
2144 | return _gdi.DC_EndDrawing(*args, **kwargs) | |
2145 | ||
2146 | def FloodFillXY(*args, **kwargs): | |
2147 | """FloodFillXY(int x, int y, Colour col, int style=FLOOD_SURFACE) -> bool""" | |
2148 | return _gdi.DC_FloodFillXY(*args, **kwargs) | |
2149 | ||
2150 | def FloodFill(*args, **kwargs): | |
2151 | """FloodFill(Point pt, Colour col, int style=FLOOD_SURFACE) -> bool""" | |
2152 | return _gdi.DC_FloodFill(*args, **kwargs) | |
2153 | ||
2154 | def GetPixelXY(*args, **kwargs): | |
2155 | """GetPixelXY(int x, int y) -> Colour""" | |
2156 | return _gdi.DC_GetPixelXY(*args, **kwargs) | |
2157 | ||
2158 | def GetPixel(*args, **kwargs): | |
2159 | """GetPixel(Point pt) -> Colour""" | |
2160 | return _gdi.DC_GetPixel(*args, **kwargs) | |
2161 | ||
2162 | def DrawLineXY(*args, **kwargs): | |
2163 | """DrawLineXY(int x1, int y1, int x2, int y2)""" | |
2164 | return _gdi.DC_DrawLineXY(*args, **kwargs) | |
2165 | ||
2166 | def DrawLine(*args, **kwargs): | |
2167 | """DrawLine(Point pt1, Point pt2)""" | |
2168 | return _gdi.DC_DrawLine(*args, **kwargs) | |
2169 | ||
2170 | def CrossHairXY(*args, **kwargs): | |
2171 | """CrossHairXY(int x, int y)""" | |
2172 | return _gdi.DC_CrossHairXY(*args, **kwargs) | |
2173 | ||
2174 | def CrossHair(*args, **kwargs): | |
2175 | """CrossHair(Point pt)""" | |
2176 | return _gdi.DC_CrossHair(*args, **kwargs) | |
2177 | ||
2178 | def DrawArcXY(*args, **kwargs): | |
2179 | """DrawArcXY(int x1, int y1, int x2, int y2, int xc, int yc)""" | |
2180 | return _gdi.DC_DrawArcXY(*args, **kwargs) | |
2181 | ||
2182 | def DrawArc(*args, **kwargs): | |
2183 | """DrawArc(Point pt1, Point pt2, Point centre)""" | |
2184 | return _gdi.DC_DrawArc(*args, **kwargs) | |
2185 | ||
2186 | def DrawCheckMarkXY(*args, **kwargs): | |
2187 | """DrawCheckMarkXY(int x, int y, int width, int height)""" | |
2188 | return _gdi.DC_DrawCheckMarkXY(*args, **kwargs) | |
2189 | ||
2190 | def DrawCheckMark(*args, **kwargs): | |
2191 | """DrawCheckMark(Rect rect)""" | |
2192 | return _gdi.DC_DrawCheckMark(*args, **kwargs) | |
2193 | ||
2194 | def DrawEllipticArcXY(*args, **kwargs): | |
2195 | """DrawEllipticArcXY(int x, int y, int w, int h, double sa, double ea)""" | |
2196 | return _gdi.DC_DrawEllipticArcXY(*args, **kwargs) | |
2197 | ||
2198 | def DrawEllipticArc(*args, **kwargs): | |
2199 | """DrawEllipticArc(Point pt, Size sz, double sa, double ea)""" | |
2200 | return _gdi.DC_DrawEllipticArc(*args, **kwargs) | |
2201 | ||
2202 | def DrawPointXY(*args, **kwargs): | |
2203 | """DrawPointXY(int x, int y)""" | |
2204 | return _gdi.DC_DrawPointXY(*args, **kwargs) | |
2205 | ||
2206 | def DrawPoint(*args, **kwargs): | |
2207 | """DrawPoint(Point pt)""" | |
2208 | return _gdi.DC_DrawPoint(*args, **kwargs) | |
2209 | ||
2210 | def DrawRectangleXY(*args, **kwargs): | |
2211 | """DrawRectangleXY(int x, int y, int width, int height)""" | |
2212 | return _gdi.DC_DrawRectangleXY(*args, **kwargs) | |
2213 | ||
2214 | def DrawRectangle(*args, **kwargs): | |
2215 | """DrawRectangle(Point pt, Size sz)""" | |
2216 | return _gdi.DC_DrawRectangle(*args, **kwargs) | |
2217 | ||
2218 | def DrawRectangleRect(*args, **kwargs): | |
2219 | """DrawRectangleRect(Rect rect)""" | |
2220 | return _gdi.DC_DrawRectangleRect(*args, **kwargs) | |
2221 | ||
2222 | def DrawRoundedRectangleXY(*args, **kwargs): | |
2223 | """DrawRoundedRectangleXY(int x, int y, int width, int height, double radius)""" | |
2224 | return _gdi.DC_DrawRoundedRectangleXY(*args, **kwargs) | |
2225 | ||
2226 | def DrawRoundedRectangle(*args, **kwargs): | |
2227 | """DrawRoundedRectangle(Point pt, Size sz, double radius)""" | |
2228 | return _gdi.DC_DrawRoundedRectangle(*args, **kwargs) | |
2229 | ||
2230 | def DrawRoundedRectangleRect(*args, **kwargs): | |
2231 | """DrawRoundedRectangleRect(Rect r, double radius)""" | |
2232 | return _gdi.DC_DrawRoundedRectangleRect(*args, **kwargs) | |
2233 | ||
2234 | def DrawCircleXY(*args, **kwargs): | |
2235 | """DrawCircleXY(int x, int y, int radius)""" | |
2236 | return _gdi.DC_DrawCircleXY(*args, **kwargs) | |
2237 | ||
2238 | def DrawCircle(*args, **kwargs): | |
2239 | """DrawCircle(Point pt, int radius)""" | |
2240 | return _gdi.DC_DrawCircle(*args, **kwargs) | |
2241 | ||
2242 | def DrawEllipseXY(*args, **kwargs): | |
2243 | """DrawEllipseXY(int x, int y, int width, int height)""" | |
2244 | return _gdi.DC_DrawEllipseXY(*args, **kwargs) | |
2245 | ||
2246 | def DrawEllipse(*args, **kwargs): | |
2247 | """DrawEllipse(Point pt, Size sz)""" | |
2248 | return _gdi.DC_DrawEllipse(*args, **kwargs) | |
2249 | ||
2250 | def DrawEllipseRect(*args, **kwargs): | |
2251 | """DrawEllipseRect(Rect rect)""" | |
2252 | return _gdi.DC_DrawEllipseRect(*args, **kwargs) | |
2253 | ||
2254 | def DrawIconXY(*args, **kwargs): | |
2255 | """DrawIconXY(Icon icon, int x, int y)""" | |
2256 | return _gdi.DC_DrawIconXY(*args, **kwargs) | |
2257 | ||
2258 | def DrawIcon(*args, **kwargs): | |
2259 | """DrawIcon(Icon icon, Point pt)""" | |
2260 | return _gdi.DC_DrawIcon(*args, **kwargs) | |
2261 | ||
2262 | def DrawBitmapXY(*args, **kwargs): | |
2263 | """DrawBitmapXY(Bitmap bmp, int x, int y, bool useMask=False)""" | |
2264 | return _gdi.DC_DrawBitmapXY(*args, **kwargs) | |
2265 | ||
2266 | def DrawBitmap(*args, **kwargs): | |
2267 | """DrawBitmap(Bitmap bmp, Point pt, bool useMask=False)""" | |
2268 | return _gdi.DC_DrawBitmap(*args, **kwargs) | |
2269 | ||
2270 | def DrawTextXY(*args, **kwargs): | |
196addbf | 2271 | """DrawTextXY(String text, int x, int y)""" |
e811c8ce RD |
2272 | return _gdi.DC_DrawTextXY(*args, **kwargs) |
2273 | ||
2274 | def DrawText(*args, **kwargs): | |
196addbf | 2275 | """DrawText(String text, Point pt)""" |
e811c8ce RD |
2276 | return _gdi.DC_DrawText(*args, **kwargs) |
2277 | ||
2278 | def DrawRotatedTextXY(*args, **kwargs): | |
196addbf | 2279 | """DrawRotatedTextXY(String text, int x, int y, double angle)""" |
e811c8ce RD |
2280 | return _gdi.DC_DrawRotatedTextXY(*args, **kwargs) |
2281 | ||
2282 | def DrawRotatedText(*args, **kwargs): | |
196addbf | 2283 | """DrawRotatedText(String text, Point pt, double angle)""" |
e811c8ce RD |
2284 | return _gdi.DC_DrawRotatedText(*args, **kwargs) |
2285 | ||
2286 | def BlitXY(*args, **kwargs): | |
0df68c9f RD |
2287 | """ |
2288 | BlitXY(int xdest, int ydest, int width, int height, DC source, | |
2289 | int xsrc, int ysrc, int rop=COPY, bool useMask=False, | |
2290 | int xsrcMask=-1, int ysrcMask=-1) -> bool | |
2291 | """ | |
e811c8ce RD |
2292 | return _gdi.DC_BlitXY(*args, **kwargs) |
2293 | ||
2294 | def Blit(*args, **kwargs): | |
0df68c9f RD |
2295 | """ |
2296 | Blit(Point destPt, Size sz, DC source, Point srcPt, int rop=COPY, | |
2297 | bool useMask=False, Point srcPtMask=DefaultPosition) -> bool | |
2298 | """ | |
e811c8ce RD |
2299 | return _gdi.DC_Blit(*args, **kwargs) |
2300 | ||
2301 | def DrawLines(*args, **kwargs): | |
2302 | """DrawLines(int points, Point points_array, int xoffset=0, int yoffset=0)""" | |
2303 | return _gdi.DC_DrawLines(*args, **kwargs) | |
2304 | ||
2305 | def DrawPolygon(*args, **kwargs): | |
0df68c9f RD |
2306 | """ |
2307 | DrawPolygon(int points, Point points_array, int xoffset=0, int yoffset=0, | |
2308 | int fillStyle=ODDEVEN_RULE) | |
2309 | """ | |
e811c8ce RD |
2310 | return _gdi.DC_DrawPolygon(*args, **kwargs) |
2311 | ||
2312 | def DrawLabel(*args, **kwargs): | |
0df68c9f | 2313 | """ |
196addbf | 2314 | DrawLabel(String text, Rect rect, int alignment=wxALIGN_LEFT|wxALIGN_TOP, |
0df68c9f RD |
2315 | int indexAccel=-1) |
2316 | """ | |
e811c8ce RD |
2317 | return _gdi.DC_DrawLabel(*args, **kwargs) |
2318 | ||
2319 | def DrawImageLabel(*args, **kwargs): | |
0df68c9f | 2320 | """ |
196addbf | 2321 | DrawImageLabel(String text, Bitmap image, Rect rect, int alignment=wxALIGN_LEFT|wxALIGN_TOP, |
0df68c9f RD |
2322 | int indexAccel=-1) -> Rect |
2323 | """ | |
e811c8ce RD |
2324 | return _gdi.DC_DrawImageLabel(*args, **kwargs) |
2325 | ||
2326 | def DrawSpline(*args, **kwargs): | |
2327 | """DrawSpline(int points, Point points_array)""" | |
2328 | return _gdi.DC_DrawSpline(*args, **kwargs) | |
2329 | ||
2330 | def Clear(*args, **kwargs): | |
2331 | """Clear()""" | |
2332 | return _gdi.DC_Clear(*args, **kwargs) | |
2333 | ||
2334 | def StartDoc(*args, **kwargs): | |
196addbf | 2335 | """StartDoc(String message) -> bool""" |
e811c8ce RD |
2336 | return _gdi.DC_StartDoc(*args, **kwargs) |
2337 | ||
2338 | def EndDoc(*args, **kwargs): | |
2339 | """EndDoc()""" | |
2340 | return _gdi.DC_EndDoc(*args, **kwargs) | |
2341 | ||
2342 | def StartPage(*args, **kwargs): | |
2343 | """StartPage()""" | |
2344 | return _gdi.DC_StartPage(*args, **kwargs) | |
2345 | ||
2346 | def EndPage(*args, **kwargs): | |
2347 | """EndPage()""" | |
2348 | return _gdi.DC_EndPage(*args, **kwargs) | |
2349 | ||
2350 | def SetFont(*args, **kwargs): | |
2351 | """SetFont(Font font)""" | |
2352 | return _gdi.DC_SetFont(*args, **kwargs) | |
2353 | ||
2354 | def SetPen(*args, **kwargs): | |
2355 | """SetPen(Pen pen)""" | |
2356 | return _gdi.DC_SetPen(*args, **kwargs) | |
2357 | ||
2358 | def SetBrush(*args, **kwargs): | |
2359 | """SetBrush(Brush brush)""" | |
2360 | return _gdi.DC_SetBrush(*args, **kwargs) | |
2361 | ||
2362 | def SetBackground(*args, **kwargs): | |
2363 | """SetBackground(Brush brush)""" | |
2364 | return _gdi.DC_SetBackground(*args, **kwargs) | |
2365 | ||
2366 | def SetBackgroundMode(*args, **kwargs): | |
2367 | """SetBackgroundMode(int mode)""" | |
2368 | return _gdi.DC_SetBackgroundMode(*args, **kwargs) | |
2369 | ||
2370 | def SetPalette(*args, **kwargs): | |
2371 | """SetPalette(Palette palette)""" | |
2372 | return _gdi.DC_SetPalette(*args, **kwargs) | |
2373 | ||
242b7b46 RD |
2374 | def SetClippingRegionXY(*args, **kwargs): |
2375 | """SetClippingRegionXY(int x, int y, int width, int height)""" | |
2376 | return _gdi.DC_SetClippingRegionXY(*args, **kwargs) | |
2377 | ||
e811c8ce | 2378 | def SetClippingRegion(*args, **kwargs): |
242b7b46 | 2379 | """SetClippingRegion(Point pt, Size sz)""" |
e811c8ce RD |
2380 | return _gdi.DC_SetClippingRegion(*args, **kwargs) |
2381 | ||
2382 | def SetClippingRect(*args, **kwargs): | |
2383 | """SetClippingRect(Rect rect)""" | |
2384 | return _gdi.DC_SetClippingRect(*args, **kwargs) | |
2385 | ||
2386 | def SetClippingRegionAsRegion(*args, **kwargs): | |
2387 | """SetClippingRegionAsRegion(Region region)""" | |
2388 | return _gdi.DC_SetClippingRegionAsRegion(*args, **kwargs) | |
2389 | ||
2390 | def DestroyClippingRegion(*args, **kwargs): | |
2391 | """DestroyClippingRegion()""" | |
2392 | return _gdi.DC_DestroyClippingRegion(*args, **kwargs) | |
2393 | ||
2394 | def GetClippingBox(*args, **kwargs): | |
322913ce | 2395 | """GetClippingBox() -> (x, y, width, height)""" |
e811c8ce RD |
2396 | return _gdi.DC_GetClippingBox(*args, **kwargs) |
2397 | ||
2398 | def GetClippingRect(*args, **kwargs): | |
2399 | """GetClippingRect() -> Rect""" | |
2400 | return _gdi.DC_GetClippingRect(*args, **kwargs) | |
2401 | ||
2402 | def GetCharHeight(*args, **kwargs): | |
2403 | """GetCharHeight() -> int""" | |
2404 | return _gdi.DC_GetCharHeight(*args, **kwargs) | |
2405 | ||
2406 | def GetCharWidth(*args, **kwargs): | |
2407 | """GetCharWidth() -> int""" | |
2408 | return _gdi.DC_GetCharWidth(*args, **kwargs) | |
2409 | ||
2410 | def GetTextExtent(*args, **kwargs): | |
0df68c9f RD |
2411 | """ |
2412 | GetTextExtent(wxString string) -> (width, height) | |
322913ce | 2413 | |
0df68c9f RD |
2414 | Get the width and height of the text using the current font. |
2415 | Only works for single line strings. | |
2416 | """ | |
e811c8ce RD |
2417 | return _gdi.DC_GetTextExtent(*args, **kwargs) |
2418 | ||
2419 | def GetFullTextExtent(*args, **kwargs): | |
0df68c9f RD |
2420 | """ |
2421 | GetFullTextExtent(wxString string, Font font=None) -> | |
2422 | (width, height, descent, externalLeading) | |
322913ce | 2423 | |
0df68c9f RD |
2424 | Get the width, height, decent and leading of the text using the current or specified font. |
2425 | Only works for single line strings. | |
2426 | """ | |
e811c8ce RD |
2427 | return _gdi.DC_GetFullTextExtent(*args, **kwargs) |
2428 | ||
2429 | def GetMultiLineTextExtent(*args, **kwargs): | |
0df68c9f RD |
2430 | """ |
2431 | GetMultiLineTextExtent(wxString string, Font font=None) -> | |
2432 | (width, height, descent, externalLeading) | |
e811c8ce | 2433 | |
0df68c9f RD |
2434 | Get the width, height, decent and leading of the text using the current or specified font. |
2435 | Works for single as well as multi-line strings. | |
2436 | """ | |
322913ce | 2437 | return _gdi.DC_GetMultiLineTextExtent(*args, **kwargs) |
e811c8ce RD |
2438 | |
2439 | def GetSize(*args, **kwargs): | |
0df68c9f RD |
2440 | """ |
2441 | GetSize() -> Size | |
322913ce | 2442 | |
0df68c9f RD |
2443 | Get the DC size in device units. |
2444 | """ | |
e811c8ce RD |
2445 | return _gdi.DC_GetSize(*args, **kwargs) |
2446 | ||
322913ce | 2447 | def GetSizeTuple(*args, **kwargs): |
0df68c9f RD |
2448 | """ |
2449 | GetSizeTuple() -> (width, height) | |
322913ce | 2450 | |
0df68c9f RD |
2451 | Get the DC size in device units. |
2452 | """ | |
322913ce | 2453 | return _gdi.DC_GetSizeTuple(*args, **kwargs) |
e811c8ce RD |
2454 | |
2455 | def GetSizeMM(*args, **kwargs): | |
0df68c9f RD |
2456 | """ |
2457 | GetSizeMM() -> Size | |
322913ce | 2458 | |
0df68c9f RD |
2459 | Get the DC size in milimeters. |
2460 | """ | |
e811c8ce RD |
2461 | return _gdi.DC_GetSizeMM(*args, **kwargs) |
2462 | ||
322913ce | 2463 | def GetSizeMMTuple(*args, **kwargs): |
0df68c9f RD |
2464 | """ |
2465 | GetSizeMMTuple() -> (width, height) | |
322913ce | 2466 | |
0df68c9f RD |
2467 | Get the DC size in milimeters. |
2468 | """ | |
322913ce RD |
2469 | return _gdi.DC_GetSizeMMTuple(*args, **kwargs) |
2470 | ||
e811c8ce RD |
2471 | def DeviceToLogicalX(*args, **kwargs): |
2472 | """DeviceToLogicalX(int x) -> int""" | |
2473 | return _gdi.DC_DeviceToLogicalX(*args, **kwargs) | |
2474 | ||
2475 | def DeviceToLogicalY(*args, **kwargs): | |
2476 | """DeviceToLogicalY(int y) -> int""" | |
2477 | return _gdi.DC_DeviceToLogicalY(*args, **kwargs) | |
2478 | ||
2479 | def DeviceToLogicalXRel(*args, **kwargs): | |
2480 | """DeviceToLogicalXRel(int x) -> int""" | |
2481 | return _gdi.DC_DeviceToLogicalXRel(*args, **kwargs) | |
2482 | ||
2483 | def DeviceToLogicalYRel(*args, **kwargs): | |
2484 | """DeviceToLogicalYRel(int y) -> int""" | |
2485 | return _gdi.DC_DeviceToLogicalYRel(*args, **kwargs) | |
2486 | ||
2487 | def LogicalToDeviceX(*args, **kwargs): | |
2488 | """LogicalToDeviceX(int x) -> int""" | |
2489 | return _gdi.DC_LogicalToDeviceX(*args, **kwargs) | |
2490 | ||
2491 | def LogicalToDeviceY(*args, **kwargs): | |
2492 | """LogicalToDeviceY(int y) -> int""" | |
2493 | return _gdi.DC_LogicalToDeviceY(*args, **kwargs) | |
2494 | ||
2495 | def LogicalToDeviceXRel(*args, **kwargs): | |
2496 | """LogicalToDeviceXRel(int x) -> int""" | |
2497 | return _gdi.DC_LogicalToDeviceXRel(*args, **kwargs) | |
2498 | ||
2499 | def LogicalToDeviceYRel(*args, **kwargs): | |
2500 | """LogicalToDeviceYRel(int y) -> int""" | |
2501 | return _gdi.DC_LogicalToDeviceYRel(*args, **kwargs) | |
2502 | ||
2503 | def CanDrawBitmap(*args, **kwargs): | |
2504 | """CanDrawBitmap() -> bool""" | |
2505 | return _gdi.DC_CanDrawBitmap(*args, **kwargs) | |
2506 | ||
2507 | def CanGetTextExtent(*args, **kwargs): | |
2508 | """CanGetTextExtent() -> bool""" | |
2509 | return _gdi.DC_CanGetTextExtent(*args, **kwargs) | |
2510 | ||
2511 | def GetDepth(*args, **kwargs): | |
2512 | """GetDepth() -> int""" | |
2513 | return _gdi.DC_GetDepth(*args, **kwargs) | |
2514 | ||
2515 | def GetPPI(*args, **kwargs): | |
2516 | """GetPPI() -> Size""" | |
2517 | return _gdi.DC_GetPPI(*args, **kwargs) | |
2518 | ||
2519 | def Ok(*args, **kwargs): | |
2520 | """Ok() -> bool""" | |
2521 | return _gdi.DC_Ok(*args, **kwargs) | |
2522 | ||
2523 | def GetBackgroundMode(*args, **kwargs): | |
2524 | """GetBackgroundMode() -> int""" | |
2525 | return _gdi.DC_GetBackgroundMode(*args, **kwargs) | |
2526 | ||
2527 | def GetBackground(*args, **kwargs): | |
2528 | """GetBackground() -> Brush""" | |
2529 | return _gdi.DC_GetBackground(*args, **kwargs) | |
2530 | ||
2531 | def GetBrush(*args, **kwargs): | |
2532 | """GetBrush() -> Brush""" | |
2533 | return _gdi.DC_GetBrush(*args, **kwargs) | |
2534 | ||
2535 | def GetFont(*args, **kwargs): | |
2536 | """GetFont() -> Font""" | |
2537 | return _gdi.DC_GetFont(*args, **kwargs) | |
2538 | ||
2539 | def GetPen(*args, **kwargs): | |
2540 | """GetPen() -> Pen""" | |
2541 | return _gdi.DC_GetPen(*args, **kwargs) | |
2542 | ||
2543 | def GetTextBackground(*args, **kwargs): | |
2544 | """GetTextBackground() -> Colour""" | |
2545 | return _gdi.DC_GetTextBackground(*args, **kwargs) | |
2546 | ||
2547 | def GetTextForeground(*args, **kwargs): | |
2548 | """GetTextForeground() -> Colour""" | |
2549 | return _gdi.DC_GetTextForeground(*args, **kwargs) | |
2550 | ||
2551 | def SetTextForeground(*args, **kwargs): | |
2552 | """SetTextForeground(Colour colour)""" | |
2553 | return _gdi.DC_SetTextForeground(*args, **kwargs) | |
2554 | ||
2555 | def SetTextBackground(*args, **kwargs): | |
2556 | """SetTextBackground(Colour colour)""" | |
2557 | return _gdi.DC_SetTextBackground(*args, **kwargs) | |
2558 | ||
2559 | def GetMapMode(*args, **kwargs): | |
2560 | """GetMapMode() -> int""" | |
2561 | return _gdi.DC_GetMapMode(*args, **kwargs) | |
2562 | ||
2563 | def SetMapMode(*args, **kwargs): | |
2564 | """SetMapMode(int mode)""" | |
2565 | return _gdi.DC_SetMapMode(*args, **kwargs) | |
2566 | ||
2567 | def GetUserScale(*args, **kwargs): | |
322913ce | 2568 | """GetUserScale() -> (xScale, yScale)""" |
e811c8ce RD |
2569 | return _gdi.DC_GetUserScale(*args, **kwargs) |
2570 | ||
2571 | def SetUserScale(*args, **kwargs): | |
2572 | """SetUserScale(double x, double y)""" | |
2573 | return _gdi.DC_SetUserScale(*args, **kwargs) | |
2574 | ||
2575 | def GetLogicalScale(*args, **kwargs): | |
322913ce | 2576 | """GetLogicalScale() -> (xScale, yScale)""" |
e811c8ce RD |
2577 | return _gdi.DC_GetLogicalScale(*args, **kwargs) |
2578 | ||
2579 | def SetLogicalScale(*args, **kwargs): | |
2580 | """SetLogicalScale(double x, double y)""" | |
2581 | return _gdi.DC_SetLogicalScale(*args, **kwargs) | |
2582 | ||
e811c8ce RD |
2583 | def GetLogicalOrigin(*args, **kwargs): |
2584 | """GetLogicalOrigin() -> Point""" | |
2585 | return _gdi.DC_GetLogicalOrigin(*args, **kwargs) | |
2586 | ||
322913ce RD |
2587 | def GetLogicalOriginTuple(*args, **kwargs): |
2588 | """GetLogicalOriginTuple() -> (x,y)""" | |
2589 | return _gdi.DC_GetLogicalOriginTuple(*args, **kwargs) | |
2590 | ||
e811c8ce RD |
2591 | def SetLogicalOrigin(*args, **kwargs): |
2592 | """SetLogicalOrigin(int x, int y)""" | |
2593 | return _gdi.DC_SetLogicalOrigin(*args, **kwargs) | |
2594 | ||
e811c8ce RD |
2595 | def GetDeviceOrigin(*args, **kwargs): |
2596 | """GetDeviceOrigin() -> Point""" | |
2597 | return _gdi.DC_GetDeviceOrigin(*args, **kwargs) | |
2598 | ||
322913ce RD |
2599 | def GetDeviceOriginTuple(*args, **kwargs): |
2600 | """GetDeviceOriginTuple() -> (x,y)""" | |
2601 | return _gdi.DC_GetDeviceOriginTuple(*args, **kwargs) | |
2602 | ||
e811c8ce RD |
2603 | def SetDeviceOrigin(*args, **kwargs): |
2604 | """SetDeviceOrigin(int x, int y)""" | |
2605 | return _gdi.DC_SetDeviceOrigin(*args, **kwargs) | |
2606 | ||
2607 | def SetAxisOrientation(*args, **kwargs): | |
2608 | """SetAxisOrientation(bool xLeftRight, bool yBottomUp)""" | |
2609 | return _gdi.DC_SetAxisOrientation(*args, **kwargs) | |
2610 | ||
2611 | def GetLogicalFunction(*args, **kwargs): | |
2612 | """GetLogicalFunction() -> int""" | |
2613 | return _gdi.DC_GetLogicalFunction(*args, **kwargs) | |
2614 | ||
2615 | def SetLogicalFunction(*args, **kwargs): | |
2616 | """SetLogicalFunction(int function)""" | |
2617 | return _gdi.DC_SetLogicalFunction(*args, **kwargs) | |
2618 | ||
2619 | def SetOptimization(*args, **kwargs): | |
2620 | """SetOptimization(bool opt)""" | |
2621 | return _gdi.DC_SetOptimization(*args, **kwargs) | |
2622 | ||
2623 | def GetOptimization(*args, **kwargs): | |
2624 | """GetOptimization() -> bool""" | |
2625 | return _gdi.DC_GetOptimization(*args, **kwargs) | |
2626 | ||
2627 | def CalcBoundingBox(*args, **kwargs): | |
2628 | """CalcBoundingBox(int x, int y)""" | |
2629 | return _gdi.DC_CalcBoundingBox(*args, **kwargs) | |
2630 | ||
2631 | def ResetBoundingBox(*args, **kwargs): | |
2632 | """ResetBoundingBox()""" | |
2633 | return _gdi.DC_ResetBoundingBox(*args, **kwargs) | |
2634 | ||
2635 | def MinX(*args, **kwargs): | |
2636 | """MinX() -> int""" | |
2637 | return _gdi.DC_MinX(*args, **kwargs) | |
2638 | ||
2639 | def MaxX(*args, **kwargs): | |
2640 | """MaxX() -> int""" | |
2641 | return _gdi.DC_MaxX(*args, **kwargs) | |
2642 | ||
2643 | def MinY(*args, **kwargs): | |
2644 | """MinY() -> int""" | |
2645 | return _gdi.DC_MinY(*args, **kwargs) | |
2646 | ||
2647 | def MaxY(*args, **kwargs): | |
2648 | """MaxY() -> int""" | |
2649 | return _gdi.DC_MaxY(*args, **kwargs) | |
2650 | ||
2651 | def GetBoundingBox(*args, **kwargs): | |
322913ce | 2652 | """GetBoundingBox() -> (x1,y1, x2,y2)""" |
e811c8ce RD |
2653 | return _gdi.DC_GetBoundingBox(*args, **kwargs) |
2654 | ||
d14a1e28 | 2655 | def __nonzero__(self): return self.Ok() |
e811c8ce RD |
2656 | def _DrawPointList(*args, **kwargs): |
2657 | """_DrawPointList(PyObject pyCoords, PyObject pyPens, PyObject pyBrushes) -> PyObject""" | |
2658 | return _gdi.DC__DrawPointList(*args, **kwargs) | |
2659 | ||
2660 | def _DrawLineList(*args, **kwargs): | |
2661 | """_DrawLineList(PyObject pyCoords, PyObject pyPens, PyObject pyBrushes) -> PyObject""" | |
2662 | return _gdi.DC__DrawLineList(*args, **kwargs) | |
2663 | ||
2664 | def _DrawRectangleList(*args, **kwargs): | |
2665 | """_DrawRectangleList(PyObject pyCoords, PyObject pyPens, PyObject pyBrushes) -> PyObject""" | |
2666 | return _gdi.DC__DrawRectangleList(*args, **kwargs) | |
2667 | ||
2668 | def _DrawEllipseList(*args, **kwargs): | |
2669 | """_DrawEllipseList(PyObject pyCoords, PyObject pyPens, PyObject pyBrushes) -> PyObject""" | |
2670 | return _gdi.DC__DrawEllipseList(*args, **kwargs) | |
2671 | ||
2672 | def _DrawPolygonList(*args, **kwargs): | |
2673 | """_DrawPolygonList(PyObject pyCoords, PyObject pyPens, PyObject pyBrushes) -> PyObject""" | |
2674 | return _gdi.DC__DrawPolygonList(*args, **kwargs) | |
2675 | ||
2676 | def _DrawTextList(*args, **kwargs): | |
0df68c9f RD |
2677 | """ |
2678 | _DrawTextList(PyObject textList, PyObject pyPoints, PyObject foregroundList, | |
2679 | PyObject backgroundList) -> PyObject | |
2680 | """ | |
e811c8ce RD |
2681 | return _gdi.DC__DrawTextList(*args, **kwargs) |
2682 | ||
3bcd5e1c RD |
2683 | def DrawPointList(self, points, pens=None): |
2684 | if pens is None: | |
2685 | pens = [] | |
d14a1e28 | 2686 | elif isinstance(pens, wx.Pen): |
3bcd5e1c RD |
2687 | pens = [pens] |
2688 | elif len(pens) != len(points): | |
2689 | raise ValueError('points and pens must have same length') | |
b67a9327 RD |
2690 | return self._DrawPointList(points, pens, []) |
2691 | ||
3bcd5e1c RD |
2692 | |
2693 | def DrawLineList(self, lines, pens=None): | |
2694 | if pens is None: | |
2695 | pens = [] | |
d14a1e28 | 2696 | elif isinstance(pens, wx.Pen): |
3bcd5e1c RD |
2697 | pens = [pens] |
2698 | elif len(pens) != len(lines): | |
2699 | raise ValueError('lines and pens must have same length') | |
b67a9327 RD |
2700 | return self._DrawLineList(lines, pens, []) |
2701 | ||
2702 | ||
2703 | def DrawRectangleList(self, rectangles, pens=None, brushes=None): | |
2704 | if pens is None: | |
2705 | pens = [] | |
d14a1e28 | 2706 | elif isinstance(pens, wx.Pen): |
b67a9327 RD |
2707 | pens = [pens] |
2708 | elif len(pens) != len(rectangles): | |
2709 | raise ValueError('rectangles and pens must have same length') | |
2710 | if brushes is None: | |
2711 | brushes = [] | |
d14a1e28 | 2712 | elif isinstance(brushes, wx.Brush): |
b67a9327 RD |
2713 | brushes = [brushes] |
2714 | elif len(brushes) != len(rectangles): | |
2715 | raise ValueError('rectangles and brushes must have same length') | |
2716 | return self._DrawRectangleList(rectangles, pens, brushes) | |
2717 | ||
2718 | ||
2719 | def DrawEllipseList(self, ellipses, pens=None, brushes=None): | |
2720 | if pens is None: | |
2721 | pens = [] | |
d14a1e28 | 2722 | elif isinstance(pens, wx.Pen): |
b67a9327 RD |
2723 | pens = [pens] |
2724 | elif len(pens) != len(ellipses): | |
2725 | raise ValueError('ellipses and pens must have same length') | |
2726 | if brushes is None: | |
2727 | brushes = [] | |
d14a1e28 | 2728 | elif isinstance(brushes, wx.Brush): |
b67a9327 RD |
2729 | brushes = [brushes] |
2730 | elif len(brushes) != len(ellipses): | |
2731 | raise ValueError('ellipses and brushes must have same length') | |
2732 | return self._DrawEllipseList(ellipses, pens, brushes) | |
2733 | ||
2734 | ||
2735 | def DrawPolygonList(self, polygons, pens=None, brushes=None): | |
33b885b9 RD |
2736 | ## Note: This does not currently support fill style or offset |
2737 | ## you can always use the non-List version if need be. | |
b67a9327 RD |
2738 | if pens is None: |
2739 | pens = [] | |
d14a1e28 | 2740 | elif isinstance(pens, wx.Pen): |
b67a9327 RD |
2741 | pens = [pens] |
2742 | elif len(pens) != len(polygons): | |
2743 | raise ValueError('polygons and pens must have same length') | |
2744 | if brushes is None: | |
2745 | brushes = [] | |
d14a1e28 | 2746 | elif isinstance(brushes, wx.Brush): |
b67a9327 RD |
2747 | brushes = [brushes] |
2748 | elif len(brushes) != len(polygons): | |
2749 | raise ValueError('polygons and brushes must have same length') | |
2750 | return self._DrawPolygonList(polygons, pens, brushes) | |
2751 | ||
2752 | ||
2753 | def DrawTextList(self, textList, coords, foregrounds = None, backgrounds = None, fonts = None): | |
33b885b9 RD |
2754 | ## NOTE: this does not currently support changing the font |
2755 | ## Make sure you set Background mode to wxSolid (DC.SetBackgroundMode) | |
2756 | ## If you want backgounds to do anything. | |
b67a9327 RD |
2757 | if type(textList) == type(''): |
2758 | textList = [textList] | |
2759 | elif len(textList) != len(coords): | |
2760 | raise ValueError('textlist and coords must have same length') | |
2761 | if foregrounds is None: | |
2762 | foregrounds = [] | |
fd3f2efe | 2763 | elif isinstance(foregrounds, wx.Colour): |
b67a9327 RD |
2764 | foregrounds = [foregrounds] |
2765 | elif len(foregrounds) != len(coords): | |
2766 | raise ValueError('foregrounds and coords must have same length') | |
2767 | if backgrounds is None: | |
2768 | backgrounds = [] | |
fd3f2efe | 2769 | elif isinstance(backgrounds, wx.Colour): |
b67a9327 RD |
2770 | backgrounds = [backgrounds] |
2771 | elif len(backgrounds) != len(coords): | |
2772 | raise ValueError('backgrounds and coords must have same length') | |
2773 | return self._DrawTextList(textList, coords, foregrounds, backgrounds) | |
3bcd5e1c | 2774 | |
70551f47 | 2775 | |
d14a1e28 RD |
2776 | class DCPtr(DC): |
2777 | def __init__(self, this): | |
2778 | self.this = this | |
2779 | if not hasattr(self,"thisown"): self.thisown = 0 | |
2780 | self.__class__ = DC | |
2781 | _gdi.DC_swigregister(DCPtr) | |
70551f47 | 2782 | |
d14a1e28 | 2783 | #--------------------------------------------------------------------------- |
70551f47 | 2784 | |
d14a1e28 | 2785 | class MemoryDC(DC): |
e811c8ce RD |
2786 | def __repr__(self): |
2787 | return "<%s.%s; proxy of C++ wxMemoryDC instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 2788 | def __init__(self, *args, **kwargs): |
e811c8ce | 2789 | """__init__() -> MemoryDC""" |
d14a1e28 RD |
2790 | newobj = _gdi.new_MemoryDC(*args, **kwargs) |
2791 | self.this = newobj.this | |
70551f47 | 2792 | self.thisown = 1 |
d14a1e28 | 2793 | del newobj.thisown |
e811c8ce RD |
2794 | def SelectObject(*args, **kwargs): |
2795 | """SelectObject(Bitmap bitmap)""" | |
2796 | return _gdi.MemoryDC_SelectObject(*args, **kwargs) | |
2797 | ||
70551f47 | 2798 | |
d14a1e28 RD |
2799 | class MemoryDCPtr(MemoryDC): |
2800 | def __init__(self, this): | |
2801 | self.this = this | |
2802 | if not hasattr(self,"thisown"): self.thisown = 0 | |
2803 | self.__class__ = MemoryDC | |
2804 | _gdi.MemoryDC_swigregister(MemoryDCPtr) | |
70551f47 | 2805 | |
d14a1e28 | 2806 | def MemoryDCFromDC(*args, **kwargs): |
e811c8ce | 2807 | """MemoryDCFromDC(DC oldDC) -> MemoryDC""" |
d14a1e28 RD |
2808 | val = _gdi.new_MemoryDCFromDC(*args, **kwargs) |
2809 | val.thisown = 1 | |
2810 | return val | |
70551f47 | 2811 | |
d14a1e28 | 2812 | #--------------------------------------------------------------------------- |
70551f47 | 2813 | |
d14a1e28 | 2814 | class BufferedDC(MemoryDC): |
e811c8ce RD |
2815 | def __repr__(self): |
2816 | return "<%s.%s; proxy of C++ wxBufferedDC instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 2817 | def __init__(self, *args, **kwargs): |
e811c8ce | 2818 | """__init__(DC dc, Bitmap buffer) -> BufferedDC""" |
d14a1e28 RD |
2819 | newobj = _gdi.new_BufferedDC(*args, **kwargs) |
2820 | self.this = newobj.this | |
a884bee5 | 2821 | self.thisown = 1 |
d14a1e28 RD |
2822 | del newobj.thisown |
2823 | self._dc = args[0] # save a ref so the other dc will not be deleted before self | |
e811c8ce RD |
2824 | |
2825 | def UnMask(*args, **kwargs): | |
2826 | """UnMask()""" | |
2827 | return _gdi.BufferedDC_UnMask(*args, **kwargs) | |
2828 | ||
a884bee5 | 2829 | |
d14a1e28 RD |
2830 | class BufferedDCPtr(BufferedDC): |
2831 | def __init__(self, this): | |
2832 | self.this = this | |
2833 | if not hasattr(self,"thisown"): self.thisown = 0 | |
2834 | self.__class__ = BufferedDC | |
2835 | _gdi.BufferedDC_swigregister(BufferedDCPtr) | |
a884bee5 | 2836 | |
d14a1e28 | 2837 | def BufferedDCInternalBuffer(*args, **kwargs): |
e811c8ce | 2838 | """BufferedDCInternalBuffer(DC dc, Size area) -> BufferedDC""" |
d14a1e28 | 2839 | val = _gdi.new_BufferedDCInternalBuffer(*args, **kwargs) |
a884bee5 | 2840 | val.thisown = 1 |
d14a1e28 | 2841 | val._dc = args[0] # save a ref so the other dc will not be deleted before self |
a884bee5 RD |
2842 | return val |
2843 | ||
d14a1e28 | 2844 | class BufferedPaintDC(BufferedDC): |
e811c8ce RD |
2845 | def __repr__(self): |
2846 | return "<%s.%s; proxy of C++ wxBufferedPaintDC instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 2847 | def __init__(self, *args, **kwargs): |
e811c8ce | 2848 | """__init__(Window window, Bitmap buffer=NullBitmap) -> BufferedPaintDC""" |
d14a1e28 RD |
2849 | newobj = _gdi.new_BufferedPaintDC(*args, **kwargs) |
2850 | self.this = newobj.this | |
a884bee5 | 2851 | self.thisown = 1 |
d14a1e28 | 2852 | del newobj.thisown |
a884bee5 | 2853 | |
d14a1e28 RD |
2854 | class BufferedPaintDCPtr(BufferedPaintDC): |
2855 | def __init__(self, this): | |
2856 | self.this = this | |
2857 | if not hasattr(self,"thisown"): self.thisown = 0 | |
2858 | self.__class__ = BufferedPaintDC | |
2859 | _gdi.BufferedPaintDC_swigregister(BufferedPaintDCPtr) | |
a884bee5 | 2860 | |
d14a1e28 | 2861 | #--------------------------------------------------------------------------- |
a884bee5 | 2862 | |
d14a1e28 | 2863 | class ScreenDC(DC): |
e811c8ce RD |
2864 | def __repr__(self): |
2865 | return "<%s.%s; proxy of C++ wxScreenDC instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 2866 | def __init__(self, *args, **kwargs): |
e811c8ce | 2867 | """__init__() -> ScreenDC""" |
d14a1e28 RD |
2868 | newobj = _gdi.new_ScreenDC(*args, **kwargs) |
2869 | self.this = newobj.this | |
70551f47 | 2870 | self.thisown = 1 |
d14a1e28 | 2871 | del newobj.thisown |
e811c8ce RD |
2872 | def StartDrawingOnTopWin(*args, **kwargs): |
2873 | """StartDrawingOnTopWin(Window window) -> bool""" | |
2874 | return _gdi.ScreenDC_StartDrawingOnTopWin(*args, **kwargs) | |
2875 | ||
2876 | def StartDrawingOnTop(*args, **kwargs): | |
2877 | """StartDrawingOnTop(Rect rect=None) -> bool""" | |
2878 | return _gdi.ScreenDC_StartDrawingOnTop(*args, **kwargs) | |
2879 | ||
2880 | def EndDrawingOnTop(*args, **kwargs): | |
2881 | """EndDrawingOnTop() -> bool""" | |
2882 | return _gdi.ScreenDC_EndDrawingOnTop(*args, **kwargs) | |
2883 | ||
70551f47 | 2884 | |
d14a1e28 RD |
2885 | class ScreenDCPtr(ScreenDC): |
2886 | def __init__(self, this): | |
2887 | self.this = this | |
2888 | if not hasattr(self,"thisown"): self.thisown = 0 | |
2889 | self.__class__ = ScreenDC | |
2890 | _gdi.ScreenDC_swigregister(ScreenDCPtr) | |
70551f47 | 2891 | |
d14a1e28 | 2892 | #--------------------------------------------------------------------------- |
70551f47 | 2893 | |
d14a1e28 | 2894 | class ClientDC(DC): |
e811c8ce RD |
2895 | def __repr__(self): |
2896 | return "<%s.%s; proxy of C++ wxClientDC instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 2897 | def __init__(self, *args, **kwargs): |
e811c8ce | 2898 | """__init__(Window win) -> ClientDC""" |
d14a1e28 RD |
2899 | newobj = _gdi.new_ClientDC(*args, **kwargs) |
2900 | self.this = newobj.this | |
70551f47 | 2901 | self.thisown = 1 |
d14a1e28 | 2902 | del newobj.thisown |
70551f47 | 2903 | |
d14a1e28 RD |
2904 | class ClientDCPtr(ClientDC): |
2905 | def __init__(self, this): | |
2906 | self.this = this | |
2907 | if not hasattr(self,"thisown"): self.thisown = 0 | |
2908 | self.__class__ = ClientDC | |
2909 | _gdi.ClientDC_swigregister(ClientDCPtr) | |
70551f47 | 2910 | |
d14a1e28 | 2911 | #--------------------------------------------------------------------------- |
70551f47 | 2912 | |
d14a1e28 | 2913 | class PaintDC(DC): |
e811c8ce RD |
2914 | def __repr__(self): |
2915 | return "<%s.%s; proxy of C++ wxPaintDC instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 2916 | def __init__(self, *args, **kwargs): |
e811c8ce | 2917 | """__init__(Window win) -> PaintDC""" |
d14a1e28 RD |
2918 | newobj = _gdi.new_PaintDC(*args, **kwargs) |
2919 | self.this = newobj.this | |
70551f47 | 2920 | self.thisown = 1 |
d14a1e28 | 2921 | del newobj.thisown |
70551f47 | 2922 | |
d14a1e28 RD |
2923 | class PaintDCPtr(PaintDC): |
2924 | def __init__(self, this): | |
2925 | self.this = this | |
2926 | if not hasattr(self,"thisown"): self.thisown = 0 | |
2927 | self.__class__ = PaintDC | |
2928 | _gdi.PaintDC_swigregister(PaintDCPtr) | |
70551f47 | 2929 | |
d14a1e28 | 2930 | #--------------------------------------------------------------------------- |
70551f47 | 2931 | |
d14a1e28 | 2932 | class WindowDC(DC): |
e811c8ce RD |
2933 | def __repr__(self): |
2934 | return "<%s.%s; proxy of C++ wxWindowDC instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 2935 | def __init__(self, *args, **kwargs): |
e811c8ce | 2936 | """__init__(Window win) -> WindowDC""" |
d14a1e28 RD |
2937 | newobj = _gdi.new_WindowDC(*args, **kwargs) |
2938 | self.this = newobj.this | |
c95e68d8 | 2939 | self.thisown = 1 |
d14a1e28 | 2940 | del newobj.thisown |
c95e68d8 | 2941 | |
d14a1e28 RD |
2942 | class WindowDCPtr(WindowDC): |
2943 | def __init__(self, this): | |
2944 | self.this = this | |
2945 | if not hasattr(self,"thisown"): self.thisown = 0 | |
2946 | self.__class__ = WindowDC | |
2947 | _gdi.WindowDC_swigregister(WindowDCPtr) | |
c95e68d8 | 2948 | |
d14a1e28 | 2949 | #--------------------------------------------------------------------------- |
c95e68d8 | 2950 | |
d14a1e28 | 2951 | class MirrorDC(DC): |
e811c8ce RD |
2952 | def __repr__(self): |
2953 | return "<%s.%s; proxy of C++ wxMirrorDC instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 2954 | def __init__(self, *args, **kwargs): |
e811c8ce | 2955 | """__init__(DC dc, bool mirror) -> MirrorDC""" |
d14a1e28 RD |
2956 | newobj = _gdi.new_MirrorDC(*args, **kwargs) |
2957 | self.this = newobj.this | |
3ef86e32 | 2958 | self.thisown = 1 |
d14a1e28 | 2959 | del newobj.thisown |
3ef86e32 | 2960 | |
d14a1e28 RD |
2961 | class MirrorDCPtr(MirrorDC): |
2962 | def __init__(self, this): | |
2963 | self.this = this | |
2964 | if not hasattr(self,"thisown"): self.thisown = 0 | |
2965 | self.__class__ = MirrorDC | |
2966 | _gdi.MirrorDC_swigregister(MirrorDCPtr) | |
3ef86e32 | 2967 | |
d14a1e28 | 2968 | #--------------------------------------------------------------------------- |
3ef86e32 | 2969 | |
d14a1e28 | 2970 | class PostScriptDC(DC): |
e811c8ce RD |
2971 | def __repr__(self): |
2972 | return "<%s.%s; proxy of C++ wxPostScriptDC instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 2973 | def __init__(self, *args, **kwargs): |
e811c8ce | 2974 | """__init__(wxPrintData printData) -> PostScriptDC""" |
d14a1e28 RD |
2975 | newobj = _gdi.new_PostScriptDC(*args, **kwargs) |
2976 | self.this = newobj.this | |
2977 | self.thisown = 1 | |
2978 | del newobj.thisown | |
e811c8ce RD |
2979 | def GetPrintData(*args, **kwargs): |
2980 | """GetPrintData() -> wxPrintData""" | |
2981 | return _gdi.PostScriptDC_GetPrintData(*args, **kwargs) | |
2982 | ||
2983 | def SetPrintData(*args, **kwargs): | |
2984 | """SetPrintData(wxPrintData data)""" | |
2985 | return _gdi.PostScriptDC_SetPrintData(*args, **kwargs) | |
2986 | ||
2987 | def SetResolution(*args, **kwargs): | |
a41e16b6 | 2988 | """SetResolution(int ppi)""" |
e811c8ce RD |
2989 | return _gdi.PostScriptDC_SetResolution(*args, **kwargs) |
2990 | ||
2991 | SetResolution = staticmethod(SetResolution) | |
2992 | def GetResolution(*args, **kwargs): | |
a41e16b6 | 2993 | """GetResolution() -> int""" |
e811c8ce RD |
2994 | return _gdi.PostScriptDC_GetResolution(*args, **kwargs) |
2995 | ||
2996 | GetResolution = staticmethod(GetResolution) | |
3ef86e32 | 2997 | |
d14a1e28 RD |
2998 | class PostScriptDCPtr(PostScriptDC): |
2999 | def __init__(self, this): | |
105e45b9 | 3000 | self.this = this |
d14a1e28 RD |
3001 | if not hasattr(self,"thisown"): self.thisown = 0 |
3002 | self.__class__ = PostScriptDC | |
3003 | _gdi.PostScriptDC_swigregister(PostScriptDCPtr) | |
105e45b9 | 3004 | |
e811c8ce RD |
3005 | def PostScriptDC_SetResolution(*args, **kwargs): |
3006 | """PostScriptDC_SetResolution(int ppi)""" | |
3007 | return _gdi.PostScriptDC_SetResolution(*args, **kwargs) | |
105e45b9 | 3008 | |
e811c8ce RD |
3009 | def PostScriptDC_GetResolution(*args, **kwargs): |
3010 | """PostScriptDC_GetResolution() -> int""" | |
3011 | return _gdi.PostScriptDC_GetResolution(*args, **kwargs) | |
105e45b9 | 3012 | |
d14a1e28 | 3013 | #--------------------------------------------------------------------------- |
105e45b9 | 3014 | |
d14a1e28 | 3015 | class MetaFile(core.Object): |
e811c8ce RD |
3016 | def __repr__(self): |
3017 | return "<%s.%s; proxy of C++ wxMetaFile instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 3018 | def __init__(self, *args, **kwargs): |
196addbf | 3019 | """__init__(String filename=EmptyString) -> MetaFile""" |
d14a1e28 RD |
3020 | newobj = _gdi.new_MetaFile(*args, **kwargs) |
3021 | self.this = newobj.this | |
21f8d7ea | 3022 | self.thisown = 1 |
d14a1e28 | 3023 | del newobj.thisown |
21f8d7ea | 3024 | |
d14a1e28 RD |
3025 | class MetaFilePtr(MetaFile): |
3026 | def __init__(self, this): | |
9df61a29 | 3027 | self.this = this |
d14a1e28 RD |
3028 | if not hasattr(self,"thisown"): self.thisown = 0 |
3029 | self.__class__ = MetaFile | |
3030 | _gdi.MetaFile_swigregister(MetaFilePtr) | |
3031 | ||
3032 | class MetaFileDC(DC): | |
e811c8ce RD |
3033 | def __repr__(self): |
3034 | return "<%s.%s; proxy of C++ wxMetaFileDC instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 3035 | def __init__(self, *args, **kwargs): |
0df68c9f | 3036 | """ |
196addbf RD |
3037 | __init__(String filename=EmptyString, int width=0, int height=0, |
3038 | String description=EmptyString) -> MetaFileDC | |
0df68c9f | 3039 | """ |
d14a1e28 RD |
3040 | newobj = _gdi.new_MetaFileDC(*args, **kwargs) |
3041 | self.this = newobj.this | |
9df61a29 | 3042 | self.thisown = 1 |
d14a1e28 | 3043 | del newobj.thisown |
9df61a29 | 3044 | |
d14a1e28 RD |
3045 | class MetaFileDCPtr(MetaFileDC): |
3046 | def __init__(self, this): | |
9df61a29 | 3047 | self.this = this |
d14a1e28 RD |
3048 | if not hasattr(self,"thisown"): self.thisown = 0 |
3049 | self.__class__ = MetaFileDC | |
3050 | _gdi.MetaFileDC_swigregister(MetaFileDCPtr) | |
3051 | ||
3052 | class PrinterDC(DC): | |
e811c8ce RD |
3053 | def __repr__(self): |
3054 | return "<%s.%s; proxy of C++ wxPrinterDC instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 3055 | def __init__(self, *args, **kwargs): |
e811c8ce | 3056 | """__init__(wxPrintData printData) -> PrinterDC""" |
d14a1e28 RD |
3057 | newobj = _gdi.new_PrinterDC(*args, **kwargs) |
3058 | self.this = newobj.this | |
9df61a29 | 3059 | self.thisown = 1 |
d14a1e28 | 3060 | del newobj.thisown |
9df61a29 | 3061 | |
d14a1e28 RD |
3062 | class PrinterDCPtr(PrinterDC): |
3063 | def __init__(self, this): | |
3064 | self.this = this | |
3065 | if not hasattr(self,"thisown"): self.thisown = 0 | |
3066 | self.__class__ = PrinterDC | |
3067 | _gdi.PrinterDC_swigregister(PrinterDCPtr) | |
3068 | ||
33b885b9 RD |
3069 | class DC_old(DC): |
3070 | """DC class that has methods with 2.4 compatible parameters.""" | |
3071 | FloodFill = DC.FloodFillXY | |
3072 | GetPixel = DC.GetPixelXY | |
3073 | DrawLine = DC.DrawLineXY | |
3074 | CrossHair = DC.CrossHairXY | |
3075 | DrawArc = DC.DrawArcXY | |
3076 | DrawCheckMark = DC.DrawCheckMarkXY | |
3077 | DrawEllipticArc = DC.DrawEllipticArcXY | |
3078 | DrawPoint = DC.DrawPointXY | |
3079 | DrawRectangle = DC.DrawRectangleXY | |
3080 | DrawRoundedRectangle = DC.DrawRoundedRectangleXY | |
3081 | DrawCircle = DC.DrawCircleXY | |
3082 | DrawEllipse = DC.DrawEllipseXY | |
3083 | DrawIcon = DC.DrawIconXY | |
3084 | DrawBitmap = DC.DrawBitmapXY | |
3085 | DrawText = DC.DrawTextXY | |
3086 | DrawRotatedText = DC.DrawRotatedTextXY | |
3087 | Blit = DC.BlitXY | |
3088 | ||
3089 | class MemoryDC_old(MemoryDC): | |
3090 | """DC class that has methods with 2.4 compatible parameters.""" | |
3091 | FloodFill = MemoryDC.FloodFillXY | |
3092 | GetPixel = MemoryDC.GetPixelXY | |
3093 | DrawLine = MemoryDC.DrawLineXY | |
3094 | CrossHair = MemoryDC.CrossHairXY | |
3095 | DrawArc = MemoryDC.DrawArcXY | |
3096 | DrawCheckMark = MemoryDC.DrawCheckMarkXY | |
3097 | DrawEllipticArc = MemoryDC.DrawEllipticArcXY | |
3098 | DrawPoint = MemoryDC.DrawPointXY | |
3099 | DrawRectangle = MemoryDC.DrawRectangleXY | |
3100 | DrawRoundedRectangle = MemoryDC.DrawRoundedRectangleXY | |
3101 | DrawCircle = MemoryDC.DrawCircleXY | |
3102 | DrawEllipse = MemoryDC.DrawEllipseXY | |
3103 | DrawIcon = MemoryDC.DrawIconXY | |
3104 | DrawBitmap = MemoryDC.DrawBitmapXY | |
3105 | DrawText = MemoryDC.DrawTextXY | |
3106 | DrawRotatedText = MemoryDC.DrawRotatedTextXY | |
3107 | Blit = MemoryDC.BlitXY | |
3108 | ||
3109 | class BufferedDC_old(BufferedDC): | |
3110 | """DC class that has methods with 2.4 compatible parameters.""" | |
3111 | FloodFill = BufferedDC.FloodFillXY | |
3112 | GetPixel = BufferedDC.GetPixelXY | |
3113 | DrawLine = BufferedDC.DrawLineXY | |
3114 | CrossHair = BufferedDC.CrossHairXY | |
3115 | DrawArc = BufferedDC.DrawArcXY | |
3116 | DrawCheckMark = BufferedDC.DrawCheckMarkXY | |
3117 | DrawEllipticArc = BufferedDC.DrawEllipticArcXY | |
3118 | DrawPoint = BufferedDC.DrawPointXY | |
3119 | DrawRectangle = BufferedDC.DrawRectangleXY | |
3120 | DrawRoundedRectangle = BufferedDC.DrawRoundedRectangleXY | |
3121 | DrawCircle = BufferedDC.DrawCircleXY | |
3122 | DrawEllipse = BufferedDC.DrawEllipseXY | |
3123 | DrawIcon = BufferedDC.DrawIconXY | |
3124 | DrawBitmap = BufferedDC.DrawBitmapXY | |
3125 | DrawText = BufferedDC.DrawTextXY | |
3126 | DrawRotatedText = BufferedDC.DrawRotatedTextXY | |
3127 | Blit = BufferedDC.BlitXY | |
3128 | ||
3129 | class BufferedPaintDC_old(BufferedPaintDC): | |
3130 | """DC class that has methods with 2.4 compatible parameters.""" | |
3131 | FloodFill = BufferedPaintDC.FloodFillXY | |
3132 | GetPixel = BufferedPaintDC.GetPixelXY | |
3133 | DrawLine = BufferedPaintDC.DrawLineXY | |
3134 | CrossHair = BufferedPaintDC.CrossHairXY | |
3135 | DrawArc = BufferedPaintDC.DrawArcXY | |
3136 | DrawCheckMark = BufferedPaintDC.DrawCheckMarkXY | |
3137 | DrawEllipticArc = BufferedPaintDC.DrawEllipticArcXY | |
3138 | DrawPoint = BufferedPaintDC.DrawPointXY | |
3139 | DrawRectangle = BufferedPaintDC.DrawRectangleXY | |
3140 | DrawRoundedRectangle = BufferedPaintDC.DrawRoundedRectangleXY | |
3141 | DrawCircle = BufferedPaintDC.DrawCircleXY | |
3142 | DrawEllipse = BufferedPaintDC.DrawEllipseXY | |
3143 | DrawIcon = BufferedPaintDC.DrawIconXY | |
3144 | DrawBitmap = BufferedPaintDC.DrawBitmapXY | |
3145 | DrawText = BufferedPaintDC.DrawTextXY | |
3146 | DrawRotatedText = BufferedPaintDC.DrawRotatedTextXY | |
3147 | Blit = BufferedPaintDC.BlitXY | |
3148 | ||
3149 | class ScreenDC_old(ScreenDC): | |
3150 | """DC class that has methods with 2.4 compatible parameters.""" | |
3151 | FloodFill = ScreenDC.FloodFillXY | |
3152 | GetPixel = ScreenDC.GetPixelXY | |
3153 | DrawLine = ScreenDC.DrawLineXY | |
3154 | CrossHair = ScreenDC.CrossHairXY | |
3155 | DrawArc = ScreenDC.DrawArcXY | |
3156 | DrawCheckMark = ScreenDC.DrawCheckMarkXY | |
3157 | DrawEllipticArc = ScreenDC.DrawEllipticArcXY | |
3158 | DrawPoint = ScreenDC.DrawPointXY | |
3159 | DrawRectangle = ScreenDC.DrawRectangleXY | |
3160 | DrawRoundedRectangle = ScreenDC.DrawRoundedRectangleXY | |
3161 | DrawCircle = ScreenDC.DrawCircleXY | |
3162 | DrawEllipse = ScreenDC.DrawEllipseXY | |
3163 | DrawIcon = ScreenDC.DrawIconXY | |
3164 | DrawBitmap = ScreenDC.DrawBitmapXY | |
3165 | DrawText = ScreenDC.DrawTextXY | |
3166 | DrawRotatedText = ScreenDC.DrawRotatedTextXY | |
3167 | Blit = ScreenDC.BlitXY | |
3168 | ||
3169 | class ClientDC_old(ClientDC): | |
3170 | """DC class that has methods with 2.4 compatible parameters.""" | |
3171 | FloodFill = ClientDC.FloodFillXY | |
3172 | GetPixel = ClientDC.GetPixelXY | |
3173 | DrawLine = ClientDC.DrawLineXY | |
3174 | CrossHair = ClientDC.CrossHairXY | |
3175 | DrawArc = ClientDC.DrawArcXY | |
3176 | DrawCheckMark = ClientDC.DrawCheckMarkXY | |
3177 | DrawEllipticArc = ClientDC.DrawEllipticArcXY | |
3178 | DrawPoint = ClientDC.DrawPointXY | |
3179 | DrawRectangle = ClientDC.DrawRectangleXY | |
3180 | DrawRoundedRectangle = ClientDC.DrawRoundedRectangleXY | |
3181 | DrawCircle = ClientDC.DrawCircleXY | |
3182 | DrawEllipse = ClientDC.DrawEllipseXY | |
3183 | DrawIcon = ClientDC.DrawIconXY | |
3184 | DrawBitmap = ClientDC.DrawBitmapXY | |
3185 | DrawText = ClientDC.DrawTextXY | |
3186 | DrawRotatedText = ClientDC.DrawRotatedTextXY | |
3187 | Blit = ClientDC.BlitXY | |
3188 | ||
3189 | class PaintDC_old(PaintDC): | |
3190 | """DC class that has methods with 2.4 compatible parameters.""" | |
3191 | FloodFill = PaintDC.FloodFillXY | |
3192 | GetPixel = PaintDC.GetPixelXY | |
3193 | DrawLine = PaintDC.DrawLineXY | |
3194 | CrossHair = PaintDC.CrossHairXY | |
3195 | DrawArc = PaintDC.DrawArcXY | |
3196 | DrawCheckMark = PaintDC.DrawCheckMarkXY | |
3197 | DrawEllipticArc = PaintDC.DrawEllipticArcXY | |
3198 | DrawPoint = PaintDC.DrawPointXY | |
3199 | DrawRectangle = PaintDC.DrawRectangleXY | |
3200 | DrawRoundedRectangle = PaintDC.DrawRoundedRectangleXY | |
3201 | DrawCircle = PaintDC.DrawCircleXY | |
3202 | DrawEllipse = PaintDC.DrawEllipseXY | |
3203 | DrawIcon = PaintDC.DrawIconXY | |
3204 | DrawBitmap = PaintDC.DrawBitmapXY | |
3205 | DrawText = PaintDC.DrawTextXY | |
3206 | DrawRotatedText = PaintDC.DrawRotatedTextXY | |
3207 | Blit = PaintDC.BlitXY | |
3208 | ||
3209 | class WindowDC_old(WindowDC): | |
3210 | """DC class that has methods with 2.4 compatible parameters.""" | |
3211 | FloodFill = WindowDC.FloodFillXY | |
3212 | GetPixel = WindowDC.GetPixelXY | |
3213 | DrawLine = WindowDC.DrawLineXY | |
3214 | CrossHair = WindowDC.CrossHairXY | |
3215 | DrawArc = WindowDC.DrawArcXY | |
3216 | DrawCheckMark = WindowDC.DrawCheckMarkXY | |
3217 | DrawEllipticArc = WindowDC.DrawEllipticArcXY | |
3218 | DrawPoint = WindowDC.DrawPointXY | |
3219 | DrawRectangle = WindowDC.DrawRectangleXY | |
3220 | DrawRoundedRectangle = WindowDC.DrawRoundedRectangleXY | |
3221 | DrawCircle = WindowDC.DrawCircleXY | |
3222 | DrawEllipse = WindowDC.DrawEllipseXY | |
3223 | DrawIcon = WindowDC.DrawIconXY | |
3224 | DrawBitmap = WindowDC.DrawBitmapXY | |
3225 | DrawText = WindowDC.DrawTextXY | |
3226 | DrawRotatedText = WindowDC.DrawRotatedTextXY | |
3227 | Blit = WindowDC.BlitXY | |
3228 | ||
3229 | class MirrorDC_old(MirrorDC): | |
3230 | """DC class that has methods with 2.4 compatible parameters.""" | |
3231 | FloodFill = MirrorDC.FloodFillXY | |
3232 | GetPixel = MirrorDC.GetPixelXY | |
3233 | DrawLine = MirrorDC.DrawLineXY | |
3234 | CrossHair = MirrorDC.CrossHairXY | |
3235 | DrawArc = MirrorDC.DrawArcXY | |
3236 | DrawCheckMark = MirrorDC.DrawCheckMarkXY | |
3237 | DrawEllipticArc = MirrorDC.DrawEllipticArcXY | |
3238 | DrawPoint = MirrorDC.DrawPointXY | |
3239 | DrawRectangle = MirrorDC.DrawRectangleXY | |
3240 | DrawRoundedRectangle = MirrorDC.DrawRoundedRectangleXY | |
3241 | DrawCircle = MirrorDC.DrawCircleXY | |
3242 | DrawEllipse = MirrorDC.DrawEllipseXY | |
3243 | DrawIcon = MirrorDC.DrawIconXY | |
3244 | DrawBitmap = MirrorDC.DrawBitmapXY | |
3245 | DrawText = MirrorDC.DrawTextXY | |
3246 | DrawRotatedText = MirrorDC.DrawRotatedTextXY | |
3247 | Blit = MirrorDC.BlitXY | |
3248 | ||
3249 | class PostScriptDC_old(PostScriptDC): | |
3250 | """DC class that has methods with 2.4 compatible parameters.""" | |
3251 | FloodFill = PostScriptDC.FloodFillXY | |
3252 | GetPixel = PostScriptDC.GetPixelXY | |
3253 | DrawLine = PostScriptDC.DrawLineXY | |
3254 | CrossHair = PostScriptDC.CrossHairXY | |
3255 | DrawArc = PostScriptDC.DrawArcXY | |
3256 | DrawCheckMark = PostScriptDC.DrawCheckMarkXY | |
3257 | DrawEllipticArc = PostScriptDC.DrawEllipticArcXY | |
3258 | DrawPoint = PostScriptDC.DrawPointXY | |
3259 | DrawRectangle = PostScriptDC.DrawRectangleXY | |
3260 | DrawRoundedRectangle = PostScriptDC.DrawRoundedRectangleXY | |
3261 | DrawCircle = PostScriptDC.DrawCircleXY | |
3262 | DrawEllipse = PostScriptDC.DrawEllipseXY | |
3263 | DrawIcon = PostScriptDC.DrawIconXY | |
3264 | DrawBitmap = PostScriptDC.DrawBitmapXY | |
3265 | DrawText = PostScriptDC.DrawTextXY | |
3266 | DrawRotatedText = PostScriptDC.DrawRotatedTextXY | |
3267 | Blit = PostScriptDC.BlitXY | |
3268 | ||
3269 | class MetaFileDC_old(MetaFileDC): | |
3270 | """DC class that has methods with 2.4 compatible parameters.""" | |
3271 | FloodFill = MetaFileDC.FloodFillXY | |
3272 | GetPixel = MetaFileDC.GetPixelXY | |
3273 | DrawLine = MetaFileDC.DrawLineXY | |
3274 | CrossHair = MetaFileDC.CrossHairXY | |
3275 | DrawArc = MetaFileDC.DrawArcXY | |
3276 | DrawCheckMark = MetaFileDC.DrawCheckMarkXY | |
3277 | DrawEllipticArc = MetaFileDC.DrawEllipticArcXY | |
3278 | DrawPoint = MetaFileDC.DrawPointXY | |
3279 | DrawRectangle = MetaFileDC.DrawRectangleXY | |
3280 | DrawRoundedRectangle = MetaFileDC.DrawRoundedRectangleXY | |
3281 | DrawCircle = MetaFileDC.DrawCircleXY | |
3282 | DrawEllipse = MetaFileDC.DrawEllipseXY | |
3283 | DrawIcon = MetaFileDC.DrawIconXY | |
3284 | DrawBitmap = MetaFileDC.DrawBitmapXY | |
3285 | DrawText = MetaFileDC.DrawTextXY | |
3286 | DrawRotatedText = MetaFileDC.DrawRotatedTextXY | |
3287 | Blit = MetaFileDC.BlitXY | |
3288 | ||
3289 | class PrinterDC_old(PrinterDC): | |
3290 | """DC class that has methods with 2.4 compatible parameters.""" | |
3291 | FloodFill = PrinterDC.FloodFillXY | |
3292 | GetPixel = PrinterDC.GetPixelXY | |
3293 | DrawLine = PrinterDC.DrawLineXY | |
3294 | CrossHair = PrinterDC.CrossHairXY | |
3295 | DrawArc = PrinterDC.DrawArcXY | |
3296 | DrawCheckMark = PrinterDC.DrawCheckMarkXY | |
3297 | DrawEllipticArc = PrinterDC.DrawEllipticArcXY | |
3298 | DrawPoint = PrinterDC.DrawPointXY | |
3299 | DrawRectangle = PrinterDC.DrawRectangleXY | |
3300 | DrawRoundedRectangle = PrinterDC.DrawRoundedRectangleXY | |
3301 | DrawCircle = PrinterDC.DrawCircleXY | |
3302 | DrawEllipse = PrinterDC.DrawEllipseXY | |
3303 | DrawIcon = PrinterDC.DrawIconXY | |
3304 | DrawBitmap = PrinterDC.DrawBitmapXY | |
3305 | DrawText = PrinterDC.DrawTextXY | |
3306 | DrawRotatedText = PrinterDC.DrawRotatedTextXY | |
3307 | Blit = PrinterDC.BlitXY | |
3308 | ||
d14a1e28 RD |
3309 | #--------------------------------------------------------------------------- |
3310 | ||
3311 | IMAGELIST_DRAW_NORMAL = _gdi.IMAGELIST_DRAW_NORMAL | |
3312 | IMAGELIST_DRAW_TRANSPARENT = _gdi.IMAGELIST_DRAW_TRANSPARENT | |
3313 | IMAGELIST_DRAW_SELECTED = _gdi.IMAGELIST_DRAW_SELECTED | |
3314 | IMAGELIST_DRAW_FOCUSED = _gdi.IMAGELIST_DRAW_FOCUSED | |
3315 | IMAGE_LIST_NORMAL = _gdi.IMAGE_LIST_NORMAL | |
3316 | IMAGE_LIST_SMALL = _gdi.IMAGE_LIST_SMALL | |
3317 | IMAGE_LIST_STATE = _gdi.IMAGE_LIST_STATE | |
3318 | class ImageList(core.Object): | |
e811c8ce RD |
3319 | def __repr__(self): |
3320 | return "<%s.%s; proxy of C++ wxImageList instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 3321 | def __init__(self, *args, **kwargs): |
e811c8ce | 3322 | """__init__(int width, int height, int mask=True, int initialCount=1) -> ImageList""" |
d14a1e28 RD |
3323 | newobj = _gdi.new_ImageList(*args, **kwargs) |
3324 | self.this = newobj.this | |
3325 | self.thisown = 1 | |
3326 | del newobj.thisown | |
3327 | def __del__(self, destroy=_gdi.delete_ImageList): | |
e811c8ce | 3328 | """__del__()""" |
d14a1e28 RD |
3329 | try: |
3330 | if self.thisown: destroy(self) | |
3331 | except: pass | |
e811c8ce RD |
3332 | |
3333 | def Add(*args, **kwargs): | |
3334 | """Add(Bitmap bitmap, Bitmap mask=NullBitmap) -> int""" | |
3335 | return _gdi.ImageList_Add(*args, **kwargs) | |
3336 | ||
3337 | def AddWithColourMask(*args, **kwargs): | |
3338 | """AddWithColourMask(Bitmap bitmap, Colour maskColour) -> int""" | |
3339 | return _gdi.ImageList_AddWithColourMask(*args, **kwargs) | |
3340 | ||
3341 | def AddIcon(*args, **kwargs): | |
3342 | """AddIcon(Icon icon) -> int""" | |
3343 | return _gdi.ImageList_AddIcon(*args, **kwargs) | |
3344 | ||
3345 | def Replace(*args, **kwargs): | |
3346 | """Replace(int index, Bitmap bitmap) -> bool""" | |
3347 | return _gdi.ImageList_Replace(*args, **kwargs) | |
3348 | ||
3349 | def Draw(*args, **kwargs): | |
0df68c9f RD |
3350 | """ |
3351 | Draw(int index, DC dc, int x, int x, int flags=IMAGELIST_DRAW_NORMAL, | |
3352 | bool solidBackground=False) -> bool | |
3353 | """ | |
e811c8ce RD |
3354 | return _gdi.ImageList_Draw(*args, **kwargs) |
3355 | ||
3356 | def GetImageCount(*args, **kwargs): | |
3357 | """GetImageCount() -> int""" | |
3358 | return _gdi.ImageList_GetImageCount(*args, **kwargs) | |
3359 | ||
3360 | def Remove(*args, **kwargs): | |
3361 | """Remove(int index) -> bool""" | |
3362 | return _gdi.ImageList_Remove(*args, **kwargs) | |
3363 | ||
3364 | def RemoveAll(*args, **kwargs): | |
3365 | """RemoveAll() -> bool""" | |
3366 | return _gdi.ImageList_RemoveAll(*args, **kwargs) | |
3367 | ||
3368 | def GetSize(*args, **kwargs): | |
322913ce | 3369 | """GetSize() -> (width,height)""" |
e811c8ce RD |
3370 | return _gdi.ImageList_GetSize(*args, **kwargs) |
3371 | ||
9df61a29 | 3372 | |
d14a1e28 RD |
3373 | class ImageListPtr(ImageList): |
3374 | def __init__(self, this): | |
3375 | self.this = this | |
3376 | if not hasattr(self,"thisown"): self.thisown = 0 | |
3377 | self.__class__ = ImageList | |
3378 | _gdi.ImageList_swigregister(ImageListPtr) | |
3379 | ||
3380 | #--------------------------------------------------------------------------- | |
3381 | ||
3382 | class PenList(core.Object): | |
d14a1e28 RD |
3383 | def __init__(self): raise RuntimeError, "No constructor defined" |
3384 | def __repr__(self): | |
3385 | return "<%s.%s; proxy of C++ wxPenList instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
e811c8ce RD |
3386 | def AddPen(*args, **kwargs): |
3387 | """AddPen(Pen pen)""" | |
3388 | return _gdi.PenList_AddPen(*args, **kwargs) | |
3389 | ||
3390 | def FindOrCreatePen(*args, **kwargs): | |
3391 | """FindOrCreatePen(Colour colour, int width, int style) -> Pen""" | |
3392 | return _gdi.PenList_FindOrCreatePen(*args, **kwargs) | |
3393 | ||
3394 | def RemovePen(*args, **kwargs): | |
3395 | """RemovePen(Pen pen)""" | |
3396 | return _gdi.PenList_RemovePen(*args, **kwargs) | |
3397 | ||
3398 | def GetCount(*args, **kwargs): | |
3399 | """GetCount() -> int""" | |
3400 | return _gdi.PenList_GetCount(*args, **kwargs) | |
3401 | ||
9df61a29 | 3402 | |
d14a1e28 RD |
3403 | class PenListPtr(PenList): |
3404 | def __init__(self, this): | |
3405 | self.this = this | |
3406 | if not hasattr(self,"thisown"): self.thisown = 0 | |
3407 | self.__class__ = PenList | |
3408 | _gdi.PenList_swigregister(PenListPtr) | |
3409 | ||
3410 | class BrushList(core.Object): | |
d14a1e28 RD |
3411 | def __init__(self): raise RuntimeError, "No constructor defined" |
3412 | def __repr__(self): | |
3413 | return "<%s.%s; proxy of C++ wxBrushList instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
e811c8ce RD |
3414 | def AddBrush(*args, **kwargs): |
3415 | """AddBrush(Brush brush)""" | |
3416 | return _gdi.BrushList_AddBrush(*args, **kwargs) | |
3417 | ||
3418 | def FindOrCreateBrush(*args, **kwargs): | |
3419 | """FindOrCreateBrush(Colour colour, int style) -> Brush""" | |
3420 | return _gdi.BrushList_FindOrCreateBrush(*args, **kwargs) | |
3421 | ||
3422 | def RemoveBrush(*args, **kwargs): | |
3423 | """RemoveBrush(Brush brush)""" | |
3424 | return _gdi.BrushList_RemoveBrush(*args, **kwargs) | |
3425 | ||
3426 | def GetCount(*args, **kwargs): | |
3427 | """GetCount() -> int""" | |
3428 | return _gdi.BrushList_GetCount(*args, **kwargs) | |
3429 | ||
9df61a29 | 3430 | |
d14a1e28 RD |
3431 | class BrushListPtr(BrushList): |
3432 | def __init__(self, this): | |
3433 | self.this = this | |
3434 | if not hasattr(self,"thisown"): self.thisown = 0 | |
3435 | self.__class__ = BrushList | |
3436 | _gdi.BrushList_swigregister(BrushListPtr) | |
3437 | ||
3438 | class ColourDatabase(core.Object): | |
e811c8ce RD |
3439 | def __repr__(self): |
3440 | return "<%s.%s; proxy of C++ wxColourDatabase instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 3441 | def __init__(self, *args, **kwargs): |
e811c8ce | 3442 | """__init__() -> ColourDatabase""" |
d14a1e28 RD |
3443 | newobj = _gdi.new_ColourDatabase(*args, **kwargs) |
3444 | self.this = newobj.this | |
3445 | self.thisown = 1 | |
3446 | del newobj.thisown | |
3447 | def __del__(self, destroy=_gdi.delete_ColourDatabase): | |
e811c8ce | 3448 | """__del__()""" |
d14a1e28 RD |
3449 | try: |
3450 | if self.thisown: destroy(self) | |
3451 | except: pass | |
e811c8ce RD |
3452 | |
3453 | def Find(*args, **kwargs): | |
196addbf | 3454 | """Find(String name) -> Colour""" |
e811c8ce RD |
3455 | return _gdi.ColourDatabase_Find(*args, **kwargs) |
3456 | ||
3457 | def FindName(*args, **kwargs): | |
196addbf | 3458 | """FindName(Colour colour) -> String""" |
e811c8ce RD |
3459 | return _gdi.ColourDatabase_FindName(*args, **kwargs) |
3460 | ||
d14a1e28 | 3461 | FindColour = Find |
e811c8ce | 3462 | def AddColour(*args, **kwargs): |
196addbf | 3463 | """AddColour(String name, Colour colour)""" |
e811c8ce RD |
3464 | return _gdi.ColourDatabase_AddColour(*args, **kwargs) |
3465 | ||
3466 | def Append(*args, **kwargs): | |
196addbf | 3467 | """Append(String name, int red, int green, int blue)""" |
e811c8ce RD |
3468 | return _gdi.ColourDatabase_Append(*args, **kwargs) |
3469 | ||
70551f47 | 3470 | |
d14a1e28 RD |
3471 | class ColourDatabasePtr(ColourDatabase): |
3472 | def __init__(self, this): | |
3473 | self.this = this | |
3474 | if not hasattr(self,"thisown"): self.thisown = 0 | |
3475 | self.__class__ = ColourDatabase | |
3476 | _gdi.ColourDatabase_swigregister(ColourDatabasePtr) | |
3477 | ||
3478 | class FontList(core.Object): | |
d14a1e28 RD |
3479 | def __init__(self): raise RuntimeError, "No constructor defined" |
3480 | def __repr__(self): | |
3481 | return "<%s.%s; proxy of C++ wxFontList instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
e811c8ce RD |
3482 | def AddFont(*args, **kwargs): |
3483 | """AddFont(Font font)""" | |
3484 | return _gdi.FontList_AddFont(*args, **kwargs) | |
3485 | ||
3486 | def FindOrCreateFont(*args, **kwargs): | |
0df68c9f RD |
3487 | """ |
3488 | FindOrCreateFont(int point_size, int family, int style, int weight, | |
196addbf RD |
3489 | bool underline=False, String facename=EmptyString, |
3490 | int encoding=FONTENCODING_DEFAULT) -> Font | |
0df68c9f | 3491 | """ |
e811c8ce RD |
3492 | return _gdi.FontList_FindOrCreateFont(*args, **kwargs) |
3493 | ||
3494 | def RemoveFont(*args, **kwargs): | |
3495 | """RemoveFont(Font font)""" | |
3496 | return _gdi.FontList_RemoveFont(*args, **kwargs) | |
3497 | ||
3498 | def GetCount(*args, **kwargs): | |
3499 | """GetCount() -> int""" | |
3500 | return _gdi.FontList_GetCount(*args, **kwargs) | |
3501 | ||
70551f47 | 3502 | |
d14a1e28 RD |
3503 | class FontListPtr(FontList): |
3504 | def __init__(self, this): | |
3505 | self.this = this | |
3506 | if not hasattr(self,"thisown"): self.thisown = 0 | |
3507 | self.__class__ = FontList | |
3508 | _gdi.FontList_swigregister(FontListPtr) | |
70551f47 | 3509 | |
d14a1e28 | 3510 | #--------------------------------------------------------------------------- |
fbcadfca | 3511 | |
d14a1e28 | 3512 | #--------------------------------------------------------------------------- |
fbcadfca | 3513 | |
e811c8ce | 3514 | class Effects(core.Object): |
e811c8ce RD |
3515 | def __repr__(self): |
3516 | return "<%s.%s; proxy of C++ wxEffects instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
d14a1e28 | 3517 | def __init__(self, *args, **kwargs): |
e811c8ce RD |
3518 | """__init__() -> Effects""" |
3519 | newobj = _gdi.new_Effects(*args, **kwargs) | |
d14a1e28 RD |
3520 | self.this = newobj.this |
3521 | self.thisown = 1 | |
3522 | del newobj.thisown | |
e811c8ce RD |
3523 | def GetHighlightColour(*args, **kwargs): |
3524 | """GetHighlightColour() -> Colour""" | |
3525 | return _gdi.Effects_GetHighlightColour(*args, **kwargs) | |
3526 | ||
3527 | def GetLightShadow(*args, **kwargs): | |
3528 | """GetLightShadow() -> Colour""" | |
3529 | return _gdi.Effects_GetLightShadow(*args, **kwargs) | |
3530 | ||
3531 | def GetFaceColour(*args, **kwargs): | |
3532 | """GetFaceColour() -> Colour""" | |
3533 | return _gdi.Effects_GetFaceColour(*args, **kwargs) | |
3534 | ||
3535 | def GetMediumShadow(*args, **kwargs): | |
3536 | """GetMediumShadow() -> Colour""" | |
3537 | return _gdi.Effects_GetMediumShadow(*args, **kwargs) | |
3538 | ||
3539 | def GetDarkShadow(*args, **kwargs): | |
3540 | """GetDarkShadow() -> Colour""" | |
3541 | return _gdi.Effects_GetDarkShadow(*args, **kwargs) | |
3542 | ||
3543 | def SetHighlightColour(*args, **kwargs): | |
3544 | """SetHighlightColour(Colour c)""" | |
3545 | return _gdi.Effects_SetHighlightColour(*args, **kwargs) | |
3546 | ||
3547 | def SetLightShadow(*args, **kwargs): | |
3548 | """SetLightShadow(Colour c)""" | |
3549 | return _gdi.Effects_SetLightShadow(*args, **kwargs) | |
3550 | ||
3551 | def SetFaceColour(*args, **kwargs): | |
3552 | """SetFaceColour(Colour c)""" | |
3553 | return _gdi.Effects_SetFaceColour(*args, **kwargs) | |
3554 | ||
3555 | def SetMediumShadow(*args, **kwargs): | |
3556 | """SetMediumShadow(Colour c)""" | |
3557 | return _gdi.Effects_SetMediumShadow(*args, **kwargs) | |
3558 | ||
3559 | def SetDarkShadow(*args, **kwargs): | |
3560 | """SetDarkShadow(Colour c)""" | |
3561 | return _gdi.Effects_SetDarkShadow(*args, **kwargs) | |
3562 | ||
3563 | def Set(*args, **kwargs): | |
0df68c9f RD |
3564 | """ |
3565 | Set(Colour highlightColour, Colour lightShadow, Colour faceColour, | |
3566 | Colour mediumShadow, Colour darkShadow) | |
3567 | """ | |
e811c8ce RD |
3568 | return _gdi.Effects_Set(*args, **kwargs) |
3569 | ||
3570 | def DrawSunkenEdge(*args, **kwargs): | |
3571 | """DrawSunkenEdge(DC dc, Rect rect, int borderSize=1)""" | |
3572 | return _gdi.Effects_DrawSunkenEdge(*args, **kwargs) | |
4be61064 | 3573 | |
e811c8ce RD |
3574 | def TileBitmap(*args, **kwargs): |
3575 | """TileBitmap(Rect rect, DC dc, Bitmap bitmap) -> bool""" | |
3576 | return _gdi.Effects_TileBitmap(*args, **kwargs) | |
3577 | ||
3578 | ||
3579 | class EffectsPtr(Effects): | |
d14a1e28 RD |
3580 | def __init__(self, this): |
3581 | self.this = this | |
3582 | if not hasattr(self,"thisown"): self.thisown = 0 | |
e811c8ce RD |
3583 | self.__class__ = Effects |
3584 | _gdi.Effects_swigregister(EffectsPtr) | |
d14a1e28 RD |
3585 | cvar = _gdi.cvar |
3586 | NORMAL_FONT = cvar.NORMAL_FONT | |
3587 | SMALL_FONT = cvar.SMALL_FONT | |
3588 | ITALIC_FONT = cvar.ITALIC_FONT | |
3589 | SWISS_FONT = cvar.SWISS_FONT | |
3590 | RED_PEN = cvar.RED_PEN | |
3591 | CYAN_PEN = cvar.CYAN_PEN | |
3592 | GREEN_PEN = cvar.GREEN_PEN | |
3593 | BLACK_PEN = cvar.BLACK_PEN | |
3594 | WHITE_PEN = cvar.WHITE_PEN | |
3595 | TRANSPARENT_PEN = cvar.TRANSPARENT_PEN | |
3596 | BLACK_DASHED_PEN = cvar.BLACK_DASHED_PEN | |
3597 | GREY_PEN = cvar.GREY_PEN | |
3598 | MEDIUM_GREY_PEN = cvar.MEDIUM_GREY_PEN | |
3599 | LIGHT_GREY_PEN = cvar.LIGHT_GREY_PEN | |
3600 | BLUE_BRUSH = cvar.BLUE_BRUSH | |
3601 | GREEN_BRUSH = cvar.GREEN_BRUSH | |
3602 | WHITE_BRUSH = cvar.WHITE_BRUSH | |
3603 | BLACK_BRUSH = cvar.BLACK_BRUSH | |
3604 | TRANSPARENT_BRUSH = cvar.TRANSPARENT_BRUSH | |
3605 | CYAN_BRUSH = cvar.CYAN_BRUSH | |
3606 | RED_BRUSH = cvar.RED_BRUSH | |
3607 | GREY_BRUSH = cvar.GREY_BRUSH | |
3608 | MEDIUM_GREY_BRUSH = cvar.MEDIUM_GREY_BRUSH | |
3609 | LIGHT_GREY_BRUSH = cvar.LIGHT_GREY_BRUSH | |
3610 | BLACK = cvar.BLACK | |
3611 | WHITE = cvar.WHITE | |
3612 | RED = cvar.RED | |
3613 | BLUE = cvar.BLUE | |
3614 | GREEN = cvar.GREEN | |
3615 | CYAN = cvar.CYAN | |
3616 | LIGHT_GREY = cvar.LIGHT_GREY | |
3617 | STANDARD_CURSOR = cvar.STANDARD_CURSOR | |
3618 | HOURGLASS_CURSOR = cvar.HOURGLASS_CURSOR | |
3619 | CROSS_CURSOR = cvar.CROSS_CURSOR | |
3620 | NullBitmap = cvar.NullBitmap | |
3621 | NullIcon = cvar.NullIcon | |
3622 | NullCursor = cvar.NullCursor | |
3623 | NullPen = cvar.NullPen | |
3624 | NullBrush = cvar.NullBrush | |
3625 | NullPalette = cvar.NullPalette | |
3626 | NullFont = cvar.NullFont | |
3627 | NullColour = cvar.NullColour | |
3628 | TheFontList = cvar.TheFontList | |
3629 | ThePenList = cvar.ThePenList | |
3630 | TheBrushList = cvar.TheBrushList | |
3631 | TheColourDatabase = cvar.TheColourDatabase | |
3632 | ||
70551f47 | 3633 |