octave-maintainers
[Top][All Lists]
Advanced

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

Re: handle graphics with Document/View design


From: John W. Eaton
Subject: Re: handle graphics with Document/View design
Date: Thu, 18 Aug 2005 13:16:24 -0400

On 18-Aug-2005, Brian Blais wrote:

| I've been able to do quite complex interfaces with my implementation, 
| and it is very similar to the syntax for matlab.  in my implementation, 
| the objects do have children, but they are simply handles which then get 
| changed to indices into a flat array.

OK.  I thought about this possibility after I sent my previous
message.  Given the flat structure and the list of children, you could
always convert it to a tree structure with the handle IDs for the
children replaced by the actual structure data for the child uiobject.
Since it appears that Matlab stores the children as handle IDs, the
flat data structure seems like a reasonably good solution to me.

jwe



reply via email to

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