fixed typo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 1999-06-27 21:53:37 +00:00
parent e57e26dd03
commit b456d57155

View File

@ -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}