]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxBrowser.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkWxBrowser.h
index 2554a179318a871706f90e74e6f54c9cdf8b6bbf..131b77ee97bd020b47d7e02820108d7e2e9f49ea 100644 (file)
@@ -41,10 +41,12 @@ namespace bbtk
     WxBrowser ( wxWindow *parent, wxSize size );
  
     bool GoTo(std::string&);
+    void GoHome();
 
     void OnBackButton(wxCommandEvent& );
     void OnForwardButton(wxCommandEvent& );
     void OnHomeButton(wxCommandEvent& );
+    void OnReloadButton(wxCommandEvent& );
     void OnMakeIndexButton(wxCommandEvent& );
     void OnLinkClicked(wxHtmlLinkEvent& );
     void OnURLEnter( wxCommandEvent&);
@@ -59,6 +61,7 @@ namespace bbtk
     wxButton* mwxBackButton;
     wxButton* mwxForwardButton;
     wxButton* mwxHomeButton;
+    wxButton* mwxReloadButton;
     wxButton* mwxMakeIndexButton;
  
    // any class wishing to process wxWidgets events must use this macro