]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/gizmos/wxCode/include/wx/treelistctrl.h
buttonbar.cpp/.h must be in GUI_CMN_SRC/HDR as toolbkg.cpp which is in common depends...
[wxWidgets.git] / wxPython / contrib / gizmos / wxCode / include / wx / treelistctrl.h
index ad8190dac9a3fb532dd62a593f3aa36b6c6dad0b..1edc024eb0fefee781be2eec9411e66502bb4a79 100644 (file)
 #ifndef TREELISTCTRL_H
 #define TREELISTCTRL_H
 
-#if defined(__GNUG__) && !defined(__APPLE__)
-    #pragma interface "treelistctrl.h"
-#endif
-
 #include <wx/treectrl.h>
 #include <wx/control.h>
 #include <wx/pen.h>
@@ -543,9 +539,10 @@ protected:
 //     // the common part of all ctors
 //     void Init();
 
+    void OnGetToolTip( wxTreeEvent &event );
     void OnSize(wxSizeEvent& event);
     void CalculateAndSetHeaderHeight();
-    
+    void DoHeaderLayout();
 
 private:
     size_t fill_column;