From: Julian Smart Date: Mon, 9 Feb 2004 16:14:38 +0000 (+0000) Subject: Documented no-remap X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/33c4f27fe5c59a2b17ddfe8f79d4b9e9d8f0ed16 Documented no-remap git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/toolbar.tex b/docs/latex/wx/toolbar.tex index ec4369968d..6c76dc6fb4 100644 --- a/docs/latex/wx/toolbar.tex +++ b/docs/latex/wx/toolbar.tex @@ -41,7 +41,15 @@ often have to be made in order to get optimal look on all platforms as some plat ignore the values for explicit placement and use their own layout and the meaning of a "separator" is a vertical line under Windows95 vs. simple space under GTK etc. -{\bf wxToolBar95:} Note that this toolbar paints tools to reflect user-selected colours. +{\bf wxToolBar95:} Note that this toolbar paints tools to reflect system-wide colours. +If you use more than 16 colours in your tool bitmaps, you may wish to suppress +this behaviour, otherwise system colours in your bitmaps will inadvertently be +mapped to system colours. To do this, set the {\tt no-remap} system option +before creating the toolbar: + +\begin{verbatim} + wxSystemOptions::SetOption(wxT("no-remap"), 1); +\end{verbatim} \wxheading{Window styles}