Mercurial > hg > octave-lyh
changeset 7377:46b58515067d
[project @ 2008-01-15 06:57:15 by jwe]
author | jwe |
---|---|
date | Tue, 15 Jan 2008 06:57:15 +0000 |
parents | b052b844e094 |
children | 3771971e8891 |
files | src/ChangeLog src/graphics.h.in |
diffstat | 2 files changed, 20 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2008-01-15 Shai Ayal <shaiay@users.sourceforge.net> + + * graphics.h.in (class line::properties): New properties: + displayname, erasemode. + (class text::properties) New properties: backgroundcolor, + displayname, edgecolor, erase_mode, editing, fontunits, linestyle, + linewidth, margin, verticalalignment. + 2008-01-14 John W. Eaton <jwe@octave.org> * load-path.cc (load_path::do_initialize): Start with sys_path empty.
--- a/src/graphics.h.in +++ b/src/graphics.h.in @@ -2048,6 +2048,8 @@ double_property markersize , 6 string_property keylabel , "" radio_property interpreter a , "{tex}|none|latex" + string_property displayname , "" + radio_property erase_mode , "{normal}|none|xor|background" END_PROPERTIES }; @@ -2134,6 +2136,16 @@ radio_property fontangle a , "{normal}|italic|oblique" radio_property fontweight a , "light|{normal}|demi|bold" radio_property interpreter a , "{tex}|none|latex" + color_property backgroundcolor , "{none}" + string_property displayname , "" + color_property edgecolor , "{none}" + radio_property erase_mode , "{normal}|none|xor|background" + bool_property editing , "off" + radio_property fontunits , "inches|centimeters|normalized|{points}|pixel" + radio_property linestyle , "{-}|--|:|-.|none" + double_property linewidth , 0.5 + double_property margin , 1 + radio_property verticalalignment , "top|cap|{middle}|baseline|bottom" END_PROPERTIES protected: