]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMPackageDescriptionPanel.h
Feature #1711 CreaDevManager application implementation
[crea.git] / lib / creaDevManagerLib / wxCDMPackageDescriptionPanel.h
index 8e88f9a5b79a5690771639edaa5fd635f268e846..6e992bda4e56fa7c26293738073b03e6c0e9f6d2 100644 (file)
@@ -36,7 +36,6 @@
 #define WXCDMPACKAGEDESCRIPTIONPANEL_H_
 
 #include <creaWx.h>
-#include <wx/panel.h>
 #include <wx/hyperlink.h>
 
 #include "modelCDMPackage.h"
@@ -44,7 +43,7 @@
 /**
  * Package description panel. Shows the package's properties and the available actions for a package.
  */
-class wxCDMPackageDescriptionPanel : public wxPanel
+class wxCDMPackageDescriptionPanel : public wxScrolledWindow
 {
   DECLARE_EVENT_TABLE()
 public:
@@ -146,6 +145,10 @@ protected:
    * Handles when the create black box button is pressed.
    */
   void OnBtnCreateBlackBox(wxCommandEvent& event);
+  /**
+   * Handles when the configure package button is pressed.
+   */
+  void OnBtnConfigurePackage(wxCommandEvent& event);
   /**
    * Handles when the edit cmakelists file button is pressed.
    */