OnGetItemText is const
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -673,7 +673,7 @@ The base class version always returns $-1$.
|
||||
|
||||
\membersection{wxListCtrl::OnGetItemText}\label{wxlistctrlongetitemtext}
|
||||
|
||||
\func{virtual wxString}{OnGetItemText}{\param{long }{item}, \param{long }{column}}
|
||||
\constfunc{virtual wxString}{OnGetItemText}{\param{long }{item}, \param{long }{column}}
|
||||
|
||||
This function {\bf must} be overloaded in the derived class for a control with
|
||||
{\tt wxLC\_VIRTUAL} style. It should return the string containing the text of
|
||||
|
Reference in New Issue
Block a user