]>
Commit | Line | Data |
---|---|---|
e91a9dfc RD |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: _ogldefs.i | |
3 | // Purpose: SWIG definitions for the wxWindows Object Graphics Library | |
4 | // | |
5 | // Author: Robin Dunn | |
6 | // | |
7 | // Created: 27-Aug-1999 | |
8 | // RCS-ID: $Id$ | |
9 | // Copyright: (c) 1998 by Total Control Software | |
10 | // Licence: wxWindows license | |
11 | ///////////////////////////////////////////////////////////////////////////// | |
12 | ||
13 | ||
14 | //--------------------------------------------------------------------------- | |
15 | ||
16 | ||
17 | class wxOGLConstraint; | |
18 | class wxBitmapShape; | |
19 | class wxDiagram; | |
20 | class wxDrawnShape; | |
21 | class wxCircleShape; | |
22 | class wxCompositeShape; | |
23 | class wxDividedShape; | |
24 | class wxDivisionShape; | |
25 | class wxEllipseShape; | |
26 | class wxLineShape; | |
27 | class wxPolygonShape; | |
28 | class wxRectangleShape; | |
29 | class wxPseudoMetaFile; | |
30 | class wxShape; | |
31 | class wxShapeCanvas; | |
32 | class wxShapeEvtHandler; | |
33 | class wxTextShape; | |
2348eaee | 34 | class wxControlPoint; |
e91a9dfc RD |
35 | |
36 | class wxPyOGLConstraint; | |
37 | class wxPyBitmapShape; | |
38 | class wxPyDiagram; | |
39 | class wxPyDrawnShape; | |
40 | class wxPyCircleShape; | |
41 | class wxPyCompositeShape; | |
42 | class wxPyDividedShape; | |
43 | class wxPyDivisionShape; | |
44 | class wxPyEllipseShape; | |
45 | class wxPyLineShape; | |
46 | class wxPyPolygonShape; | |
47 | class wxPyRectangleShape; | |
48 | class wxPyPseudoMetaFile; | |
49 | class wxPyShape; | |
50 | class wxPyShapeCanvas; | |
51 | class wxPyShapeEvtHandler; | |
52 | class wxPyTextShape; | |
2348eaee | 53 | class wxPyControlPoint; |
e91a9dfc RD |
54 | |
55 | ||
56 | //--------------------------------------------------------------------------- | |
57 | //--------------------------------------------------------------------------- | |
58 | //--------------------------------------------------------------------------- | |
59 | ||
60 | ||
61 | ||
62 | ||
63 |