Applied patch [ 1369264 ] added note for wxListCtrl::OnGetItemAttr( long item)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2006-01-17 15:23:40 +00:00
parent 5920453088
commit a376adb6ee

View File

@ -664,6 +664,9 @@ This function may be overloaded in the derived class for a control with
for the specified {\tt item} or {\tt NULL} to use the default appearance
parameters.
wxListCtrl will not delete the pointer or keep a reference of it. You can
return the same wxListItemAttr pointer for every OnGetItemAttr call.
The base class version always returns {\tt NULL}.
\wxheading{See also}