]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxGUIScriptingInterface.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkWxGUIScriptingInterface.h
index b16878687dd50158398fcd477a5724bd13f4a100..edea6942346ad5229288a672cdb4e4204f605f4c 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxGUIScriptingInterface.h,v $
   Language:  C++
-  Date:      $Date: 2008/10/15 13:02:14 $
-  Version:   $Revision: 1.12 $
+  Date:      $Date: 2008/10/15 15:09:45 $
+  Version:   $Revision: 1.13 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -124,6 +124,10 @@ namespace bbtk
     
     // WxGUIHtmlBrowser callbacks
     bool WxGUIHtmlBrowserUserOnLinkClicked(const std::string& target);
+
+
+       void DoRegeneratePackageDoc(const std::string& pack);
+       void DoRegenerateBoxesLists();
   private:
     wxAuiManager m_mgr;
     Interpreter::Pointer mInterpreter;