Set the mouse pos for the drag events, add support for the tooltip event

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32561 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-03-02 18:32:28 +00:00
parent 77b7cd4fc3
commit 4f73709d9c
2 changed files with 33 additions and 0 deletions

View File

@@ -543,6 +543,7 @@ protected:
// // the common part of all ctors
// void Init();
void OnGetToolTip( wxTreeEvent &event );
void OnSize(wxSizeEvent& event);
void CalculateAndSetHeaderHeight();
void DoHeaderLayout();