]>
Commit | Line | Data |
---|---|---|
499b2ed8 JS |
1 | % |
2 | % automatically generated by HelpGen $Revision$ from | |
4cbc57f0 | 3 | % controlbar.h at 21/Jan/02 21:14:14 |
499b2ed8 JS |
4 | % |
5 | ||
499b2ed8 JS |
6 | \section{\class{cbCommonPaneProperties}}\label{cbcommonpaneproperties} |
7 | ||
4cbc57f0 JS |
8 | A structure holding configuration options, |
9 | which are usually the same for all panes in | |
6e8515a3 JS |
10 | a frame layout. For an explanation of the data members, please |
11 | see \helpref{Controlling dragging behaviour}{controllingdragbehav}. | |
4cbc57f0 | 12 | |
499b2ed8 JS |
13 | \wxheading{Derived from} |
14 | ||
15 | \helpref{wxObject}{wxobject} | |
16 | ||
4cbc57f0 JS |
17 | \wxheading{Include files} |
18 | ||
6e8515a3 | 19 | <wx/fl/controlbar.h> |
4cbc57f0 | 20 | |
499b2ed8 JS |
21 | \wxheading{Data structures} |
22 | ||
6e8515a3 JS |
23 | \begin{verbatim} |
24 | class cbCommonPaneProperties : public wxObject | |
25 | { | |
26 | DECLARE_DYNAMIC_CLASS( cbCommonPaneProperties ) | |
27 | ||
28 | // Look-and-feel configuration | |
29 | ||
30 | bool mRealTimeUpdatesOn; // default: ON | |
31 | bool mOutOfPaneDragOn; // default: ON | |
32 | bool mExactDockPredictionOn; // default: OFF | |
33 | bool mNonDestructFrictionOn; // default: OFF | |
34 | ||
35 | bool mShow3DPaneBorderOn; // default: ON | |
36 | ||
37 | // The following properties are reserved for the "future" | |
38 | ||
39 | bool mBarFloatingOn; // default: OFF | |
40 | bool mRowProportionsOn; // default: OFF | |
41 | bool mColProportionsOn; // default: ON | |
42 | bool mBarCollapseIconsOn; // default: OFF | |
43 | bool mBarDragHintsOn; // default: OFF | |
44 | ||
45 | // Minimal dimensions for not-fixed bars in this pane (16x16 default) | |
46 | ||
47 | wxSize mMinCBarDim; | |
48 | ||
49 | // Width/height of resizing sash | |
50 | ||
51 | int mResizeHandleSize; | |
52 | ||
53 | // Default constructor. | |
54 | ||
55 | cbCommonPaneProperties(void); | |
56 | }; | |
57 | \end{verbatim} | |
58 |