Salome HOME
Issue #559: Control doesn't have variable if its text is empty
[modules/shaper.git] / src / Config / Config_Keywords.h
index a9f44bf63b4a5adc2a7b79184d03b00e5e0031db..2827d269c6bc4f29dd28e4d0fa9573b33b357978 100644 (file)
@@ -24,6 +24,7 @@ const static char* NODE_XMLPARENT = "libxml_parent";
 // Widgets
 const static char* WDG_INFO = "label";
 const static char* WDG_DOUBLEVALUE = "doublevalue";
+const static char* WDG_INTEGERVALUE = "integervalue";
 const static char* WDG_BOOLVALUE = "boolvalue";
 const static char* WDG_STRINGVALUE = "stringvalue";
 const static char* WDG_MULTISELECTOR = "multi_selector";