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

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

[Octave-bug-tracker] [bug #44822] Case-sensitive listdlg's SelectionMode


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #44822] Case-sensitive listdlg's SelectionMode values
Date: Tue, 14 Apr 2015 07:03:59 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0

Follow-up Comment #5, bug #44822 (project octave):

Just a notice: Matlab recently turned their handle type interface for graphics
objects into a objects interface. This means a construct like the following:


hax = axes ();
set (hax, 'linewidth', 2)


should now be written


hax = axes ();
hax.LineWidth = 2;


I am under the impression that CamelCased property names will become a
prerequisite for Matlab compatibility when we decide to switch to this object
interface.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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