]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxBrowser.h
* Fixed problem with 'include *'
[bbtk.git] / kernel / src / bbtkWxBrowser.h
index e074b1c4e1ef8de955530e36b013ff501fc15f27..8f1c3b153ee3a0ad2db2c6854bc10ead81ea27d9 100644 (file)
@@ -35,6 +35,9 @@ namespace bbtk
   };
 
  
+
+  class WxConsole;
+
   class WxBrowser : public wxPanel
   {
   public:
@@ -55,6 +58,8 @@ namespace bbtk
 
     void SetSize( wxSize );
 
+    void SetWxConsole( WxConsole* c ) { mWxConsole = c; }
+
   private:
     WxHtmlWindow* mwxHtmlWindow;
     wxTextCtrl* mwxURL;
@@ -63,7 +68,9 @@ namespace bbtk
     wxButton* mwxHomeButton;
     wxButton* mwxReloadButton;
     wxButton* mwxIncludeFileButton;
+    
+    WxConsole* mWxConsole;
+    
    // any class wishing to process wxWidgets events must use this macro
     DECLARE_EVENT_TABLE()  
   };