]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMAppliDescriptionPanel.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / wxCDMAppliDescriptionPanel.h
index 6b655f3112c2391be6efdbe38344d9761e634b14..b77b3fdcd9fa7ad239bb18b5fe88fe9199fbe506 100644 (file)
@@ -37,6 +37,7 @@
 
 #include <creaWx.h>
 #include <wx/panel.h>
+#include <wx/hyperlink.h>
 
 #include "modelCDMAppli.h"
 
@@ -75,6 +76,8 @@ private:
 protected:
   void OnBtnCreateApplication(wxCommandEvent& event);
   void OnBtnEditCMakeLists(wxCommandEvent& event);
+  void OnLnkApplicationSelect(wxHyperlinkEvent& event);
+  void OnBtnReturn(wxCommandEvent& event);
 
 };