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

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

[Octave-bug-tracker] [bug #59113] Warning when String property of a uico


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #59113] Warning when String property of a uicontrol is a char array
Date: Mon, 21 Sep 2020 14:49:20 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36 Edg/85.0.564.51

Follow-up Comment #8, bug #59113 (project octave):

I'm not sure the change in comment #5 was correct. The input to graphics
functions can be a mixture of property value pairs and structures with
corresponding fields and values.
E.g. `line ([0, 1], [0, 1], 'LineStyle', ':', struct ('Linewidth', 3),
'Color', 'k')` is valid in Matlab.
The same is probably also true for `uicontrol`.
Matching only every argument might miss the actual one.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59113>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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