]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx
Properties panel and black box text info
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / bbtkwxGUIEditorGraphicBBS.cxx
index 0f87071f6fdadb24053f960ae8a0102ab488d2b9..6049911d6ddceab8ccc1aed7075a6a4559b16a0d 100644 (file)
@@ -67,6 +67,7 @@ namespace bbtk
                initTabPanelsManager();
                initPackageBrowser();
                initHelpHTMLBrowser();
+               initPropertiesPanel();
 
                CreateStatusBar();
                _frameAUIMgr->Update();
@@ -148,6 +149,14 @@ namespace bbtk
 
        //================================================================
 
+       void wxGUIEditorGraphicBBS::initPropertiesPanel()
+       {
+               _propertiesPanel = new wxPropertiesPanel(this);
+               _frameAUIMgr->AddPane(_propertiesPanel,wxAuiPaneInfo().Right().MinSize(200,200).CloseButton(false).Floatable(false));
+       }
+
+       //================================================================
+
        void wxGUIEditorGraphicBBS::DoRegeneratePackageDoc( const std::string& pack )
        {
                std::string mess("Regenerating doc for package '");