]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxLayoutSplit.h
Another ugly bug fixed in pipeline executing (bad transfer to parent in some cases...
[bbtk.git] / packages / wx / src / bbwxLayoutSplit.h
index 4f0ff98a29d1ffc5fb53eef122a0d7b73757a692..0db41d3a143e5fcea5b20a0c28b0e95d8cbc47b9 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxLayoutSplit.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 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -68,10 +68,11 @@ namespace bbwx
     BBTK_DECLARE_INPUT(Proportion,int);
     BBTK_PROCESS(Process);
     BBTK_CREATE_WIDGET(CreateWidget);
+    BBTK_ON_SHOW_WIDGET(OnShowWidget);
     
     void Process();
     void CreateWidget();
-    void bbUserOnShow();
+    void OnShowWidget();
 
   protected:
     virtual void bbUserConstructor();