]> git.saurik.com Git - wxWidgets.git/blame - contrib/docs/latex/fl/function.tex
use full 32bit range for the process ids
[wxWidgets.git] / contrib / docs / latex / fl / function.tex
CommitLineData
499b2ed8
JS
1\chapter{Functions}\label{functions}
2\setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
3\setfooter{\thepage}{}{}{}{}{\thepage}
4
5The functions and macros defined in FL are described here.
6
7\section{Version macros}\label{versionfunctions}
8
9The following constants are defined in wxWindows:
10
11\begin{itemize}\itemsep=0pt
12\item {\tt wxMAJOR\_VERSION} is the major version of wxWindows
13\item {\tt wxMINOR\_VERSION} is the minor version of wxWindows
14\item {\tt wxRELEASE\_NUMBER} is the release number
15\end{itemize}
16
17For example, the values or these constants for wxWindows 2.1.15 are 2, 1 and
1815.
19
20Additionally, {\tt wxVERSION\_STRING} is a user-readable string containing
21the full wxWindows version and {\tt wxVERSION\_NUMBER} is a combination of the
22three version numbers above: for 2.1.15, it is 2115 and it is 2200 for
23wxWindows 2.2.
24
25\section{Initialisation functions}\label{initfunctions}
26
27\wxheading{Include files}
28
29<wx/pmf/pmf.h>
30
31\wxheading{See also}
32
33Todo
34
35\membersection{::Function1}\label{function1}
36
37\func{void}{Function1}{\void}
38
39Explanation.
40