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

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

[Octave-patch-tracker] [patch #10283] uilabel implementation


From: Markus Mützel
Subject: [Octave-patch-tracker] [patch #10283] uilabel implementation
Date: Wed, 21 Sep 2022 02:54:21 -0400 (EDT)

Follow-up Comment #1, patch #10283 (project octave):

IIUC, Matlab's `uilabel` is supposed to be used with their "new-ish"
`uifigure` (that is different from their `figure`).
Octave doesn't have `uifigure` graphics objects. (It creates a "classic"
`figure` when using that function in Octave 8. I'm not sure whether this is a
good idea though.)
For their older `figure`s, the equivalent object would probably be created
with an `uicontrol` with the "Style" property set accordingly.

How do we want to deal with graphics objects that are specific to the new
`uifigure` for them? Do we want to add them for our "classic" `figure`
objects?



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/patch/?10283>

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




reply via email to

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