From: Vadim Zeitlin Date: Wed, 7 Mar 2007 20:59:24 +0000 (+0000) Subject: add a note about changing selection background colour X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/63e02796620637b50a96d74a2264f3dea8def866 add a note about changing selection background colour git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/vlbox.tex b/docs/latex/wx/vlbox.tex index 00e4c8f295..189a9642af 100644 --- a/docs/latex/wx/vlbox.tex +++ b/docs/latex/wx/vlbox.tex @@ -367,6 +367,10 @@ Sets the colour to be used for the selected cells background. The background of the standard cells may be changed by simply calling \helpref{SetBackgroundColour}{wxwindowsetbackgroundcolour}. +Notice that using non-default background colour may result in control having +appearance different from the similar native controls and so should in general +be avoided. + \wxheading{See also} \helpref{GetSelectionBackground}{wxvlistboxgetselectionbackground}