[wxGTK2] wxTextCtrl::XYToPosition(): Return -1 if x or y is out of range

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35147 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mart Raudsepp
2005-08-08 08:53:48 +00:00
parent 8ca58566a3
commit 21d23b882f
3 changed files with 17 additions and 5 deletions

View File

@@ -1247,7 +1247,7 @@ Converts the given zero based column and line number to a position.
\wxheading{Return value}
The position value.
The position value, or -1 if {\tt x} or {\tt y} was invalid.
\membersection{wxTextCtrl::operator \cinsert}\label{wxtextctrlinsert}