]> git.saurik.com Git - wxWidgets.git/commitdiff
Doc fixes
authorJulian Smart <julian@anthemion.co.uk>
Mon, 24 Jan 2005 16:37:28 +0000 (16:37 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 24 Jan 2005 16:37:28 +0000 (16:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/joyevent.tex
docs/latex/wx/stdpaths.tex
docs/latex/wx/sysopt.tex

index 03f1a55a702d29e24dcf7e667702b4defbd47974..86316170512211adca6f7cea199ccacb06a82bbb 100644 (file)
@@ -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}
index a4252831c3d8d380db6acd0c60d946dcfc65d6e8..dd5a12fa147467bf230813b6571c166e9ecd21c1 100644 (file)
@@ -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}
 
index d1a067dfa50ca8f4e6022dc6dcbe99e716f5e1a7..10985c62de799c4d5529fe6a3f9fd81671218d78 100644 (file)
@@ -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.
 }