added Remove(HWND); removed unused wParam parameter from SendTooltipMessage

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39027 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-05-04 15:51:38 +00:00
parent 60c84f8501
commit 0c5405b727
2 changed files with 27 additions and 22 deletions

View File

@@ -45,6 +45,9 @@ public:
// add a window to the tooltip control
void Add(WXHWND hwnd);
// remove any tooltip from the window
static void Remove(WXHWND hwnd);
private:
// the one and only one tooltip control we use - never access it directly
// but use GetToolTipCtrl() which will create it when needed