X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/01fa3fe74d0fadc5126fc27fb5729f08b10da606..0cbe5ee3a9ec225702cbd7db715cec567b08c06f:/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);