]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/treebase.h
set wxDIALOG_UNIT_COMPATIBILITY to 0 by default
[wxWidgets.git] / include / wx / treebase.h
index 9148bd6d2747e252dcf23cdd2a6b8d4a2996147e..065432bc694ab21a5f59a8867418ea2163816d85 100644 (file)
@@ -283,7 +283,8 @@ public:
 
         // Set the tooltip for the item (for EVT\_TREE\_ITEM\_GETTOOLTIP events)
     void SetToolTip(const wxString& toolTip) { m_label = toolTip; }
-
+    wxString GetToolTip() { return m_label; }
+    
 #if WXWIN_COMPATIBILITY_2_2
     // for compatibility only, don't use
     wxDEPRECATED( int GetCode() const);