]> git.saurik.com Git - wxWidgets.git/commitdiff
Selected --> IsSelected
authorRobin Dunn <robin@alldunn.com>
Thu, 3 Feb 2005 19:12:57 +0000 (19:12 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 3 Feb 2005 19:12:57 +0000 (19:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/listbox.tex

index 2f84df930c63eb293e0721243a4d61874914ee74..62c7679cd22e3196be4b6f6156206180b47e0cc8 100644 (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.