]> git.saurik.com Git - wxWidgets.git/blob - wxPython/contrib/glcanvas/msw/glcanvas.py
Second phase of OOR completed. (Original python object return for
[wxWidgets.git] / wxPython / contrib / glcanvas / msw / glcanvas.py
1 # This file was created automatically by SWIG.
2 import glcanvasc
3
4 from misc import *
5
6 from misc2 import *
7
8 from windows import *
9
10 from gdi import *
11
12 from clip_dnd import *
13
14 from events import *
15
16 from streams import *
17
18 from mdi import *
19
20 from frames import *
21
22 from stattool import *
23
24 from controls import *
25
26 from controls2 import *
27
28 from windows2 import *
29
30 from cmndlgs import *
31
32 from windows3 import *
33
34 from image import *
35
36 from printfw import *
37
38 from sizers import *
39
40 from filesys import *
41
42 from utils import *
43 import wx
44 class wxGLContextPtr(wxObjectPtr):
45 def __init__(self,this):
46 self.this = this
47 self.thisown = 0
48 def __del__(self,glcanvasc=glcanvasc):
49 if self.thisown == 1 :
50 glcanvasc.delete_wxGLContext(self)
51 def SetCurrent(self, *_args, **_kwargs):
52 val = apply(glcanvasc.wxGLContext_SetCurrent,(self,) + _args, _kwargs)
53 return val
54 def SetColour(self, *_args, **_kwargs):
55 val = apply(glcanvasc.wxGLContext_SetColour,(self,) + _args, _kwargs)
56 return val
57 def SwapBuffers(self, *_args, **_kwargs):
58 val = apply(glcanvasc.wxGLContext_SwapBuffers,(self,) + _args, _kwargs)
59 return val
60 def GetWindow(self, *_args, **_kwargs):
61 val = apply(glcanvasc.wxGLContext_GetWindow,(self,) + _args, _kwargs)
62 return val
63 def __repr__(self):
64 return "<C wxGLContext instance at %s>" % (self.this,)
65 class wxGLContext(wxGLContextPtr):
66 def __init__(self,*_args,**_kwargs):
67 self.this = apply(glcanvasc.new_wxGLContext,_args,_kwargs)
68 self.thisown = 1
69
70
71
72
73 class wxGLCanvasPtr(wxScrolledWindowPtr):
74 def __init__(self,this):
75 self.this = this
76 self.thisown = 0
77 def Create(self, *_args, **_kwargs):
78 val = apply(glcanvasc.wxGLCanvas_Create,(self,) + _args, _kwargs)
79 return val
80 def SetCurrent(self, *_args, **_kwargs):
81 val = apply(glcanvasc.wxGLCanvas_SetCurrent,(self,) + _args, _kwargs)
82 return val
83 def SetColour(self, *_args, **_kwargs):
84 val = apply(glcanvasc.wxGLCanvas_SetColour,(self,) + _args, _kwargs)
85 return val
86 def SwapBuffers(self, *_args, **_kwargs):
87 val = apply(glcanvasc.wxGLCanvas_SwapBuffers,(self,) + _args, _kwargs)
88 return val
89 def GetContext(self, *_args, **_kwargs):
90 val = apply(glcanvasc.wxGLCanvas_GetContext,(self,) + _args, _kwargs)
91 if val: val = wxGLContextPtr(val)
92 return val
93 def SetupPixelFormat(self, *_args, **_kwargs):
94 val = apply(glcanvasc.wxGLCanvas_SetupPixelFormat,(self,) + _args, _kwargs)
95 return val
96 def SetupPalette(self, *_args, **_kwargs):
97 val = apply(glcanvasc.wxGLCanvas_SetupPalette,(self,) + _args, _kwargs)
98 return val
99 def CreateDefaultPalette(self, *_args, **_kwargs):
100 val = apply(glcanvasc.wxGLCanvas_CreateDefaultPalette,(self,) + _args, _kwargs)
101 if val: val = wxPalettePtr(val) ; val.thisown = 1
102 return val
103 def GetPalette(self, *_args, **_kwargs):
104 val = apply(glcanvasc.wxGLCanvas_GetPalette,(self,) + _args, _kwargs)
105 if val: val = wxPalettePtr(val)
106 return val
107 def __repr__(self):
108 return "<C wxGLCanvas instance at %s>" % (self.this,)
109 class wxGLCanvas(wxGLCanvasPtr):
110 def __init__(self,*_args,**_kwargs):
111 self.this = apply(glcanvasc.new_wxGLCanvas,_args,_kwargs)
112 self.thisown = 1
113 self._setOORInfo(self)
114
115
116
117 def wxGLCanvasWithContext(*_args,**_kwargs):
118 val = wxGLCanvasPtr(apply(glcanvasc.new_wxGLCanvasWithContext,_args,_kwargs))
119 val.thisown = 1
120 val._setOORInfo(self)
121 return val
122
123
124
125
126 #-------------- FUNCTION WRAPPERS ------------------
127
128
129
130 #-------------- VARIABLE WRAPPERS ------------------
131