Doc fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
58c5fe3bef
commit
6fdd4565f4
@ -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}
|
||||
|
@ -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}
|
||||
|
||||
|
@ -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.
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user