yglukhov / nimx

GUI library
MIT License
1.09k stars 75 forks source link

Need a treeview #380

Open happydpc opened 4 years ago

happydpc commented 4 years ago

Have you planned to implement a treeview widget?

Tormund commented 4 years ago

Try this one: https://github.com/yglukhov/nimx/blob/master/nimx/outline_view.nim

And here example of usage: https://github.com/yglukhov/rod/blob/master/rod/editor/editor_tree_view.nim