X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2c8c812ff3c5038fe43c0011a10d631ef0b5149a..c3e646b47f99fd832ab29c07554b533ea8a807e4:/docs/latex/wx/listctrl.tex diff --git a/docs/latex/wx/listctrl.tex b/docs/latex/wx/listctrl.tex index 66ef5a7476..186a5d2a9b 100644 --- a/docs/latex/wx/listctrl.tex +++ b/docs/latex/wx/listctrl.tex @@ -273,12 +273,12 @@ Returns the specified image list. {\it which} may be one of: Gets information about the item. See \helpref{wxListCtrl::SetItem}{wxlistctrlsetitem} for more information. -You must call {\it info.SetId()} to se ID of item you're interested in +You must call {\it info.SetId()} to the ID of item you're interested in before calling this method. \pythonnote{The wxPython version of this method takes an integer parameter for the item ID, an optional integer for the column number, and -returns the wxListItem object. } +returns the wxListItem object.} \membersection{wxListCtrl::GetItemCount}\label{wxlistctrlgetitemcount}