]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/tooltip.h
addind nonowned window implementation
[wxWidgets.git] / interface / tooltip.h
index 20635ad5689388c1c3e3077054e2090baba84500..8c39060810c8a6a32f318a34bed62c0e66c1bddd 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        tooltip.h
-// Purpose:     documentation for wxToolTip class
+// Purpose:     interface of wxToolTip
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -39,12 +39,12 @@ public:
     /**
         Get the tooltip text.
     */
-    wxString GetTip();
+    wxString GetTip() const;
 
     /**
         Get the associated window.
     */
-    wxWindow* GetWindow();
+    wxWindow* GetWindow() const;
 
     /**
         Set the delay after which the tooltip disappears or how long a
@@ -70,3 +70,4 @@ public:
     */
     void SetTip(const wxString& tip);
 };
+