+ %name(wxGLCanvasWithContext)
+ wxGLCanvas( wxWindow *parent,
+ const wxGLContext *shared = NULL,
+ wxWindowID id = -1,
+ const wxPoint& pos = wxDefaultPosition,
+ const wxSize& size = wxDefaultSize,
+ long style = 0,
+ const char* name = "GLCanvas",
+ int *attribList = NULL,
+ const wxPalette& palette = wxNullPalette );
+
+// bool Create(wxWindow *parent, wxWindowID id,
+// const wxPoint& pos, const wxSize& size, long style, const wxString& name);
+
+ %pragma(python) addtomethod = "__init__:self._setOORInfo(self)"
+ %pragma(python) addtomethod = "wxGLCanvasWithContext:val._setOORInfo(self)"