X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FwxCDMPackageDescriptionPanel.h;h=6e992bda4e56fa7c26293738073b03e6c0e9f6d2;hb=71c071fbb1e2af618f6caa489351b966e1a54b1a;hp=8e88f9a5b79a5690771639edaa5fd635f268e846;hpb=11ddb2799cdae68c7220b71e6836b97498b6ce62;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMPackageDescriptionPanel.h b/lib/creaDevManagerLib/wxCDMPackageDescriptionPanel.h index 8e88f9a..6e992bd 100644 --- a/lib/creaDevManagerLib/wxCDMPackageDescriptionPanel.h +++ b/lib/creaDevManagerLib/wxCDMPackageDescriptionPanel.h @@ -36,7 +36,6 @@ #define WXCDMPACKAGEDESCRIPTIONPANEL_H_ #include -#include #include #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. */