]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMProjectDescriptionPanel.h
Feature #1711 CreaDevManager application implementation
[crea.git] / lib / creaDevManagerLib / wxCDMProjectDescriptionPanel.h
index 86726c5dd1296b479776b341abffc827f2725f0a..74a71d79b5f35ef885a921d1c0ebb82d22984b58 100644 (file)
 #define WXCDMPROJECTDESCRIPTIONPANEL_H_
 
 #include <creaWx.h>
-#include <wx/panel.h>
 
 #include "modelCDMProject.h"
 
 /**
  * Project Description Panel. Shows the project properties and the principal actions for the project.
  */
-class wxCDMProjectDescriptionPanel : public wxPanel
+class wxCDMProjectDescriptionPanel : public wxScrolledWindow
 {
   DECLARE_EVENT_TABLE()
 public: