octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #37442] hggroup object missing DisplayName and


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #37442] hggroup object missing DisplayName and EraseMode properties
Date: Sat, 13 Oct 2012 18:00:05 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/536.26.14 (KHTML, like Gecko) Version/6.0.1 Safari/536.26.14

Update of bug #37442 (project octave):

         Originator Name:                         => Rik                    

    _______________________________________________________

Follow-up Comment #1:

I may be wrong, but I think adding these properties is done with the trivial
changeset below.


diff --git a/libinterp/interpfcn/graphics.in.h
b/libinterp/interpfcn/graphics.in.h
--- a/libinterp/interpfcn/graphics.in.h
+++ b/libinterp/interpfcn/graphics.in.h
@@ -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 ()


Supporting these properties will be a lot more work.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?37442>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]