]> git.saurik.com Git - wxWidgets.git/blame - contrib/docs/latex/gizmos/category.tex
test undividable words
[wxWidgets.git] / contrib / docs / latex / gizmos / category.tex
CommitLineData
5c5a3c41
JS
1\chapter{Classes by category}\label{classesbycat}
2\setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
3\setfooter{\thepage}{}{}{}{}{\thepage}%
4
5A classification of Gizmos classes by category.
6\twocolwidtha{5cm}
7
8\begin{comment}
9{\large {\bf Service classes}}
10
11\overview{wxMPService class overview}{wxmpserviceoverview}
12
13Service classes reduce the diversity of PMF classes, by making
14them comply to a common interface. A service class serves as an interface (or
15mix-in class in C++ terms), which cannot itself represent an
16independent object. It should be inherited as a second (or
17third) base class.
18
19Derived services classes all derive from wxEvtHandler as well as
20wxPMService.
21
22\begin{twocollist}\itemsep=0pt
23\twocolitem{\helpref{wxPMService}{wxpmservice}}{Base class}
24\twocolitem{\helpref{wxPMBootstrapService}{wxpmbootstrapservice}}{Boot strap service}
25\twocolitem{\helpref{wxPMLAlgorithm}{wxpmlalgorithm}}{Layout algorithm service}
26\twocolitem{\helpref{wxPMSashLayoutAlgorithm}{wxpmsashlayoutalgorithm}}{Sash layout algorithm service}
27\twocolitem{\helpref{wxPMPane}{wxpmpane}}{Base class for panes lying outside the MDI client area}
28\end{twocollist}
29\end{comment}
30