libui
libui copied to clipboard
Add missing ComboBox features
As I was in need of more ComboBox functionality and it's in your backlog (#309) I took a shot at it and implemented:
- Removal of item
- Insertion of item
- Clearing all items
I've tested this on Linux (Arch) and Windows by adding buttons for each method in the test project. Unfortunately my objective-c competence is equal to zero and I've got no macOS installation to test on right now, so that code needs a proper review/test.
Is there anything I could help with this PR to speed up making it available in the next release? Unfortunately I also have no knowledge in ObjectiveC. I am most interested in Go bindings actually.
Is this PR looking likely to merge into the next release?