2 % automatically generated by HelpGen $Revision$ from
3 % controlbar.h at 21/Jan/02 21:14:14
6 \section{\class{cbCommonPaneProperties
}}\label{cbcommonpaneproperties
}
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
}.
13 \wxheading{Derived from
}
15 \helpref{wxObject
}{wxobject
}
17 \wxheading{Include files
}
21 \wxheading{Data structures
}
24 class cbCommonPaneProperties : public wxObject
26 DECLARE_DYNAMIC_CLASS( cbCommonPaneProperties )
28 // Look-and-feel configuration
30 bool mRealTimeUpdatesOn; // default: ON
31 bool mOutOfPaneDragOn; // default: ON
32 bool mExactDockPredictionOn; // default: OFF
33 bool mNonDestructFrictionOn; // default: OFF
35 bool mShow3DPaneBorderOn; // default: ON
37 // The following properties are reserved for the "future"
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
45 // Minimal dimensions for not-fixed bars in this pane (
16x16 default)
49 // Width/height of resizing sash
51 int mResizeHandleSize;
53 // Default constructor.
55 cbCommonPaneProperties(void);