git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27563
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
%pythoncode {
import warnings
%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)
}
DeprecationWarning, stacklevel=2)
}
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
+MustHaveApp(wxOGLInitialize);
+
+MustHaveApp(wxOGLCleanUp);