X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/01fa3fe74d0fadc5126fc27fb5729f08b10da606..6dfec4b8d901b13f11745a1371083a0b8c1c6980:/include/wx/tipwin.h?ds=inline 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);