diff src/graphics.h.in @ 13699:dd9b32af0a01

Implement guidata/guihandles. * graphics.h.in (figure::properties::__guidata__): New hidden property. * plot/modules.mk (plot_FCN_FILES): Add guidata.m and guihandles.m. * plot/guidata.m: New file. * plot/guihandles.m: Likewise.
author Michael Goffioul <michael.goffioul@gmail.com>
date Thu, 13 Oct 2011 23:01:44 +0100
parents 1e12601d2697
children 22ce748da25f
line wrap: on
line diff
--- a/src/graphics.h.in	Thu Oct 13 13:38:19 2011 -0400
+++ b/src/graphics.h.in	Thu Oct 13 23:01:44 2011 +0100
@@ -3165,6 +3165,7 @@
       radio_property xvisualmode , "{auto}|manual"
       callback_property buttondownfcn , Matrix ()
       string_property __graphics_toolkit__ s , "gnuplot"
+      any_property __guidata__ h , Matrix ()
     END_PROPERTIES
 
   protected: