X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=inline;f=kernel%2Fsrc%2FbbtkWxBrowser.h;h=131b77ee97bd020b47d7e02820108d7e2e9f49ea;hb=82709d667857071eb7211e7fe7d22237d3a9ddf3;hp=faea9466a6915860c7cf833e3351803d5621a384;hpb=26120e8947976f2e1775f2d6dc727a2741302b36;p=bbtk.git diff --git a/kernel/src/bbtkWxBrowser.h b/kernel/src/bbtkWxBrowser.h index faea946..131b77e 100644 --- a/kernel/src/bbtkWxBrowser.h +++ b/kernel/src/bbtkWxBrowser.h @@ -41,10 +41,14 @@ namespace bbtk WxBrowser ( wxWindow *parent, wxSize size ); bool GoTo(std::string&); + void GoHome(); void OnBackButton(wxCommandEvent& ); void OnForwardButton(wxCommandEvent& ); - void OnLinkClicked(wxHtmlLinkEvent& ); + void OnHomeButton(wxCommandEvent& ); + void OnReloadButton(wxCommandEvent& ); + void OnMakeIndexButton(wxCommandEvent& ); + void OnLinkClicked(wxHtmlLinkEvent& ); void OnURLEnter( wxCommandEvent&); void UpdateURL(); // void OnCell(wxHtmlCellEvent& ); @@ -56,6 +60,9 @@ namespace bbtk wxTextCtrl* mwxURL; wxButton* mwxBackButton; wxButton* mwxForwardButton; + wxButton* mwxHomeButton; + wxButton* mwxReloadButton; + wxButton* mwxMakeIndexButton; // any class wishing to process wxWidgets events must use this macro DECLARE_EVENT_TABLE()