X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46f9bb9475c95ef7ce6420462253e9382006714c..f2a497dcf96f37892403a662fb7bfb539e5b0c0e:/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'),