changeset 13926:1f6d17b383f8

Add notes about new handle graphics functions. * NEWS: Add notes about added handle graphics functions.
author Michael Goffioul <michael.goffioul@gmail.com>
date Wed, 23 Nov 2011 09:14:10 +0000
parents ec435c4d8198
children 2892fd834446
files NEWS
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Wed Nov 23 09:04:41 2011 +0000
+++ b/NEWS	Wed Nov 23 09:14:10 2011 +0000
@@ -105,6 +105,19 @@
 
     addpref  getpref  ispref  rmpref  setpref
 
+ ** Matlab-compatible handle graphics functions added:
+
+    guidata         uipanel        uitoolbar
+    guihandles      uipushtool     uiwait
+    uicontextmenu   uiresume       waitfor
+    uicontrol       uitoggletool
+
+    Except uiwait and uiresume, the uiXXX functions are not supported on
+    the FLTK backend.
+
+    The gnuplot backend does not support any of the uiXXX functions as well
+    as the waitfor function.
+
  ** New keyword parfor
     parfor (parallel for loop) is now recognized as a valid keyword.
     Implementation, however, is still mapped to an ordinary for loop.