#include "wx/timer.h"
-class cbHintAnimTimer;
+class WXDLLIMPEXP_FL cbHintAnimTimer;
/*
A plugin to draw animated hints when the user drags a pane.
*/
-class cbHintAnimationPlugin : public cbPluginBase
+class WXDLLIMPEXP_FL cbHintAnimationPlugin : public cbPluginBase
{
DECLARE_DYNAMIC_CLASS( cbHintAnimationPlugin )
protected:
int mInClientHintBorder; // default: 4 pixels
- bool mAccelerationOn; // TRUE, if morph accelerates, otherwise morph
- // speed is constant. Default: TRUE
+ bool mAccelerationOn; // true, if morph accelerates, otherwise morph
+ // speed is constant. Default: true
// TBD:: get/set methods for above members
A private helper class.
*/
-struct MorphInfoT
+struct WXDLLIMPEXP_FL MorphInfoT
{
wxPoint mFrom;
wxPoint mTill;
A private helper class.
*/
-class cbHintAnimTimer : public wxTimer
+class WXDLLIMPEXP_FL cbHintAnimTimer : public wxTimer
{
protected: