X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbcreaMaracasVisuPanelButtonContainer.h;h=bbf30e6ca5eb690ddce64a347eaf441ffe20cfd4;hb=e56917cf6685c5f490e28eefc8807114d3999cd2;hp=ee7e061431aab3781338c5b20a9b8f25161c0f46;hpb=3d1c0689f4e1844c8f170d9c20f8ad38b34d98b6;p=creaMaracasVisu.git diff --git a/bbtk/src/bbcreaMaracasVisuPanelButtonContainer.h b/bbtk/src/bbcreaMaracasVisuPanelButtonContainer.h index ee7e061..bbf30e6 100644 --- a/bbtk/src/bbcreaMaracasVisuPanelButtonContainer.h +++ b/bbtk/src/bbcreaMaracasVisuPanelButtonContainer.h @@ -63,12 +63,14 @@ class bbcreaMaracasVisu_EXPORT PanelButtonContainer }; BBTK_BEGIN_DESCRIBE_BLACK_BOX(PanelButtonContainer,bbtk::WxBlackBox); -BBTK_NAME("PanelButtonContainer"); -BBTK_AUTHOR("caceres@creatis.insa-lyon.fr"); -BBTK_DESCRIPTION("This blackbox creates a Widget of creaButtonContainerPanel"); -BBTK_CATEGORY("__CategoryBlackBox__"); -BBTK_INPUT(PanelButtonContainer,Title,"Title prepended to the text",std::string,""); -BBTK_INPUT(PanelButtonContainer,In,"ButtonContainerSettings List",BCStructVectorType,""); + BBTK_NAME("PanelButtonContainer"); + BBTK_AUTHOR("caceres@creatis.insa-lyon.fr"); + BBTK_DESCRIPTION("This blackbox creates a Widget of creaButtonContainerPanel"); + BBTK_CATEGORY("__CategoryBlackBox__"); + + BBTK_INPUT(PanelButtonContainer,Title,"Title prepended to the text",std::string,""); + BBTK_INPUT(PanelButtonContainer,In,"ButtonContainerSettings List",BCStructVectorType,""); + BBTK_END_DESCRIBE_BLACK_BOX(PanelButtonContainer); //===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)