changeset 28250:afc53bd3d71b

NEWS: Announce support for uicontrol "Inactive", "Off" values of "Enable" property (bug #57128). * NEWS: Announce support for uicontrol "Inactive", "Off" values of "Enable" * property.
author Rik <rik@octave.org>
date Mon, 27 Apr 2020 09:10:40 -0700
parents be4a6f33d142
children be19ade4acc3
files NEWS
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Mon Apr 27 08:45:36 2020 -0700
+++ b/NEWS	Mon Apr 27 09:10:40 2020 -0700
@@ -56,6 +56,14 @@
 
 - The function `dec2bin` and `dec2hex` now support negative numbers.
 
+- `uicontrol` objects now fully implement the "Off" and "Inactive"
+values of the "Enable" property.  When the value is "Off", no
+interaction with the object occurs and the `uicontrol` changes color
+(typically to gray) to indicate it is disabled.  When the value is
+"Inactive", the object appears normally (no change in color), but it is
+not possible to change the value of the object (such as modifying text
+in an `Edit` box or clicking on a `RadioButton`).
+
 ### Alphabetical list of new functions added in Octave 7
 
 * `endsWith`