projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
simplified gradient code a bit
[wxWidgets.git]
/
include
/
wx
/
tipwin.h
diff --git
a/include/wx/tipwin.h
b/include/wx/tipwin.h
index ceab97f7feab0034d67a0787fee53298a2539f0f..75588a5a3e1aec2e9b1893b5c20bb69e4237545a 100644
(file)
--- a/
include/wx/tipwin.h
+++ b/
include/wx/tipwin.h
@@
-7,16
+7,12
@@
// Created: 10.09.00
// RCS-ID: $Id$
// Copyright: (c) 2000 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
// Created: 10.09.00
// RCS-ID: $Id$
// Copyright: (c) 2000 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// Licence: wxWindows licen
s
e
+// Licence: wxWindows licen
c
e
///////////////////////////////////////////////////////////////////////////////
#ifndef _WX_TIPWIN_H_
#define _WX_TIPWIN_H_
///////////////////////////////////////////////////////////////////////////////
#ifndef _WX_TIPWIN_H_
#define _WX_TIPWIN_H_
-#ifdef __GNUG__
- #pragma interface "tipwin.h"
-#endif
-
#if wxUSE_TIPWINDOW
#if wxUSE_POPUPWIN
#if wxUSE_TIPWINDOW
#if wxUSE_POPUPWIN
@@
-28,6
+24,7
@@
#define wxTipWindowBase wxFrame
#endif
#define wxTipWindowBase wxFrame
#endif
+#include "wx/arrstr.h"
class WXDLLEXPORT wxTipWindowView;
class WXDLLEXPORT wxTipWindowView;
@@
-92,6
+89,8
@@
private:
DECLARE_EVENT_TABLE()
friend class wxTipWindowView;
DECLARE_EVENT_TABLE()
friend class wxTipWindowView;
+
+ DECLARE_NO_COPY_CLASS(wxTipWindow)
};
#endif // wxUSE_TIPWINDOW
};
#endif // wxUSE_TIPWINDOW