]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxBrowser.h
BUG HTML in windows + Cast float int
[bbtk.git] / kernel / src / bbtkWxBrowser.h
index 2554a179318a871706f90e74e6f54c9cdf8b6bbf..e074b1c4e1ef8de955530e36b013ff501fc15f27 100644 (file)
@@ -26,7 +26,7 @@ namespace bbtk
      
     }
     //    wxHtmlOpeningStatus OnOpeningURL(wxHtmlURLType type,const wxString& url, wxString *redirect);
-    virtual void OnLinkClicked(const wxHtmlLinkInfo& link);
+//EED    virtual void OnLinkClicked(const wxHtmlLinkInfo& link);
 
   private: 
     WxBrowser* mBrowser;
@@ -41,11 +41,13 @@ namespace bbtk
     WxBrowser ( wxWindow *parent, wxSize size );
  
     bool GoTo(std::string&);
+    void GoHome();
 
     void OnBackButton(wxCommandEvent& );
     void OnForwardButton(wxCommandEvent& );
     void OnHomeButton(wxCommandEvent& );
-    void OnMakeIndexButton(wxCommandEvent& );
+    void OnReloadButton(wxCommandEvent& );
+    void OnIncludeFileButton(wxCommandEvent& );
     void OnLinkClicked(wxHtmlLinkEvent& );
     void OnURLEnter( wxCommandEvent&);
     void UpdateURL();
@@ -59,7 +61,8 @@ namespace bbtk
     wxButton* mwxBackButton;
     wxButton* mwxForwardButton;
     wxButton* mwxHomeButton;
-    wxButton* mwxMakeIndexButton;
+    wxButton* mwxReloadButton;
+    wxButton* mwxIncludeFileButton;
  
    // any class wishing to process wxWidgets events must use this macro
     DECLARE_EVENT_TABLE()