class wxGLCanvas : public wxWindow {
public:
- %addtofunc wxGLCanvas "self._setOORInfo(self)"
+ %pythonAppend wxGLCanvas "self._setOORInfo(self)"
wxGLCanvas(wxWindow *parent, wxWindowID id = -1,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize, long style = 0,
int *attribList = NULL,
const wxPalette& palette = wxNullPalette);
- %addtofunc wxGLCanvas "val._setOORInfo(val)"
- %name(wxGLCanvasWithContext)
+ %pythonAppend wxGLCanvas "val._setOORInfo(val)"
+ %name(GLCanvasWithContext)
wxGLCanvas( wxWindow *parent,
const wxGLContext *shared = NULL,
wxWindowID id = -1,