]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tipwin.h
made wxListbook events more consistent with wxNotebook ones (patch 1001271)
[wxWidgets.git] / include / wx / tipwin.h
index ceab97f7feab0034d67a0787fee53298a2539f0f..6866687ec7ef99356f6aeb2ab98d219547e6d527 100644 (file)
@@ -7,13 +7,13 @@
 // 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__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "tipwin.h"
 #endif
 
@@ -28,6 +28,7 @@
 
     #define wxTipWindowBase wxFrame
 #endif
+#include "wx/arrstr.h"
 
 class WXDLLEXPORT wxTipWindowView;
 
@@ -92,6 +93,8 @@ private:
     DECLARE_EVENT_TABLE()
 
     friend class wxTipWindowView;
+
+    DECLARE_NO_COPY_CLASS(wxTipWindow)
 };
 
 #endif // wxUSE_TIPWINDOW