diff --git a/docs/latex/wx/joyevent.tex b/docs/latex/wx/joyevent.tex index 03f1a55a70..8631617051 100644 --- a/docs/latex/wx/joyevent.tex +++ b/docs/latex/wx/joyevent.tex @@ -22,6 +22,7 @@ functions that take a wxJoystickEvent argument. \twocolitem{{\bf EVT\_JOY\_BUTTON\_UP(func)}}{Process a wxEVT\_JOY\_BUTTON\_UP event.} \twocolitem{{\bf EVT\_JOY\_MOVE(func)}}{Process a wxEVT\_JOY\_MOVE event.} \twocolitem{{\bf EVT\_JOY\_ZMOVE(func)}}{Process a wxEVT\_JOY\_ZMOVE event.} +\twocolitem{{\bf EVT\_JOYSTICK\_EVENTS(func)}}{Processes all joystick events.} \end{twocollist}% \wxheading{See also} diff --git a/docs/latex/wx/stdpaths.tex b/docs/latex/wx/stdpaths.tex index a4252831c3..dd5a12fa14 100644 --- a/docs/latex/wx/stdpaths.tex +++ b/docs/latex/wx/stdpaths.tex @@ -143,7 +143,7 @@ Example return values: Return the directory for the user config files: \begin{itemize} \item Unix: \tt{~} (the home directory) - \item Windows: \tt{C:\\Documents and Settings\\\textit{username}} + \item Windows: \tt{C:$\backslash$Documents and Settings$\backslash$\textit{username}} \item Mac: \tt{~/Library/Preferences} \end{itemize} @@ -159,7 +159,7 @@ more appropriate. Return the directory for the user-dependent application data files: \begin{itemize} \item Unix: \tt{~/.\textit{appname}} - \item Windows: \tt{C:\\Documents and Settings\\\textit{username}\\Application Data\\\textit{appname}} + \item Windows: \tt{C:$\backslash$Documents and Settings$\backslash$\textit{username}$\backslash$Application Data$\backslash$\textit{appname}} \item Mac: \tt{~/Library/Application Support/\textit{appname}} \end{itemize} diff --git a/docs/latex/wx/sysopt.tex b/docs/latex/wx/sysopt.tex index d1a067dfa5..10985c62de 100644 --- a/docs/latex/wx/sysopt.tex +++ b/docs/latex/wx/sysopt.tex @@ -15,6 +15,9 @@ These options are currently recognised by wxWidgets: In some circumstances the MaskBlt function can be slower than using the fallback code, especially if using DC cacheing. By default, MaskBlt will be used where it is implemented by the operating system and driver. } +\twocolitem{msw.remap}{(wxMSW only) If 1 (the default), wxToolBar bitmap colours will be remapped +to the current theme's values. Set this to 0 to disable this functionality, for example if you're using +more than 16 colours in your tool bitmaps.} \twocolitem{mgl.aa-threshold}{(wxMGL only) Set this integer option to point size below which fonts are not antialiased. Default: 10. }