X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/50ed1e35a16931f052713a5fc103ce10c8c34c60..ca30acad7aafad24e6a0fad86df25842110862c7:/wxPython/src/_textctrl.i?ds=inline diff --git a/wxPython/src/_textctrl.i b/wxPython/src/_textctrl.i index 8863219b7b..76f2995baf 100644 --- a/wxPython/src/_textctrl.i +++ b/wxPython/src/_textctrl.i @@ -99,6 +99,12 @@ enum wxTextCtrlHitTestResult wxTE_HT_BEYOND // after [the end of line] }; + +enum { + wxOutOfRangeTextCoord, + wxInvalidTextCoord +}; + //--------------------------------------------------------------------------- // wxTextAttr: a structure containing the visual attributes of a text