X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fsrc%2FbbwxLayoutTab.h;h=ee306d782fa12d7429f691511024366f605d422a;hb=bfd7e9034cbfd9c535e98ccb302c08e5e42da8c6;hp=f9d98555c811125c7f8e8ec404a5c00d2321a9a4;hpb=6575a389b71b1b85c79e4444885becb76ecf16e4;p=bbtk.git diff --git a/packages/wx/src/bbwxLayoutTab.h b/packages/wx/src/bbwxLayoutTab.h index f9d9855..ee306d7 100644 --- a/packages/wx/src/bbwxLayoutTab.h +++ b/packages/wx/src/bbwxLayoutTab.h @@ -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/25 13:18:33 $ + Version: $Revision: 1.9 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -77,14 +77,15 @@ 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(); - void TryInsertWindow(wxNotebook *book, wxWindow *widgetchild); + void TryInsertWindow(wxNotebook *book, const std::string& input); };