Mercurial > hg > octave-lojdl
changeset 7384:47c919254791
[project @ 2008-01-15 20:27:01 by jwe]
author | jwe |
---|---|
date | Tue, 15 Jan 2008 20:27:02 +0000 |
parents | 1ea9ee491098 |
children | 8b7b4f58199f |
files | src/ChangeLog src/graphics.h.in |
diffstat | 2 files changed, 6 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,9 +1,7 @@ 2008-01-15 John W. Eaton <jwe@octave.org> - * graphics.h.in (class line::properties, class patch::properties, - class surface::properties): Delete interpreter property. - (class line::properties, class text::properties): Rename - erase_mode property to erasemode. + * graphics.h.in (class line::properties, class text::properties): + Rename erase_mode property to erasemode. 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com>
--- a/src/graphics.h.in +++ b/src/graphics.h.in @@ -2029,7 +2029,7 @@ // properties declarations. // properties which are not in matlab: - // ldata, udata, xldata, xudata, keylabel + // ldata, udata, xldata, xudata, keylabel, interpreter BEGIN_PROPERTIES(line) data_property xdata l , default_data () @@ -2047,6 +2047,7 @@ color_property markerfacecolor , "auto|{none}" double_property markersize , 6 string_property keylabel , "" + radio_property interpreter , "{tex}|none|latex" string_property displayname , "" radio_property erasemode , "{normal}|none|xor|background" END_PROPERTIES @@ -2340,6 +2341,7 @@ color_property markerfacecolor , "auto|{none}" double_property markersize , 6 string_property keylabel , "" + radio_property interpreter , "{tex}|none|latex" END_PROPERTIES protected: @@ -2436,6 +2438,7 @@ color_property markerfacecolor , "auto|{none}" double_property markersize , 6 string_property keylabel , "" + radio_property interpreter , "{tex}|none|latex" END_PROPERTIES protected: