]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/grid.i
update from herbert breunung
[wxWidgets.git] / wxPython / src / grid.i
index 5d28b1197149480cf38b76952c51ff445cd0bd78..d63ccda64ffe034186893b69f2b8c8e360bc38b4 100644 (file)
@@ -1555,7 +1555,7 @@ public:
     %pythonAppend wxGrid "self._setOORInfo(self)"
 
     wxGrid( wxWindow *parent,
-            wxWindowID id,
+            wxWindowID id=-1,
             const wxPoint& pos = wxDefaultPosition,
             const wxSize& size = wxDefaultSize,
             long style = wxWANTS_CHARS,
@@ -1565,7 +1565,7 @@ public:
     
     
     bool Create( wxWindow *parent,
-                 wxWindowID id,
+                 wxWindowID id=-1,
                  const wxPoint& pos = wxDefaultPosition,
                  const wxSize& size = wxDefaultSize,
                  long style = wxWANTS_CHARS,