From 31e2f200e025912534be06735c258e2b41285a28 Mon Sep 17 00:00:00 2001 From: "eduardo.davila@creatis.insa-lyon.fr" Date: Mon, 8 Jan 2024 14:07:34 +0100 Subject: [PATCH] 3512 clean bbs2 python version --- packages/wx/src/bbwxLayoutTab.h | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) 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*,""); -- 2.45.0