]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxBrowser.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkWxBrowser.h
index faea9466a6915860c7cf833e3351803d5621a384..2554a179318a871706f90e74e6f54c9cdf8b6bbf 100644 (file)
@@ -44,7 +44,9 @@ namespace bbtk
 
     void OnBackButton(wxCommandEvent& );
     void OnForwardButton(wxCommandEvent& );
-       void OnLinkClicked(wxHtmlLinkEvent& );
+    void OnHomeButton(wxCommandEvent& );
+    void OnMakeIndexButton(wxCommandEvent& );
+    void OnLinkClicked(wxHtmlLinkEvent& );
     void OnURLEnter( wxCommandEvent&);
     void UpdateURL();
     //  void OnCell(wxHtmlCellEvent& );
@@ -56,6 +58,8 @@ namespace bbtk
     wxTextCtrl* mwxURL;
     wxButton* mwxBackButton;
     wxButton* mwxForwardButton;
+    wxButton* mwxHomeButton;
+    wxButton* mwxMakeIndexButton;
  
    // any class wishing to process wxWidgets events must use this macro
     DECLARE_EVENT_TABLE()