]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxGUICommand.h
Temporary version, to hold some of the removed (maybe useful later) parts od
[bbtk.git] / kernel / src / bbtkWxGUICommand.h
index 7c6b114f941a3fcf0f06f31aa067a53b6091a273..e91c33d800ffb6d8244a3a7062a2b88c627a6c73 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxGUICommand.h,v $
   Language:  C++
-  Date:      $Date: 2008/06/10 19:19:42 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2008/07/23 11:46:11 $
+  Version:   $Revision: 1.4 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -46,7 +46,7 @@ namespace bbtk
   {
   public:
     WxGUICommandUser() {}
-    ~WxGUICommandUser() {}
+    virtual ~WxGUICommandUser() {}
     /// Callback invoked when a command is entered in the WxGUICommand
     virtual void WxGUICommandEnter(const std::string& command) {}
   };
@@ -68,7 +68,7 @@ namespace bbtk
     void OnBtnGraphS(wxCommandEvent& event);
     void OnBtnGraphD(wxCommandEvent& event);
     void OnBtnHelp(wxCommandEvent& event);
-    void OnBtnHelpBrowser(wxCommandEvent& event);
+    void OnBtnPackageBrowser(wxCommandEvent& event);
     
     void SendCommand(const std::string& command);
   private :
@@ -87,7 +87,7 @@ namespace bbtk
        ID_Btn_GraphS,
        ID_Btn_GraphD,
        ID_Btn_Help,
-       ID_Btn_HelpBrowser
+       ID_Btn_PackageBrowser
       };
     
     DECLARE_EVENT_TABLE()