X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fsrc%2FbbwxLayoutSplit.h;h=2b549b58605802f3497c8e6b92db8020faa700fd;hb=cdded8fbd6963f715bb7ef07dd75fade7b91f2e8;hp=4f0ff98a29d1ffc5fb53eef122a0d7b73757a692;hpb=6575a389b71b1b85c79e4444885becb76ecf16e4;p=bbtk.git diff --git a/packages/wx/src/bbwxLayoutSplit.h b/packages/wx/src/bbwxLayoutSplit.h index 4f0ff98..2b549b5 100644 --- a/packages/wx/src/bbwxLayoutSplit.h +++ b/packages/wx/src/bbwxLayoutSplit.h @@ -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/24 15:45:51 $ + Version: $Revision: 1.7 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -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 CreateWidget(wxWindow*); + void OnShowWidget(); protected: virtual void bbUserConstructor();