]> git.saurik.com Git - wxWidgets.git/commitdiff
Applied patch [ 1369264 ] added note for wxListCtrl::OnGetItemAttr( long item)
authorJulian Smart <julian@anthemion.co.uk>
Tue, 17 Jan 2006 15:23:40 +0000 (15:23 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 17 Jan 2006 15:23:40 +0000 (15:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/listctrl.tex

index ecdcbdd43f25e6956a2c1307d2b348d4214d3b6b..5c6a4a11caed57d4057e8f9446eef3da1e83d721 100644 (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}