X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkWxBrowser.h;h=2554a179318a871706f90e74e6f54c9cdf8b6bbf;hb=cbb1d0fcc41f6d98f3057a117d84aaab0e6e4377;hp=faea9466a6915860c7cf833e3351803d5621a384;hpb=e4de8cde07118f7b9059aaf5460645c61491bb0d;p=bbtk.git diff --git a/kernel/src/bbtkWxBrowser.h b/kernel/src/bbtkWxBrowser.h index faea946..2554a17 100644 --- a/kernel/src/bbtkWxBrowser.h +++ b/kernel/src/bbtkWxBrowser.h @@ -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()