]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/fl/hintanimpl.h
Avoid warnings from mgl headers if possible.
[wxWidgets.git] / contrib / include / wx / fl / hintanimpl.h
index 65a2d01b4c2afcd48769300c2f332b0dd4e75b6c..51495c0a51a826626edfc8ba92d8d96711ceb01c 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef __HINTANIMPL_G__
 #define __HINTANIMPL_G__
 
 #ifndef __HINTANIMPL_G__
 #define __HINTANIMPL_G__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
     #pragma interface "hintanimpl.h"
 #endif
 
     #pragma interface "hintanimpl.h"
 #endif
 
 
 #include "wx/timer.h"
 
 
 #include "wx/timer.h"
 
-class cbHintAnimTimer;
+class WXDLLIMPEXP_FL cbHintAnimTimer;
 
 /*
 A plugin to draw animated hints when the user drags a pane.
 */
 
 
 /*
 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:
 {
     DECLARE_DYNAMIC_CLASS( cbHintAnimationPlugin )
 protected:
@@ -55,8 +55,8 @@ public:
 
     int    mInClientHintBorder; // default: 4 pixels
 
 
     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
 
 
     // TBD:: get/set methods for above members
 
@@ -101,7 +101,7 @@ public:
 A private helper class.
 */
 
 A private helper class.
 */
 
-struct MorphInfoT
+struct WXDLLIMPEXP_FL MorphInfoT
 {
     wxPoint mFrom;
     wxPoint mTill;
 {
     wxPoint mFrom;
     wxPoint mTill;
@@ -111,7 +111,7 @@ struct MorphInfoT
 A private helper class.
 */
 
 A private helper class.
 */
 
-class cbHintAnimTimer : public wxTimer 
+class WXDLLIMPEXP_FL cbHintAnimTimer : public wxTimer 
 {
 protected:
 
 {
 protected: