]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/glcanvas/glcanvas.i
wxZipFSHandler does not report non-local zip archives as openable anymore
[wxWidgets.git] / wxPython / contrib / glcanvas / glcanvas.i
index 247137b5a17b9afe21b375b2e73ee5a6dba74b26..dfd9ed4c8da039f7c06d480f2f339d1320b3fd30 100644 (file)
@@ -14,7 +14,7 @@
 %module glcanvas
 
 %{
-#include "helpers.h"
+#include "export.h"
 #include <wx/glcanvas.h>
 %}
 
 %extern events.i
 
 
-%{
-#if defined(__WXMSW__)
-    static wxString wxPyEmptyStr("");
-    static wxPoint  wxPyDefaultPosition(-1, -1);
-    static wxSize   wxPyDefaultSize(-1, -1);
-#endif
-%}
-
 %pragma(python) code = "import wx"
 
 //---------------------------------------------------------------------------
@@ -99,8 +91,8 @@ public:
 class wxGLCanvas : public wxScrolledWindow {
 public:
     wxGLCanvas(wxWindow *parent, wxWindowID id = -1,
-               const wxPoint& pos = wxPyDefaultPosition,
-               const wxSize& size = wxPyDefaultSize, long style = 0,
+               const wxPoint& pos = wxDefaultPosition,
+               const wxSize& size = wxDefaultSize, long style = 0,
                const char* name = "GLCanvas",
                int *attribList = NULL,
                const wxPalette& palette = wxNullPalette);