mention that SetSelection(-1, -1) selects everything
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16878 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
9487bf1700
commit
4d7b7fc212
@ -829,7 +829,9 @@ Only implemented in wxMSW/wxGTK starting with wxWindows 2.3.2.
|
||||
|
||||
\func{virtual void}{SetSelection}{\param{long}{ from}, \param{long}{ to}}
|
||||
|
||||
Selects the text starting at the first position up to (but not including) the character at the last position.
|
||||
Selects the text starting at the first position up to (but not including) the
|
||||
character at the last position. If both parameters are equal to $-1$ all text
|
||||
in the control is selected.
|
||||
|
||||
\wxheading{Parameters}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user