]> 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 3d59055cbced2f1869df7b2e78f592f15c88f58d..89c5e3d3b5b31e598894aedd9a1da92d7e2dcb0a 100644 (file)
@@ -51,7 +51,7 @@ class bbcreaMaracasVisu_EXPORT PanelButtonContainer
 //===== 
   BBTK_DECLARE_INPUT(Title,std::string);
   BBTK_DECLARE_INPUT(In,BCStructVectorType);
-  BBTK_DECLARE_INPUT(Type,std::string);
+  BBTK_DECLARE_INPUT(Type,int);
   BBTK_PROCESS(Process);
   void Process();
   BBTK_CREATE_WIDGET(CreateWidget);
@@ -71,7 +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",std::string,"");
+  BBTK_INPUT(PanelButtonContainer,Type,"Type container",int,"");
 
 BBTK_END_DESCRIBE_BLACK_BOX(PanelButtonContainer);
 //=====