svghmi/analyse_widget.xslt
branchwxPython4
changeset 3331 6e7a80825f03
parent 3326 18d743e517b5
child 3387 ecefd38d5c7d
--- a/svghmi/analyse_widget.xslt	Mon Oct 04 07:41:18 2021 +0200
+++ b/svghmi/analyse_widget.xslt	Mon Oct 04 07:52:54 2021 +0200
@@ -221,14 +221,16 @@
 </xsl:text>
       <xsl:text>in between 0 and 100.
 </xsl:text>
-      <xsl:text>
-</xsl:text>
-      <xsl:text>If "value" labeled text is found, then its content is replaced by value.
-</xsl:text>
     </longdesc>
     <shortdesc>
       <xsl:text>Change end angle of Inkscape's arc</xsl:text>
     </shortdesc>
+    <arg name="min" count="optional" accepts="int,real">
+      <xsl:text>minimum value</xsl:text>
+    </arg>
+    <arg name="max" count="optional" accepts="int,real">
+      <xsl:text>maximum value</xsl:text>
+    </arg>
     <path name="value" accepts="HMI_INT,HMI_REAL">
       <xsl:text>Value to display</xsl:text>
     </path>
@@ -583,10 +585,6 @@
 </xsl:text>
       <xsl:text>in between 0 and 100.
 </xsl:text>
-      <xsl:text>
-</xsl:text>
-      <xsl:text>If "value" labeled text is found, then its content is replaced by value.
-</xsl:text>
     </longdesc>
     <shortdesc>
       <xsl:text>Moves "needle" along "range"</xsl:text>