frang75 / nappgui_src

SDK for building cross-platform desktop apps in ANSI-C
https://www.nappgui.com
MIT License
506 stars 50 forks source link

TreeView #36

Open PascalQuesseveur opened 1 year ago

PascalQuesseveur commented 1 year ago

First of all congratulations for your work. It is really very impressive. The TableView component added in version 1.3 works fine (checked only on Windows). Do you have any plans to add a TreeView component based on the same concepts?

frang75 commented 1 year ago

Hi @PascalQuesseveur! Thank you for the feedback

Yes, I plan to improve the TableView control so that it allows working with trees. The idea is to start development in April. First I want to end macOS support of the TableView and incorporate OpenGL.

PascalQuesseveur commented 1 year ago

Thank you for your quick answer. Now that there are TableView, it's really the only missing component to make complex GUI. Everything else we can manage.