X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fsrc%2FbbwxLayoutLine.h;h=e58b2c7dd225f3ec5c84cbf7c687f481d848c3af;hb=e4149b56dda0cfb15427533e6f573f09cd3ff74b;hp=6884c85763f30fb3778a04ebaba5ec71ebe04acb;hpb=6575a389b71b1b85c79e4444885becb76ecf16e4;p=bbtk.git diff --git a/packages/wx/src/bbwxLayoutLine.h b/packages/wx/src/bbwxLayoutLine.h index 6884c85..e58b2c7 100644 --- a/packages/wx/src/bbwxLayoutLine.h +++ b/packages/wx/src/bbwxLayoutLine.h @@ -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/24 15:45:51 $ + 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 CreateWidget(wxWindow*); + void OnShowWidget(); protected: virtual void bbUserConstructor();