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}