2002-01-05 17:59:59 -05:00
|
|
|
%
|
|
|
|
% automatically generated by HelpGen $Revision$ from
|
2002-01-21 17:34:42 -05:00
|
|
|
% controlbar.h at 21/Jan/02 21:14:14
|
2002-01-05 17:59:59 -05:00
|
|
|
%
|
|
|
|
|
|
|
|
\section{\class{cbCommonPaneProperties}}\label{cbcommonpaneproperties}
|
|
|
|
|
2002-01-21 17:34:42 -05:00
|
|
|
A structure holding configuration options,
|
|
|
|
which are usually the same for all panes in
|
2002-01-31 15:57:31 -05:00
|
|
|
a frame layout. For an explanation of the data members, please
|
|
|
|
see \helpref{Controlling dragging behaviour}{controllingdragbehav}.
|
2002-01-21 17:34:42 -05:00
|
|
|
|
2002-01-05 17:59:59 -05:00
|
|
|
\wxheading{Derived from}
|
|
|
|
|
|
|
|
\helpref{wxObject}{wxobject}
|
|
|
|
|
2002-01-21 17:34:42 -05:00
|
|
|
\wxheading{Include files}
|
|
|
|
|
2002-01-31 15:57:31 -05:00
|
|
|
<wx/fl/controlbar.h>
|
2002-01-21 17:34:42 -05:00
|
|
|
|
2002-01-05 17:59:59 -05:00
|
|
|
\wxheading{Data structures}
|
|
|
|
|
2002-01-31 15:57:31 -05:00
|
|
|
\begin{verbatim}
|
|
|
|
class cbCommonPaneProperties : public wxObject
|
|
|
|
{
|
|
|
|
DECLARE_DYNAMIC_CLASS( cbCommonPaneProperties )
|
|
|
|
|
|
|
|
// Look-and-feel configuration
|
|
|
|
|
|
|
|
bool mRealTimeUpdatesOn; // default: ON
|
|
|
|
bool mOutOfPaneDragOn; // default: ON
|
|
|
|
bool mExactDockPredictionOn; // default: OFF
|
|
|
|
bool mNonDestructFrictionOn; // default: OFF
|
|
|
|
|
|
|
|
bool mShow3DPaneBorderOn; // default: ON
|
|
|
|
|
|
|
|
// The following properties are reserved for the "future"
|
|
|
|
|
|
|
|
bool mBarFloatingOn; // default: OFF
|
|
|
|
bool mRowProportionsOn; // default: OFF
|
|
|
|
bool mColProportionsOn; // default: ON
|
|
|
|
bool mBarCollapseIconsOn; // default: OFF
|
|
|
|
bool mBarDragHintsOn; // default: OFF
|
|
|
|
|
|
|
|
// Minimal dimensions for not-fixed bars in this pane (16x16 default)
|
|
|
|
|
|
|
|
wxSize mMinCBarDim;
|
|
|
|
|
|
|
|
// Width/height of resizing sash
|
|
|
|
|
|
|
|
int mResizeHandleSize;
|
|
|
|
|
|
|
|
// Default constructor.
|
|
|
|
|
|
|
|
cbCommonPaneProperties(void);
|
|
|
|
};
|
|
|
|
\end{verbatim}
|
|
|
|
|