X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e61c543eebfac299909458cf71ad244cf33e5d5..669e06d77ebb561f43a745a4b2b72e22ac19381d:/wxPython/src/_textctrl.i?ds=inline diff --git a/wxPython/src/_textctrl.i b/wxPython/src/_textctrl.i index e54457e723..034bdcedc3 100644 --- a/wxPython/src/_textctrl.i +++ b/wxPython/src/_textctrl.i @@ -174,7 +174,7 @@ public: long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxPyTextCtrlNameStr); - %name(PreTextCtrl)wxTextCtrl(); + %RenameCtor(PreTextCtrl, wxTextCtrl()); // Turn it back on again %typemap(out) wxTextCtrl* { $result = wxPyMake_wxObject($1, $owner); } @@ -305,7 +305,7 @@ the client area origin nor scrolling. ", "", #ifdef __WXMSW__ // Caret handling (Windows only) - bool ShowNativeCaret(bool show = True); + bool ShowNativeCaret(bool show = true); bool HideNativeCaret(); #endif