From: Julian Smart Date: Tue, 17 Jan 2006 15:23:40 +0000 (+0000) Subject: Applied patch [ 1369264 ] added note for wxListCtrl::OnGetItemAttr( long item) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a376adb6ee04c6f0d08cb4de43aa9d2d7f01daea 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 --- diff --git a/docs/latex/wx/listctrl.tex b/docs/latex/wx/listctrl.tex index ecdcbdd43f..5c6a4a11ca 100644 --- a/docs/latex/wx/listctrl.tex +++ b/docs/latex/wx/listctrl.tex @@ -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}