fixed typo in GetNextItem example (bug 1333797)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -486,7 +486,7 @@ This function may be used to find all selected items in the control like this:
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
// this item is selected - do whatever is needed with it
|
// this item is selected - do whatever is needed with it
|
||||||
wxLogMessage("Item %ld is selected."), item);
|
wxLogMessage("Item %ld is selected.", item);
|
||||||
}
|
}
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
|
|
||||||
@@ -674,7 +674,7 @@ The base class version always returns {\tt NULL}.
|
|||||||
|
|
||||||
\membersection{wxListCtrl::OnGetItemImage}\label{wxlistctrlongetitemimage}
|
\membersection{wxListCtrl::OnGetItemImage}\label{wxlistctrlongetitemimage}
|
||||||
|
|
||||||
\func{virtual int}{OnGetItemImage}{\param{long }{item}}
|
\constfunc{virtual int}{OnGetItemImage}{\param{long }{item}}
|
||||||
|
|
||||||
This function must be overloaded in the derived class for a control with
|
This function must be overloaded in the derived class for a control with
|
||||||
{\tt wxLC\_VIRTUAL} style having an \helpref{image list}{wxlistctrlsetimagelist}
|
{\tt wxLC\_VIRTUAL} style having an \helpref{image list}{wxlistctrlsetimagelist}
|
||||||
|
Reference in New Issue
Block a user