]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMLibDescriptionPanel.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / wxCDMLibDescriptionPanel.h
index bf324e966fd45b9cff19f09451a99c72bf5b99b6..039ca73b5b48f67f559839c48d0fa86d202cb07d 100644 (file)
@@ -37,6 +37,7 @@
 
 #include <creaWx.h>
 #include <wx/panel.h>
+#include <wx/hyperlink.h>
 
 #include "modelCDMLib.h"
 
@@ -75,6 +76,8 @@ private:
 protected:
   void OnBtnCreateLibrary(wxCommandEvent& event);
   void OnBtnEditCMakeLists(wxCommandEvent& event);
+  void OnLnkLibrarySelect(wxHyperlinkEvent& event);
+  void OnBtnReturn(wxCommandEvent& event);
 
 };