Mercurial > hg > octave-nkf
diff src/graphics.h.in @ 10566:5475da58d39f
graphics.h.in: Have figure color property support a radio value, 'none'.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Sat, 24 Apr 2010 19:45:59 -0400 |
parents | f88e3d5d88e2 |
children | 9f55d3ce490a |
line wrap: on
line diff
--- a/src/graphics.h.in +++ b/src/graphics.h.in @@ -2573,7 +2573,7 @@ handle_property currentaxes S , graphics_handle () array_property colormap , jet_colormap () radio_property paperorientation , "{portrait}|landscape|rotated" - color_property color , color_values (1, 1, 1) + color_property color , color_property (color_values (1, 1, 1), radio_values ("none")) array_property alphamap , Matrix (64, 1, 1) string_property currentcharacter r , "" handle_property currentobject r , graphics_handle ()