X-Git-Url: http://gitweb.scilab.org/?p=scilab.git;a=blobdiff_plain;f=scilab%2Fmodules%2Fgui%2Fhelp%2Fen_US%2Fuicontrol.xml;h=fe4d23f58a819005d1acc4f2f6ca6f1826e86b70;hp=ada5fa1e4ac8737d66ddf7ab5ca9d4c119a855e3;hb=6c190b7b19c5bc8f852ab40dccaf296ced6e537d;hpb=39e99a5abc9a31e76142bdf91e048b07dc9bb8f2 diff --git a/scilab/modules/gui/help/en_US/uicontrol.xml b/scilab/modules/gui/help/en_US/uicontrol.xml index ada5fa1..fe4d23f 100644 --- a/scilab/modules/gui/help/en_US/uicontrol.xml +++ b/scilab/modules/gui/help/en_US/uicontrol.xml @@ -110,7 +110,7 @@ {on} | off - Enable or disable the uicontrol. If this property is set to "on" (default), the uicontrol is operational, + Enable or disable the uicontrol. If this property is set to "on" (default), the uicontrol is operational, but if this property is set to "off", the uicontrol will not respond to the mouse actions and will be grayed out. @@ -314,7 +314,7 @@ separated by a "|". For Text uicontrols, this string can contain HTML code to format the text. - For Pushbutton or Text uicontrols, if the text is enclosed between two $ (dollar sign), then it will be + For Pushbutton or Text uicontrols, if the text is enclosed between two $ (dollar sign), then it will be considered as a LaTeX expression, and if it is enclosed between < and >, it will be considered as a MathML one. @@ -351,14 +351,14 @@ - Radiobutton: a button with to states. RadioButtons are + Radiobutton: a button with two states. RadioButtons are intended to be mutually exclusive (Your code must implement mutually exclusive behavior). - Checkbox: a button with to states (Used for multiple - independent choices). + Checkbox: a button with two states (Used for multiple + independent choices). @@ -466,7 +466,7 @@ {on} | off - Set the visibility of the uicontrol. If this property is set to "on" (default), the uicontrol is visible, + Set the visibility of the uicontrol. If this property is set to "on" (default), the uicontrol is visible, but if this property is set to "off", the uicontrol will not appear in its parent figure. @@ -475,7 +475,7 @@ Examples - uicontrol function can be overloaded - Pushbuttons or Text can have LaTeX or MathML label - -