]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tipwin.h
Export recently added wxRichTextXMLHelper to fix link errors.
[wxWidgets.git] / include / wx / tipwin.h
index ceab97f7feab0034d67a0787fee53298a2539f0f..a2ca0f13e2bdf40ff043800130b3840abd1da2cf 100644 (file)
@@ -5,18 +5,13 @@
 // Author:      Vadim Zeitlin
 // Modified by:
 // Created:     10.09.00
-// RCS-ID:      $Id$
 // Copyright:   (c) 2000 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_TIPWIN_H_
 #define _WX_TIPWIN_H_
 
-#ifdef __GNUG__
-    #pragma interface "tipwin.h"
-#endif
-
 #if wxUSE_TIPWINDOW
 
 #if wxUSE_POPUPWIN
 
     #define wxTipWindowBase wxFrame
 #endif
+#include "wx/arrstr.h"
 
-class WXDLLEXPORT wxTipWindowView;
+class WXDLLIMPEXP_FWD_CORE wxTipWindowView;
 
 // ----------------------------------------------------------------------------
 // wxTipWindow
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxTipWindow : public wxTipWindowBase
+class WXDLLIMPEXP_CORE wxTipWindow : public wxTipWindowBase
 {
 public:
     // the mandatory ctor parameters are: the parent window and the text to
@@ -92,6 +88,8 @@ private:
     DECLARE_EVENT_TABLE()
 
     friend class wxTipWindowView;
+
+    wxDECLARE_NO_COPY_CLASS(wxTipWindow);
 };
 
 #endif // wxUSE_TIPWINDOW