Salome HOME
[PythonAPI] Example Platine. Comlete version
[modules/shaper.git] / src / Config / Config_Keywords.h
index bf10876bfd683e146769e149120e0d802de4cc84..7bbeef48e5eeee31aae1f066ef35645556f82611 100644 (file)
@@ -23,6 +23,7 @@ const static char* NODE_XMLPARENT = "libxml_parent";
 
 // Widgets
 const static char* WDG_INFO = "label";
+const static char* WDG_ERRORINFO = "error_label";
 const static char* WDG_DOUBLEVALUE = "doublevalue";
 const static char* WDG_INTEGERVALUE = "integervalue";
 const static char* WDG_BOOLVALUE = "boolvalue";
@@ -113,4 +114,9 @@ const static char* NODE_ICON = "icon";
 const static char* SHOW_EMPTY = "show_empty";
 const static char* LINK_ITEM = "from_result";
 
+/*
+ * Hardcoded xml entities for composite features
+ */
+const static char* USE_BODY = "use_body";
+
 #endif /* CONFIG_KEYWORDS_H_ */