]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/glcanvas/glcanvas.i
test wxString's char<->wchar_t ctors
[wxWidgets.git] / wxPython / contrib / glcanvas / glcanvas.i
index 9892e2751a827d27cf0e394b3971a561fc69d9de..5c44932c06d48f492c57bdec95e1129b0f27f5a4 100644 (file)
@@ -14,7 +14,8 @@
 %define DOCSTRING
 "`GLCanvas` provides an OpenGL Context on a `wx.Window`."
 %enddef
-%module(docstring=DOCSTRING) glcanvas
+
+%module(package="wx", docstring=DOCSTRING) glcanvas
 
 %{
 #include "wx/wxPython/wxPython.h"
@@ -43,6 +44,8 @@ class wxPalette;
 
 //---------------------------------------------------------------------------
 
+MustHaveApp(wxGLContext);
+
 class wxGLContext : public wxObject {
 public:
 #ifndef __WXMAC__  
@@ -118,6 +121,8 @@ enum {
 
 
 
+MustHaveApp(wxGLCanvas);
+
 class wxGLCanvas : public wxWindow {
 public:
     %pythonAppend wxGLCanvas   "self._setOORInfo(self)"