changeset 15520:f915996325b7

Add missing DisplayName and EraseMode properties to hggroups (bug #37442) * libinterp/interpfcn/graphics.in.h: Add missing DisplayName and EraseMode properties to hggroups (bug #37442).
author Ben Abbott <bpabbott@mac.com>
date Sun, 14 Oct 2012 20:15:58 -0700
parents dee69050bb02
children bcace51598ed
files libinterp/interpfcn/graphics.in.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/interpfcn/graphics.in.h
+++ b/libinterp/interpfcn/graphics.in.h
@@ -4810,6 +4810,8 @@
     // properties declarations.
 
     BEGIN_PROPERTIES (hggroup)
+      string_property displayname , ""
+      radio_property erasemode , "{normal}|none|xor|background"
       // hidden properties for limit computation
       row_vector_property xlim hr , Matrix ()
       row_vector_property ylim hr , Matrix ()