]> git.saurik.com Git - wxWidgets.git/blob - contrib/docs/latex/fl/function.tex
Added FAQ topic for FL
[wxWidgets.git] / contrib / docs / latex / fl / function.tex
1 \chapter{Functions}\label{functions}
2 \setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
3 \setfooter{\thepage}{}{}{}{}{\thepage}
4
5 The functions and macros defined in FL are described here.
6
7 \section{Version macros}\label{versionfunctions}
8
9 The 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
17 For example, the values or these constants for wxWindows 2.1.15 are 2, 1 and
18 15.
19
20 Additionally, {\tt wxVERSION\_STRING} is a user-readable string containing
21 the full wxWindows version and {\tt wxVERSION\_NUMBER} is a combination of the
22 three version numbers above: for 2.1.15, it is 2115 and it is 2200 for
23 wxWindows 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
33 Todo
34
35 \membersection{::Function1}\label{function1}
36
37 \func{void}{Function1}{\void}
38
39 Explanation.
40