constfunc correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,3 +1,14 @@
|
|||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Name: listctrl.tex
|
||||||
|
%% Purpose: wxListCtrl docs
|
||||||
|
%% Author:
|
||||||
|
%% Modified by:
|
||||||
|
%% Created:
|
||||||
|
%% RCS-ID: $Id$
|
||||||
|
%% Copyright: (c) wxWidgets
|
||||||
|
%% License: wxWindows license
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
\section{\class{wxListCtrl}}\label{wxlistctrl}
|
\section{\class{wxListCtrl}}\label{wxlistctrl}
|
||||||
|
|
||||||
A list control presents lists in a number of formats: list view, report view,
|
A list control presents lists in a number of formats: list view, report view,
|
||||||
@@ -646,7 +657,7 @@ method:\par
|
|||||||
|
|
||||||
\membersection{wxListCtrl::OnGetItemAttr}\label{wxlistctrlongetitemattr}
|
\membersection{wxListCtrl::OnGetItemAttr}\label{wxlistctrlongetitemattr}
|
||||||
|
|
||||||
\func{virtual wxListItemAttr *}{OnGetItemAttr}{\param{long }{item}}
|
\constfunc{virtual wxListItemAttr *}{OnGetItemAttr}{\param{long }{item}}
|
||||||
|
|
||||||
This function may be overloaded in the derived class for a control with
|
This function may be overloaded in the derived class for a control with
|
||||||
{\tt wxLC\_VIRTUAL} style. It should return the attribute for the
|
{\tt wxLC\_VIRTUAL} style. It should return the attribute for the
|
||||||
@@ -987,4 +998,3 @@ parameters.}
|
|||||||
\perlnote{In wxPerl the comparison function must take just two parameters;
|
\perlnote{In wxPerl the comparison function must take just two parameters;
|
||||||
however, you may use a closure to achieve an effect similar to the
|
however, you may use a closure to achieve an effect similar to the
|
||||||
SortItems third parameter.}
|
SortItems third parameter.}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user