X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbcreaMaracasVisuPanelButtonContainer.h;h=89c5e3d3b5b31e598894aedd9a1da92d7e2dcb0a;hb=a7017a8ade695bd14a4c7ee70b197d63b5e76765;hp=bbf30e6ca5eb690ddce64a347eaf441ffe20cfd4;hpb=e56917cf6685c5f490e28eefc8807114d3999cd2;p=creaMaracasVisu.git diff --git a/bbtk/src/bbcreaMaracasVisuPanelButtonContainer.h b/bbtk/src/bbcreaMaracasVisuPanelButtonContainer.h index bbf30e6..89c5e3d 100644 --- a/bbtk/src/bbcreaMaracasVisuPanelButtonContainer.h +++ b/bbtk/src/bbcreaMaracasVisuPanelButtonContainer.h @@ -51,6 +51,7 @@ class bbcreaMaracasVisu_EXPORT PanelButtonContainer //===== BBTK_DECLARE_INPUT(Title,std::string); BBTK_DECLARE_INPUT(In,BCStructVectorType); + BBTK_DECLARE_INPUT(Type,int); BBTK_PROCESS(Process); void Process(); BBTK_CREATE_WIDGET(CreateWidget); @@ -70,6 +71,7 @@ BBTK_BEGIN_DESCRIBE_BLACK_BOX(PanelButtonContainer,bbtk::WxBlackBox); BBTK_INPUT(PanelButtonContainer,Title,"Title prepended to the text",std::string,""); BBTK_INPUT(PanelButtonContainer,In,"ButtonContainerSettings List",BCStructVectorType,""); + BBTK_INPUT(PanelButtonContainer,Type,"Type container",int,""); BBTK_END_DESCRIBE_BLACK_BOX(PanelButtonContainer); //=====