From: eduardo.davila@creatis.insa-lyon.fr Date: Mon, 8 Jan 2024 13:07:34 +0000 (+0100) Subject: 3512 clean bbs2 python version X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=31e2f200e025912534be06735c258e2b41285a28;p=bbtk.git 3512 clean bbs2 python version --- diff --git a/packages/wx/src/bbwxLayoutTab.h b/packages/wx/src/bbwxLayoutTab.h index 71dae24..f00c62e 100644 --- a/packages/wx/src/bbwxLayoutTab.h +++ b/packages/wx/src/bbwxLayoutTab.h @@ -63,13 +63,8 @@ namespace bbwx { - - - - class bbwx_EXPORT LayoutTab : public bbtk::WxBlackBox { - BBTK_BLACK_BOX_INTERFACE(LayoutTab,bbtk::WxBlackBox); BBTK_DECLARE_INPUT(Widget1,wxWindow*); BBTK_DECLARE_INPUT(Widget2,wxWindow*); @@ -81,30 +76,24 @@ namespace bbwx BBTK_DECLARE_INPUT(Widget8,wxWindow*); BBTK_DECLARE_INPUT(Widget9,wxWindow*); BBTK_DECLARE_INPUT(Orientation,std::string); - BBTK_DECLARE_OUTPUT(Selection,int); - BBTK_PROCESS(Process); BBTK_CREATE_WIDGET(CreateWidget); BBTK_ON_SHOW_WIDGET(OnShowWidget); - void Process(); void CreateWidget(wxWindow*); void OnShowWidget(); - protected: void SetTitleTabs(); void TryInsertWindow(wxNotebook *book, const std::string& input); - }; - //================================================================= // BlackBox description BBTK_BEGIN_DESCRIBE_BLACK_BOX(LayoutTab,bbtk::WxBlackBox); BBTK_NAME("LayoutTab"); BBTK_AUTHOR("eduardo.davila@creatis.insa-lyon.fr"); - BBTK_DESCRIPTION("LayoutTab widget (wxNotebook) The label of each 'note book' will be the name of the object it contains"); + BBTK_DESCRIPTION("(C++, Python) LayoutTab widget (wxNotebook) The label of each 'note book' will be the name of the object it contains"); // Already inserted for any WxBlackBox BBTK_CATEGORY("widget"); BBTK_INPUT(LayoutTab,Widget1,"widget 1",wxWindow*,""); BBTK_INPUT(LayoutTab,Widget2,"widget 2",wxWindow*,"");