]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h
Updated Version with the moving of the objects updated and the background doesn't...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / bbtkwxGUIEditorGraphicBBS.h
index 483d2b4fc502bcad9f7c5333d482139aead76fbb..5771c39271ba8e8d472949ccfab9dd2de8f46d6e 100644 (file)
@@ -46,7 +46,7 @@
 //Includes same project
 #include "wxTabPanelsManager.h"
 #include "wxPropertiesPanel.h"
-#include "wxart_new.xpm"
+#include "C:\RaC\CREATIS\bbtkGEditor\data\icons\wxart_new.xpm"
 
 //Includes creaMaracasVisu
 
@@ -73,6 +73,7 @@
 
 namespace bbtk
 {
+       class wxTabPanelsManager;
   
        class  wxGUIEditorGraphicBBS : public wxFrame
   {
@@ -87,6 +88,9 @@ namespace bbtk
                void initHelpHTMLBrowser();
                void initPropertiesPanel();
 
+               wxAuiNotebook* getAuiNotebook();
+               void displayBlackBoxInfo(std::string packageName, std::string boxName);
+
                void RegenerateAll();
                void DoRegeneratePackageDoc(const std::string& pack);   
                void DoRegenerateBoxesLists();
@@ -105,6 +109,10 @@ namespace bbtk
 
                std::string _dataDir;
 
+               std::string _actualPkgBrowserBoxName;
+
+               std::string _actualPkgBrowserPkgName;
+
        protected: