]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/helpfrm.h
added (and documented) trivial but useful IsSingleLine() and IsMultiLine() text contr...
[wxWidgets.git] / include / wx / html / helpfrm.h
index bdfd7503649c2ac451652fc7dbd41739e0e667c3..835a7b91006bf27726b0897cb692f59e238aed31 100644 (file)
@@ -164,13 +164,13 @@ protected:
     void OnSearch(wxCommandEvent& event);
     void OnBookmarksSel(wxCommandEvent& event);
     void OnCloseWindow(wxCloseEvent& event);
+    void OnActivate(wxActivateEvent& event);
 
     // Images:
     enum {
         IMG_Book = 0,
         IMG_Folder,
-        IMG_Page,
-        IMG_RootFolder
+        IMG_Page
     };
 
 protected: