]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_textctrl.i
Make expat's configure detect if -ext o is needed (MW) so tests work correctly.
[wxWidgets.git] / wxPython / src / _textctrl.i
index 76f2995baf4a8be50e486498cc4b4ff906bc5a5a..bb51357803ff69b3f56c096ec8d0e9ebb1c2ba69 100644 (file)
@@ -61,6 +61,8 @@ enum {
     // force using RichEdit version 2.0 or 3.0 instead of 1.0 (default) for
     // wxTE_RICH controls - can be used together with or instead of wxTE_RICH
     wxTE_RICH2,
+
+    wxTE_CAPITALIZE,
 };