X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..ec75509f94fb11322c1c69056d1ec2af8f041fe2:/contrib/include/wx/fl/hintanimpl.h diff --git a/contrib/include/wx/fl/hintanimpl.h b/contrib/include/wx/fl/hintanimpl.h index 1a07c59d6d..51495c0a51 100644 --- a/contrib/include/wx/fl/hintanimpl.h +++ b/contrib/include/wx/fl/hintanimpl.h @@ -20,13 +20,13 @@ #include "wx/timer.h" -class WXFL_DECLSPEC cbHintAnimTimer; +class WXDLLIMPEXP_FL cbHintAnimTimer; /* A plugin to draw animated hints when the user drags a pane. */ -class WXFL_DECLSPEC cbHintAnimationPlugin : public cbPluginBase +class WXDLLIMPEXP_FL cbHintAnimationPlugin : public cbPluginBase { DECLARE_DYNAMIC_CLASS( cbHintAnimationPlugin ) protected: @@ -55,8 +55,8 @@ public: 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 @@ -101,7 +101,7 @@ public: A private helper class. */ -struct WXFL_DECLSPEC MorphInfoT +struct WXDLLIMPEXP_FL MorphInfoT { wxPoint mFrom; wxPoint mTill; @@ -111,7 +111,7 @@ struct WXFL_DECLSPEC MorphInfoT A private helper class. */ -class WXFL_DECLSPEC cbHintAnimTimer : public wxTimer +class WXDLLIMPEXP_FL cbHintAnimTimer : public wxTimer { protected: