--- treelistctrl.h	2009-09-09 06:33:39.000000000 -0700
+++ treelistctrl.h.new	2009-09-09 06:34:08.000000000 -0700
@@ -4,7 +4,7 @@
 // Author:      Robert Roebling
 // Maintainer:  Otto Wyss
 // Created:     01/02/97
-// RCS-ID:      $Id: treelistctrl.h,v 1.35 2008/07/28 13:55:12 pgriddev Exp $
+// RCS-ID:      $Id: treelistctrl.h,v 1.13 2009/09/07 21:35:48 carl Exp $
 // Copyright:   (c) 2004 Robert Roebling, Julian Smart, Alberto Griggio,
 //              Vadim Zeitlin, Otto Wyss
 // Licence:     wxWindows
@@ -536,6 +536,10 @@
     void DoHeaderLayout();
     void OnSize(wxSizeEvent& event);
 
+    int GetHeaderHeight() const { return m_headerHeight; }
+    void SetToolTip (const wxString &tip);
+    void SetToolTip (wxToolTip *tip);
+
 private:
     int m_headerHeight;
 
