orx icon indicating copy to clipboard operation
orx copied to clipboard

[orx-gui] Implement drop down menu for mutableList

Open hamoid opened this issue 1 year ago • 0 comments

Motivation

I want to be able to display a mutable list in a dropDown. It should be possible to add and remove entries (then somehow refresh the dropdown).

This would allow to create a gui that allows creating and deleting instances of objects.

The current drop-down gui component only displays enum entries, which can't be modified during run-time.

Help make it happen!

I am willing to submit a PR to implement this change, but would need some guidance.

hamoid avatar Dec 28 '24 15:12 hamoid