]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_textctrl.i
added a test to check how exception handling works with Win32 SEH; corrected copyright
[wxWidgets.git] / wxPython / src / _textctrl.i
index e54457e723087e78df3d7c9ab0d688608640ad76..034bdcedc3d43b9cc5a1a53bedf8c06c745f5151 100644 (file)
@@ -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