]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbcreaMaracasVisuPanelButtonContainer.h
Code cleaning done
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuPanelButtonContainer.h
index 89c5e3d3b5b31e598894aedd9a1da92d7e2dcb0a..b36327634eb0037424368c8717e806bea2776a03 100644 (file)
@@ -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",int,"");
+  BBTK_INPUT(PanelButtonContainer,Type,"Type container (0: Button Container ; 1: List Container ; 2: Configurable List Container)",int,"");
 
 BBTK_END_DESCRIBE_BLACK_BOX(PanelButtonContainer);
 //=====