]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCreaDevManagerDescriptionPanel.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / wxCreaDevManagerDescriptionPanel.h
index 3feb49333117b0c9d57899527e9326439e0f054b..184271ad26abf87b27d8bc5fa2d7bf8f88ab2ce4 100644 (file)
@@ -19,6 +19,9 @@
 
 class wxCreaDevManagerDescriptionPanel : public wxPanel
 {
+
+  DECLARE_EVENT_TABLE()
+
   public:
       wxCreaDevManagerDescriptionPanel(
         wxWindow* parent,
@@ -43,7 +46,11 @@ class wxCreaDevManagerDescriptionPanel : public wxPanel
 
   protected:
       void CreateView(wxString title = wxString("Title"), wxString imagePath = wxString(""), wxString type = wxString("Type"), std::vector<std::pair<std::string, std::string> > properties = std::vector<std::pair<std::string, std::string> >());
-      //void CreateView();
+
+      void OnBtnNewProject(wxCommandEvent& event);
+      void OnBtnOpenProject(wxCommandEvent& event);
+
+
   private:
       wxStaticText* _title;
       wxBitmap* _image;