From 4a0b9504ee629897d059dd957b0ad61e31957c2a Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 25 Jun 2008 08:37:33 +0000 Subject: [PATCH] Documented filesys.no-mimetypesmanager git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@54357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/sysopt.tex | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/docs/latex/wx/sysopt.tex b/docs/latex/wx/sysopt.tex index 62e68454de..bbb690f7bd 100644 --- a/docs/latex/wx/sysopt.tex +++ b/docs/latex/wx/sysopt.tex @@ -7,6 +7,34 @@ but is still important to be able to configure. These options are currently recognised by wxWidgets. +\wxheading{All platforms} + +\twocolwidtha{7cm} +\begin{twocollist}\itemsep=0pt +\twocolitem{{\bf Option}}{{\bf Value}} +\twocolitem{filesys.no-mimetypesmanager}{Set to 1 to avoid using the mime types manager in wxFileSystemHandler. +This can cut down loading time when loading an XRC file at startup, for example.} +\twocolitem{msw.window.no-clip-children}{If 1, windows will not automatically get the WS\_CLIPCHILDREN +style. This restores the way windows are refreshed back to the method used in versions of wxWidgets +earlier than 2.5.4, and for some complex window hierarchies it can reduce apparent refresh delays. You may +still specify wxCLIP\_CHILDREN for individual windows.} +\twocolitem{msw.notebook.themed-background}{If set to 0, globally disables themed backgrounds on notebook +pages. Note that this won't disable the theme on the actual notebook background (noticeable only if there are no +pages).} +\twocolitem{msw.staticbox.optimized-paint}{If set to 0, switches off optimized wxStaticBox painting. +Setting this to 0 causes more flicker, but allows applications to paint graphics on the parent of a static box +(the optimized refresh causes any such drawing to disappear).} +\twocolitem{msw.display.directdraw}{If set to 1, use DirectDraw-based implementation of +\helpref{wxDisplay}{wxdisplay}. By default the standard Win32 functions are +used.} +\twocolitem{msw.font.no-proof-quality}{If set to 1, use default fonts quality +instead of proof quality when creating fonts. With proof quality the fonts +have slightly better appearance but not all fonts are available in this +quality, e.g. the Terminal font in small sizes is not and this option may be +used if wider fonts selection is more important than higher quality.} +\end{twocollist} + + \wxheading{Windows} \twocolwidtha{7cm}