]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tooltip.h
fixed flicker during MDI children creation: the frame is now created hidden and shown...
[wxWidgets.git] / include / wx / msw / tooltip.h
index d79dbfd01dda0dbd0b995d30cca54e6ee8a9b1d7..d8fb5c35e557a3f877eb1e380f7e6772d0e10174 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     31.01.99
 // RCS-ID:      $Id$
 // Copyright:   (c) 1999 Robert Roebling, Vadim Zeitlin
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 class WXDLLEXPORT wxToolTip : public wxObject
@@ -53,5 +53,8 @@ private:
 
     wxString  m_text;           // tooltip text
     wxWindow *m_window;         // window we're associated with
+
+    DECLARE_ABSTRACT_CLASS(wxToolTip)
+    DECLARE_NO_COPY_CLASS(wxToolTip)
 };