Selected --> IsSelected

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2005-02-03 19:12:57 +00:00
parent b4b799f391
commit 4fb6c97e93

View File

@ -201,9 +201,9 @@ parameter for wxPython, which is a list of strings.}
\perlnote{In wxPerl there is just an array reference in place of {\tt nItems}
and {\tt items}.}
\membersection{wxListBox::Selected}\label{wxlistboxselected}
\membersection{wxListBox::IsSelected}\label{wxlistboxisselected}
\constfunc{bool}{Selected}{\param{int}{ n}}
\constfunc{bool}{IsSelected}{\param{int}{ n}}
Determines whether an item is selected.