]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_textctrl.i
Typemaps for wxFileOffset
[wxWidgets.git] / wxPython / src / _textctrl.i
index e54457e723087e78df3d7c9ab0d688608640ad76..9a5cca80ea07929519bd5eeb653453bb63e4cdf7 100644 (file)
@@ -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