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

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

[Octave-bug-tracker] [bug #31468] multi-line text objects


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #31468] multi-line text objects
Date: Fri, 12 Aug 2011 21:15:30 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1

Follow-up Comment #25, bug #31468 (project octave):

Jordi,

In text.m I see ...


 86         tmp = __go_text__ (ca, "string", label{1},
 87                            varargin{:},
 88                            "position", pos);


I think we want the "string" property value to be either character (rows x
length), or cell-strings.

Are you saying that all the __go_foo__ objects will need to be modified to
accept either cell, or character, inputs for "string" properties?

Currently, the ticklabels for axes objects and string properties for text
objects may be numeric, character, or cellstrings. Perhaps the same approach
can be used for "string" properties?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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