From a376adb6ee04c6f0d08cb4de43aa9d2d7f01daea Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 17 Jan 2006 15:23:40 +0000 Subject: [PATCH] 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 --- docs/latex/wx/listctrl.tex | 3 +++ 1 file changed, 3 insertions(+) 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} -- 2.50.0