]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tipwin.h
wxMimeTypesManager now supports creating associations as well as querying
[wxWidgets.git] / include / wx / tipwin.h
index feaddc11b6a47125804ee95305e30d6dd612cedb..766f45e7dbdeab420cfd9a35c5fe9a78d2a25553 100644 (file)
@@ -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);