From: Robin Dunn Date: Sun, 27 Jun 1999 21:53:37 +0000 (+0000) Subject: fixed typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b456d5715504112fe312a41dfc741d3a79003569 fixed typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/listctrl.tex b/docs/latex/wx/listctrl.tex index 870041f7f3..677c69bf06 100644 --- a/docs/latex/wx/listctrl.tex +++ b/docs/latex/wx/listctrl.tex @@ -249,7 +249,7 @@ Gets the application-defined data associated with this item. Returns the position of the item, in icon or small icon view. -\pythonnote{The wxPython version of this method accempts only the item +\pythonnote{The wxPython version of this method accepts only the item ID and returns the wxPoint.} \membersection{wxListCtrl::GetItemRect}\label{wxlistctrlgetitemrect} @@ -260,7 +260,7 @@ Returns the rectangle representing the item's size and position, in client coord {\it code} is one of wxLIST\_RECT\_BOUNDS, wxLIST\_RECT\_ICON, wxLIST\_RECT\_LABEL. -\pythonnote{The wxPython version of this method accempts only the item +\pythonnote{The wxPython version of this method accepts only the item ID and returns the wxRect.} \membersection{wxListCtrl::GetItemState}\label{wxlistctrlgetitemstate}