]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/window.h
*** empty log message ***
[wxWidgets.git] / include / wx / motif / window.h
index ae9f07668d861f9f935d3d8062e15e4e6bf9ad25..34e55e106b984561e97ed5c5a781e52a8438f48b 100644 (file)
@@ -244,6 +244,18 @@ public:
   // Accept files for dragging
   virtual void DragAcceptFiles(bool accept);
 
+  // tooltips
+    // create a tooltip with this text
+  void SetToolTip(const wxString& tip);
+
+  // TODO
+#if 0
+    // pointer may be NULL to remove the tooltip
+  void SetToolTip(wxToolTip *tooltip);
+    // get the current tooltip (may return NULL if none)
+  wxToolTip* GetToolTip() const { return m_tooltip; }
+#endif
+
   // Update region access
   virtual wxRegion& GetUpdateRegion() const;
   virtual bool IsExposed(int x, int y, int w, int h) const;