]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxLayoutTab.h
Another ugly bug fixed in pipeline executing (bad transfer to parent in some cases...
[bbtk.git] / packages / wx / src / bbwxLayoutTab.h
index f9d98555c811125c7f8e8ec404a5c00d2321a9a4..1f76929da1380c1ef64c7d8c07ea2ebaf74f7314 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxLayoutTab.h,v $
   Language:  C++
-  Date:      $Date: 2008/10/17 08:18:32 $
-  Version:   $Revision: 1.6 $
+  Date:      $Date: 2008/11/13 14:46:46 $
+  Version:   $Revision: 1.7 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -77,10 +77,11 @@ namespace bbwx
     BBTK_DECLARE_INPUT(Orientation,std::string);
     BBTK_PROCESS(Process);
     BBTK_CREATE_WIDGET(CreateWidget);
-    
+    BBTK_ON_SHOW_WIDGET(OnShowWidget);
     void Process();
     void CreateWidget();
-    void bbUserOnShow();
+    void OnShowWidget();
 
   protected:
        virtual void bbUserConstructor();