Changes between version 5.5.0-beta-1 and 5.5.0
==============================================
+New Features
+=============
+
+* The figures "visible" property now also applies to uicontrols.
+ In previous releases, only axes were managed by this property setting.
+
+
Scilab Bug Fixes
================
If the property is set to "off", anti-aliasing is disable. To enable anti-aliasing
the property must set to either "2x", "4x", "8x" or "16x". In this case, it stands for the anti-aliasing level.
For example, "16x" is a higher quality level than "2x".
- Specifying a higher anti-aliasing level improves image quality but also decreases graphic performances.
+ Specifying a higher anti-aliasing level improves image quality but also decreases graphic performances.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>visible: </term>
<listitem>
- <para>This field ules if the contents of the figure as to be
+ <para>This field sets if the contents of the figure (axes and uicontrols) has to be
redrawn. Its value should be <literal>"on"</literal> or
<literal>"off"</literal>.
</para>
<refsection>
<title>Examples</title>
<programlisting role="example">
- <![CDATA[
-lines(0) // disables vertical paging
+ <![CDATA[
+lines(0) // disables vertical paging
//Example 1
-f=get("current_figure") //get the handle of the current figure :
+f=get("current_figure") //get the handle of the current figure :
//if none exists, create a figure and return the corresponding handle
f.figure_position
f.figure_size=[200,200]
<title>History</title>
<revhistory>
<revision>
+ <revnumber>5.5.0</revnumber>
+ <revremark>"visible" property also applies to uicontrols.</revremark>
+ </revision>
+ <revision>
<revnumber>5.4.0</revnumber>
<revremark>New resizefcn & closerequestfcn properties introduced.</revremark>
</revision>