On 17.05.2019 14:39, Ron Tarrant wrote:
On Friday, 17 May 2019 at 11:12:41 UTC, Alex wrote:
ListStore and TreeStore and how they interact with TreeView and ComboBox
via TreeIter, TreeSelection, etc., etc. That's taking most of my time ATM.
That would be really nice!
My use case is a large list of TreeView and I failed to make it using
Gtk or Qt and start to use immediate mode GUI like dimgui then dear
imgui and now nuklear. Also I ported nanogui to D and add a large list
widget with different height of items (about 400K) but TreeView widget
needs to be implemented. So still I have no a solution that satisfy me
completely.