X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b55cabf505902af2275a5ae796acacae7073882..29e60597389f16f9744a74bd4549b17d2e1dc34f:/utils/wxPython/lib/editor/py_editor.py diff --git a/utils/wxPython/lib/editor/py_editor.py b/utils/wxPython/lib/editor/py_editor.py index 0f75551f7b..883370d77d 100644 --- a/utils/wxPython/lib/editor/py_editor.py +++ b/utils/wxPython/lib/editor/py_editor.py @@ -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'),