git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34179
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
bool mHasLeftHandle;
bool mHasRightHandle;
bool mHasLeftHandle;
bool mHasRightHandle;
- // determines if this bar can float. The layout's setting as priority. For
+ // determines if this bar can float. The layout's setting as priority. For
// example, if the layout's mFloatingOn is false, this setting is irrelevant
// since nothing will float at all. If the layout's floating is on, use this
// example, if the layout's mFloatingOn is false, this setting is irrelevant
// since nothing will float at all. If the layout's floating is on, use this
- // setting to prevent specific bars from floating. In other words, all bars
+ // setting to prevent specific bars from floating. In other words, all bars
// float by default and floating can be turned off on individual bars.
bool mFloatingOn; // default: ON (which is also the layout's mFloatingOn default setting)
// float by default and floating can be turned off on individual bars.
bool mFloatingOn; // default: ON (which is also the layout's mFloatingOn default setting)
cbCommonPaneProperties(void);
// Copy constructor
cbCommonPaneProperties(void);
// Copy constructor
cbCommonPaneProperties(const cbCommonPaneProperties&);
// Assignment operator
cbCommonPaneProperties(const cbCommonPaneProperties&);
// Assignment operator
cbCommonPaneProperties& operator=(const cbCommonPaneProperties&);
};
cbCommonPaneProperties& operator=(const cbCommonPaneProperties&);
};
to implement a custom updating strategy.
*/
to implement a custom updating strategy.
*/
-class cbUpdatesManagerBase : public wxObject
+class WXDLLIMPEXP_FL cbUpdatesManagerBase : public wxObject
{
DECLARE_ABSTRACT_CLASS( cbUpdatesManagerBase )
{
DECLARE_ABSTRACT_CLASS( cbUpdatesManagerBase )