changeset 10998:728c970a3e7f

graphics.h.in: Add displayname property to patch and surface objects.
author Ben Abbott <bpabbott@mac.com>
date Sun, 19 Sep 2010 17:50:41 -0400
parents 65c14c052fe3
children 9f45b76c16e3
files src/ChangeLog src/graphics.h.in
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sun Sep 19 12:57:29 2010 -0400
+++ b/src/ChangeLog	Sun Sep 19 17:50:41 2010 -0400
@@ -1,3 +1,7 @@
+2010-09-19  Ben Abbott <bpabbott@mac.com>
+
+	* graphics.h.in: Add displayname property to patch and surface objects.
+
 2010-09-18  David Bateman  <dbateman@free.fr>
 
 	* graphics.h.in: Remove properties for dead legend code.
--- a/src/graphics.h.in	Sun Sep 19 12:57:29 2010 -0400
+++ b/src/graphics.h.in	Sun Sep 19 17:50:41 2010 -0400
@@ -3578,6 +3578,7 @@
       color_property markerfacecolor , "auto|{none}|flat"
       double_property markersize , 6
       radio_property interpreter , "{tex}|none|latex"
+      string_property displayname , ""
       radio_property alphadatamapping l , "none|{scaled}|direct"
       // hidden properties for limit computation
       row_vector_property xlim hlr , Matrix ()
@@ -3683,6 +3684,7 @@
       color_property markerfacecolor , "auto|{none}"
       double_property markersize , 6
       radio_property interpreter , "{tex}|none|latex"
+      string_property displayname , ""
       array_property alphadata u , Matrix ()
       radio_property alphadatamapping l , "none|direct|{scaled}"
       double_property ambientstrength , 0.3