]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbcreaMaracasVisuPanelButtonContainer.h
#2502 creaMaracasVisu Feature New Normal - alternation between containers: button...
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuPanelButtonContainer.h
index ee7e061431aab3781338c5b20a9b8f25161c0f46..89c5e3d3b5b31e598894aedd9a1da92d7e2dcb0a 100644 (file)
@@ -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);
@@ -63,12 +64,15 @@ 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_INPUT(PanelButtonContainer,Type,"Type container",int,"");
+
 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)