git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31587
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
\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\_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}
\end{twocollist}%
\wxheading{See also}
Return the directory for the user config files:
\begin{itemize}
\item Unix: \tt{~} (the home directory)
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}
\item Mac: \tt{~/Library/Preferences}
\end{itemize}
Return the directory for the user-dependent application data files:
\begin{itemize}
\item Unix: \tt{~/.\textit{appname}}
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}
\item Mac: \tt{~/Library/Application Support/\textit{appname}}
\end{itemize}
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.
}
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.
}
\twocolitem{mgl.aa-threshold}{(wxMGL only) Set this integer option to point
size below which fonts are not antialiased. Default: 10.
}