]> git.saurik.com Git - wxWidgets.git/commitdiff
An incorrect patch to SWIG caused incorrect generated code. Fixed and regenerated.
authorRobin Dunn <robin@alldunn.com>
Thu, 18 Oct 2001 19:34:15 +0000 (19:34 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 18 Oct 2001 19:34:15 +0000 (19:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/gtk/wx.cpp
wxPython/src/gtk/wx.py

index d9e099b9e30438efa97cb6cdc5ca09b3245f9676..6e4d63366c6d16efe907b3cb91df68c9a3a7ef6a 100644 (file)
@@ -1931,6 +1931,7 @@ SWIGEXPORT(void) initwxc() {
         PyDict_SetItemString(d,"wxTE_AUTO_SCROLL", PyInt_FromLong((long) wxTE_AUTO_SCROLL));
         PyDict_SetItemString(d,"wxTE_NO_VSCROLL", PyInt_FromLong((long) wxTE_NO_VSCROLL));
         PyDict_SetItemString(d,"wxTE_AUTO_URL", PyInt_FromLong((long) wxTE_AUTO_URL));
+        PyDict_SetItemString(d,"wxTE_NOHIDESEL", PyInt_FromLong((long) wxTE_NOHIDESEL));
         PyDict_SetItemString(d,"wxCB_SIMPLE", PyInt_FromLong((long) wxCB_SIMPLE));
         PyDict_SetItemString(d,"wxCB_DROPDOWN", PyInt_FromLong((long) wxCB_DROPDOWN));
         PyDict_SetItemString(d,"wxCB_SORT", PyInt_FromLong((long) wxCB_SORT));
index 924518183f47ca0bc033052573a95f2fc92899a7..0b5ff9e49203eb8c6009637a372df02cd99beddc 100644 (file)
@@ -249,6 +249,7 @@ wxTE_MULTILINE = wxc.wxTE_MULTILINE
 wxTE_AUTO_SCROLL = wxc.wxTE_AUTO_SCROLL
 wxTE_NO_VSCROLL = wxc.wxTE_NO_VSCROLL
 wxTE_AUTO_URL = wxc.wxTE_AUTO_URL
+wxTE_NOHIDESEL = wxc.wxTE_NOHIDESEL
 wxCB_SIMPLE = wxc.wxCB_SIMPLE
 wxCB_DROPDOWN = wxc.wxCB_DROPDOWN
 wxCB_SORT = wxc.wxCB_SORT