]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/ogl/ogl.i
test wxString's char<->wchar_t ctors
[wxWidgets.git] / wxPython / contrib / ogl / ogl.i
index 419d5a4361fed4b0aa32051dbbf4c8518496dc45..fff16bd5a4df1ae6967ab5d3f0190115bce801ca 100644 (file)
@@ -14,7 +14,8 @@
 "The Object Graphics Library provides for simple drawing and manipulation
 of 2D objects.  (This version is deprecated, please use wx.lib.ogl instead.)"
 %enddef
-%module(docstring=DOCSTRING) ogl
+
+%module(package="wx", docstring=DOCSTRING) ogl
 
 %{
 #include "wx/wxPython/wxPython.h"
@@ -31,7 +32,7 @@ of 2D objects.  (This version is deprecated, please use wx.lib.ogl instead.)"
 
 %pythoncode {
     import warnings
-    warnings.warn("This module is deprecated.  Please use the wx.lib.ogl pacakge instead.",    
+    warnings.warn("This module is deprecated.  Please use the wx.lib.ogl package instead.",    
                   DeprecationWarning, stacklevel=2)
 }
 
@@ -156,7 +157,10 @@ enum {
 
 //---------------------------------------------------------------------------
 
+MustHaveApp(wxOGLInitialize);
 void wxOGLInitialize();
+
+MustHaveApp(wxOGLCleanUp);
 void wxOGLCleanUp();