X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8e3ca43b377fc5b5e0e1e0de67366878dc5eff5b..2c3ebf8be5f192f23d8266603a72d19a7267c7c5:/wxPython/contrib/gizmos/wxCode/include/wx/treelistctrl.h diff --git a/wxPython/contrib/gizmos/wxCode/include/wx/treelistctrl.h b/wxPython/contrib/gizmos/wxCode/include/wx/treelistctrl.h index ad8190dac9..1edc024eb0 100644 --- a/wxPython/contrib/gizmos/wxCode/include/wx/treelistctrl.h +++ b/wxPython/contrib/gizmos/wxCode/include/wx/treelistctrl.h @@ -14,10 +14,6 @@ #ifndef TREELISTCTRL_H #define TREELISTCTRL_H -#if defined(__GNUG__) && !defined(__APPLE__) - #pragma interface "treelistctrl.h" -#endif - #include #include #include @@ -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;