X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/01fa3fe74d0fadc5126fc27fb5729f08b10da606..83141d3a74bc3ce6b97632dec8b28b7569c480a2:/include/wx/tipwin.h diff --git a/include/wx/tipwin.h b/include/wx/tipwin.h index feaddc11b6..766f45e7db 100644 --- a/include/wx/tipwin.h +++ b/include/wx/tipwin.h @@ -34,6 +34,8 @@ protected: // event handlers void OnPaint(wxPaintEvent& event); void OnMouseClick(wxMouseEvent& event); + void OnActivate(wxActivateEvent& event); + void OnKillFocus(wxFocusEvent& event); // calculate the client rect we need to display the text void Adjust(const wxString& text, wxCoord maxLength);