]> Creatis software - bbtkGEditor.git/commitdiff
Fixing last details of the edition dialog new name
authorcorredor <>
Mon, 3 May 2010 08:16:47 +0000 (08:16 +0000)
committercorredor <>
Mon, 3 May 2010 08:16:47 +0000 (08:16 +0000)
lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx
lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h

index 7d6beada6e4cf14ab70541b74820a42d2666d89b..77caf4593a5f7a53a3ad334f4c5128d4c580b698 100644 (file)
@@ -68,7 +68,6 @@ namespace bbtk
                initTabPanelsManager();
                initPackageBrowser();
                initHelpHTMLBrowser();
-               initPropertiesPanel();
 
                CreateStatusBar();
                _frameAUIMgr->Update();
@@ -154,14 +153,6 @@ 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 '");
index 7374ac32a5183eb99631cb111d1e1cbfb917d6c1..8fe150684d72792a1af798c0a0cbf4954499e88b 100644 (file)
@@ -45,7 +45,6 @@
 
 //Includes same project
 #include "wxTabPanelsManager.h"
-#include "wxPropertiesPanel.h"
 #include "wxBlackBoxEditionDialog.h"
 #include "wxVtkSceneManager.h"
 //#include "C:\RaC\CREATIS\bbtkGEditor\data\icons\wxart_new.xpm" // JPR
@@ -93,7 +92,6 @@ namespace bbtk
                void initTabPanelsManager();
                void initPackageBrowser();
                void initHelpHTMLBrowser();
-               void initPropertiesPanel();
 
                wxAuiNotebook* getAuiNotebook();
                void displayBlackBoxInfo(std::string packageName, std::string boxName);
@@ -117,7 +115,6 @@ namespace bbtk
                wxAuiNotebook                                           *_notebook;
                WxGUIPackageBrowser2                            *_pkgBrowser;
                WxGUIHtmlBrowser                                        *_helpHtmlBrowser;
-               wxPropertiesPanel                                       *_propertiesPanel;
 
                std::string _dataDir;