]>
Commit | Line | Data |
---|---|---|
1 | % | |
2 | % automatically generated by HelpGen $Revision$ from | |
3 | % cbcustom.h at 21/Jan/02 21:14:18 | |
4 | % | |
5 | ||
6 | ||
7 | \section{\class{cbSimpleCustomizationPlugin}}\label{cbsimplecustomizationplugin} | |
8 | ||
9 | ||
10 | This class enables customization of a bar, popping up a | |
11 | menu and handling basic customization such as floating | |
12 | and horizontal/vertical alignment of the bar. | |
13 | ||
14 | \wxheading{Derived from} | |
15 | ||
16 | \helpref{cbPluginBase}{cbpluginbase} | |
17 | ||
18 | \wxheading{Include files} | |
19 | ||
20 | <wx/fl/cbcustom.h> | |
21 | ||
22 | \wxheading{Data structures} | |
23 | ||
24 | \latexignore{\rtfignore{\wxheading{Members}}} | |
25 | ||
26 | ||
27 | \membersection{cbSimpleCustomizationPlugin::cbSimpleCustomizationPlugin}\label{cbsimplecustomizationplugincbsimplecustomizationplugin} | |
28 | ||
29 | \func{}{cbSimpleCustomizationPlugin}{\param{wxFrameLayout* }{pPanel}, \param{int }{paneMask = wxALL\_PANES}} | |
30 | ||
31 | Constructor, taking parent pane and a pane mask flag. | |
32 | ||
33 | ||
34 | \func{}{cbSimpleCustomizationPlugin}{\void} | |
35 | ||
36 | Default constructor. | |
37 | ||
38 | ||
39 | \membersection{cbSimpleCustomizationPlugin::OnCustomizeBar}\label{cbsimplecustomizationpluginoncustomizebar} | |
40 | ||
41 | \func{void}{OnCustomizeBar}{\param{cbCustomizeBarEvent\& }{event}} | |
42 | ||
43 | Plugin event handler for cbCustomizeBarEvent. | |
44 | ||
45 | ||
46 | \membersection{cbSimpleCustomizationPlugin::OnCustomizeLayout}\label{cbsimplecustomizationpluginoncustomizelayout} | |
47 | ||
48 | \func{void}{OnCustomizeLayout}{\param{cbCustomizeLayoutEvent\& }{event}} | |
49 | ||
50 | Plugin event handler for cbCustomizeLayoutEvent. | |
51 | ||
52 | ||
53 | \membersection{cbSimpleCustomizationPlugin::OnMenuItemSelected}\label{cbsimplecustomizationpluginonmenuitemselected} | |
54 | ||
55 | \func{void}{OnMenuItemSelected}{\param{wxCommandEvent\& }{event}} | |
56 | ||
57 | Menu event handler. | |
58 |