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

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

[Octave-bug-tracker] [bug #64985] make 'windowstate' property do what it


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #64985] make 'windowstate' property do what it is supposed to do
Date: Tue, 5 Dec 2023 11:38:05 -0500 (EST)

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

I don't know how to find the ones that are just placeholders.  Even if you
took the list of all properties and examined the output of


for p in $properties; do
  echo "PROPERTY: $p";
  hg locate '*.h' '*.cc' '*.m' | xargs grep -iw $p
done


it would be difficult to determine if a property was unimplemented for one
type of graphics object but implemented for another for another (for example,
if "color" was implemented for lines but not patches), or to determine if its
implementation was incomplete.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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