]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/lib/editor/py_editor.py
Compilation fixes
[wxWidgets.git] / utils / wxPython / lib / editor / py_editor.py
index 0f75551f7b7b9bd6d2d571cc841bd69418491c77..883370d77d3c0ac3cf0cef0b67436b8fad13a336 100644 (file)
@@ -18,8 +18,9 @@ class wxPyEditor(wxEditor):
 
     # ------------------------------------------------------------------
 
-    def __init__(self, parent, id=-1):
-        wxEditor.__init__(self, parent, id)
+    def __init__(self, parent, id,
+                 pos=wxDefaultPosition, size=wxDefaultSize, style=0):
+        wxEditor.__init__(self, parent, id, pos, size, style)
         self.SetFontTab([
             wxNamedColour('black'),
             wxNamedColour('blue'),