X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/50ed1e35a16931f052713a5fc103ce10c8c34c60..260c9c7df3a2968f93a4c474024c60b425fdea12:/wxPython/src/_textctrl.i 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