# HG changeset patch # User Ben Abbott # Date 1350270958 25200 # Node ID f915996325b7abbfe1244d21d4b52d51007cc94a # Parent dee69050bb0202cff390419cca93aba21b591ec9 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). diff -r dee69050bb02 -r f915996325b7 libinterp/interpfcn/graphics.in.h --- a/libinterp/interpfcn/graphics.in.h Sun Oct 14 09:01:34 2012 -0700 +++ b/libinterp/interpfcn/graphics.in.h Sun Oct 14 20:15:58 2012 -0700 @@ -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 ()