X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/499b2ed82caa62ec19b400c31aa26be33b1c02d4..7fb357a795b41c4c7fd5bcbfcac2a1faffb4f19c:/contrib/docs/latex/fl/cbcommonpaneproperties.tex diff --git a/contrib/docs/latex/fl/cbcommonpaneproperties.tex b/contrib/docs/latex/fl/cbcommonpaneproperties.tex index 24e2147317..0ef8e1d741 100644 --- a/contrib/docs/latex/fl/cbcommonpaneproperties.tex +++ b/contrib/docs/latex/fl/cbcommonpaneproperties.tex @@ -1,19 +1,58 @@ % % automatically generated by HelpGen $Revision$ from -% controlbar.h at 05/Jan/02 22:50:59 +% controlbar.h at 21/Jan/02 21:14:14 % - \section{\class{cbCommonPaneProperties}}\label{cbcommonpaneproperties} +A structure holding configuration options, +which are usually the same for all panes in +a frame layout. For an explanation of the data members, please +see \helpref{Controlling dragging behaviour}{controllingdragbehav}. -structure holds configuration options, - which are usually the same for all panes in - frame layout - \wxheading{Derived from} \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \wxheading{Data structures} +\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} +