On Sun, 8 Aug 2021 16:44:04 +0200
Ichthyostega <p...@ichthyostega.de> wrote:

<snip>

>Conclusion: the code in the proposed form works and is correct.
>However, it would also be possible to do away with that vector/list/deque
>alltogether and just hand over the FilerLine widgets to the FL_Scroll,
>which will thus manage and clear up the storage automatically.

Not quite!

I don't see a way to address individual entries in the scroll
except via its pointer, and we need this to update them (particularly
resizing) or to read their contents, so I'll go with your deque as it is and
the rest can be sorted out (maybe) at a later date.

Can you make an actual pull request?

-- 
Will J Godfrey
https://willgodfrey.bandcamp.com/
http://yoshimi.github.io
Say you have a poem and I have a tune.
Exchange them and we can both have a poem, a tune, and a song.


_______________________________________________
Yoshimi-devel mailing list
Yoshimi-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/yoshimi-devel

Reply via email to