]> Creatis software - creaMaracasVisu.git/blobdiff - appli/BasicViewer/main.cxx
#2507 creaMaracasVisu Feature New Normal - creaPanelButtonContainer ListPanel
[creaMaracasVisu.git] / appli / BasicViewer / main.cxx
index 462a57ed311ee9991906535b5e76409dd7682027..b71b6682625a0cbcc0834385353b06e0fd45fc81 100644 (file)
@@ -29,6 +29,9 @@
 #include "OpenImageDialog.h"
 #include "vtkImageData.h"
 
+#include <structBCPSettings.h>
+#include <buttonContainerSettings.h>
+#include <creaPanelButtonContainer.h>
 
 class MyApp:public wxApp
 {
@@ -66,10 +69,11 @@ bool MyApp::OnInit()
        MyFrame *frame = new MyFrame(wxT("CREATIS basic"));
 
        const int width = 600;
+
        const int height = 250;
 
        frame->SetSize(width,height);
-       
+
        frame->Show(true);
 
        return true;