]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxLayoutLine.h
Another ugly bug fixed in pipeline executing (bad transfer to parent in some cases...
[bbtk.git] / packages / wx / src / bbwxLayoutLine.h
index 6884c85763f30fb3778a04ebaba5ec71ebe04acb..50ee0c04b26c77c2cc1ce1ba7954b498e86c6b83 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxLayoutLine.h,v $
   Language:  C++
-  Date:      $Date: 2008/10/17 08:18:32 $
-  Version:   $Revision: 1.5 $
+  Date:      $Date: 2008/11/13 14:46:46 $
+  Version:   $Revision: 1.6 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -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();