]>
Commit | Line | Data |
---|---|---|
1 | % | |
2 | % automatically generated by HelpGen $Revision$ from | |
3 | % controlbar.h at 21/Jan/02 21:14:14 | |
4 | % | |
5 | ||
6 | \section{\class{cbCommonPaneProperties}}\label{cbcommonpaneproperties} | |
7 | ||
8 | A structure holding configuration options, | |
9 | which are usually the same for all panes in | |
10 | a frame layout. For an explanation of the data members, please | |
11 | see \helpref{Controlling dragging behaviour}{controllingdragbehav}. | |
12 | ||
13 | \wxheading{Derived from} | |
14 | ||
15 | \helpref{wxObject}{wxobject} | |
16 | ||
17 | \wxheading{Include files} | |
18 | ||
19 | <wx/fl/controlbar.h> | |
20 | ||
21 | \wxheading{Data structures} | |
22 | ||
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 |