X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab7ce33c563651f790f99d64ee56727706047ae3..8d6d408976ba95f69a63bc618897bd416102cbc0:/contrib/include/wx/fl/hintanimpl.h diff --git a/contrib/include/wx/fl/hintanimpl.h b/contrib/include/wx/fl/hintanimpl.h index e35083386e..039e3b7de3 100644 --- a/contrib/include/wx/fl/hintanimpl.h +++ b/contrib/include/wx/fl/hintanimpl.h @@ -12,21 +12,17 @@ #ifndef __HINTANIMPL_G__ #define __HINTANIMPL_G__ -#if defined(__GNUG__) && !defined(__APPLE__) - #pragma interface "hintanimpl.h" -#endif - #include "wx/fl/controlbar.h" #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: @@ -55,8 +51,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 +97,7 @@ public: A private helper class. */ -struct MorphInfoT +struct WXDLLIMPEXP_FL MorphInfoT { wxPoint mFrom; wxPoint mTill; @@ -111,7 +107,7 @@ struct MorphInfoT A private helper class. */ -class cbHintAnimTimer : public wxTimer +class WXDLLIMPEXP_FL cbHintAnimTimer : public wxTimer { protected: