Hey #Rustlang and #GTK community,
I am looking for sample code which lets me build a tree structure using GtkListView and TreeExpander widgets.
GtkTreeView is deprecated and I can’t find example usage for TreeExpander widget (for Rust) anywhere.
I am building file system viewer section with top-level folders. I will include lazy loading for the child nodes on expanded signals.