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

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

[Octave-bug-tracker] [bug #53084] capitalized property names in get(gcf)


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #53084] capitalized property names in get(gcf)
Date: Fri, 9 Feb 2018 11:54:31 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #4, bug #53084 (project octave):

The following is valid in ML, not in Octave:


hf = figure ();
fprops = get (hf);
set (hf, 'outerposition', fprops.OuterPosition * 1.1)


The fields in the structure returned by "get" should be CamelCased. Since this
can't be done automatically from lowercase internal property names, we need to
store the CamelCase version (and still accept lowercased version as second
argument to get/set).

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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