documented SetSelection()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16877 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-08-30 21:28:56 +00:00
parent 018d3030cc
commit 9487bf1700

View File

@@ -115,6 +115,17 @@ Gets the value of the spin control.
Sets range of allowable values. Sets range of allowable values.
\membersection{wxSpinCtrl::SetSelection}\label{wxspinctrlsetselection}
\func{void}{SetSelection}{\param{long }{from}, \param{long }{to}}
Select the text in the text part of the control between positions
{\it from} (inclusive) and {\it to} (exclusive). This is similar to
\helpref{wxTextCtrl::SetSelection}{wxtextctrlsetselection}.
{\bf NB:} this is currently only implemented for Windows and generic versions
of the control.
\membersection{wxSpinCtrl::GetMin}\label{wxspinctrlgetmin} \membersection{wxSpinCtrl::GetMin}\label{wxspinctrlgetmin}
\constfunc{int}{GetMin}{\void} \constfunc{int}{GetMin}{\void}