]>
Commit | Line | Data |
---|---|---|
499b2ed8 JS |
1 | % |
2 | % automatically generated by HelpGen $Revision$ from | |
4cbc57f0 | 3 | % dyntbar.h at 21/Jan/02 21:14:18 |
499b2ed8 JS |
4 | % |
5 | ||
6 | ||
7 | \section{\class{LayoutManagerBase}}\label{layoutmanagerbase} | |
8 | ||
9 | ||
4cbc57f0 | 10 | This is a base class for layout algorithm implementations. |
499b2ed8 JS |
11 | |
12 | \wxheading{Derived from} | |
13 | ||
14 | No base class | |
15 | ||
4cbc57f0 JS |
16 | \wxheading{Include files} |
17 | ||
18 | <dyntbar.h> | |
19 | ||
499b2ed8 JS |
20 | \wxheading{Data structures} |
21 | ||
22 | \latexignore{\rtfignore{\wxheading{Members}}} | |
23 | ||
24 | ||
25 | \membersection{LayoutManagerBase::\destruct{LayoutManagerBase}}\label{layoutmanagerbasedtor} | |
26 | ||
27 | \func{}{\destruct{LayoutManagerBase}}{\void} | |
28 | ||
4cbc57f0 JS |
29 | Destructor. |
30 | ||
499b2ed8 JS |
31 | |
32 | \membersection{LayoutManagerBase::Layout}\label{layoutmanagerbaselayout} | |
33 | ||
34 | \func{void}{Layout}{\param{const wxSize\& }{parentDim}, \param{wxSize\& }{resultingDim}, \param{wxLayoutItemArrayT\& }{items}, \param{int }{horizGap}, \param{int }{vertGap}} | |
35 | ||
4cbc57f0 JS |
36 | Constructor. |
37 |