X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b55cabf505902af2275a5ae796acacae7073882..85bc0351f76f6d3f00460a167fc108b900e0725c:/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'),