Misc doc fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31933 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
\section{Preprocesser symbols defined by wxWidgets}\label{cppconst}
|
||||
|
||||
Here is the list of preprocessor symbols used in the wxWidgets source grouped
|
||||
These are preprocessor symbols used in the wxWidgets source, grouped
|
||||
by category (and sorted by alphabetical order inside each category). All of
|
||||
these macros except for \texttt{wxUSE\_XXX} variety is defined if the
|
||||
these macros except for the \texttt{wxUSE\_XXX} variety is defined if the
|
||||
corresponding condition is true and undefined if it isn't, so they should be
|
||||
always tested usin \texttt{#ifdef} and not \texttt{#if}.
|
||||
|
||||
always tested using \texttt{#ifdef} and not \texttt{#if}.
|
||||
|
||||
\subsection{GUI system}\label{guisystemconst}
|
||||
|
||||
|
Reference in New Issue
Block a user