Mercurial > hg > octave-lyh
changeset 10505:82ee24bf783c
graphics.h.in: Fix nextplot property values.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Sat, 10 Apr 2010 11:41:32 -0400 |
parents | 33940de7c082 |
children | bdf5d85cfc5e |
files | src/ChangeLog src/graphics.h.in |
diffstat | 2 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2010-04-10 Ben Abbott <bpabbott@mac.com> + + * graphics.h.in: Fix nextplot property values. Add "new" to + list for axes nextplot values. Change "replace_children" to + "replacechildren" for both axes and figures. + 2010-04-09 David Bateman <dbateman@free.fr> * DLD-FUNCTIONS/regexp.cc (octregexp_list): Properly ignore
--- a/src/graphics.h.in +++ b/src/graphics.h.in @@ -2563,7 +2563,7 @@ BEGIN_PROPERTIES (figure) any_property __plot_stream__ h , Matrix () bool_property __enhanced__ h , "on" - radio_property nextplot , "new|{add}|replace_children|replace" + radio_property nextplot , "new|{add}|replacechildren|replace" callback_property closerequestfcn , "closereq" handle_property currentaxes S , graphics_handle () array_property colormap , jet_colormap () @@ -2913,7 +2913,7 @@ radio_property yaxislocation , "{left}|right|zero" radio_property xaxislocation , "{bottom}|top|zero" array_property view u , Matrix () - radio_property nextplot , "add|replace_children|{replace}" + radio_property nextplot , "new|add|replacechildren|{replace}" array_property outerposition u , default_axes_outerposition () radio_property activepositionproperty , "{outerposition}|position" color_property ambientlightcolor , color_values (1, 1, 1)