happy to be playing with #GTK again! this time enhanced by libadwaita.

I always found the treeview APIs hard (things did improve along the way) but doing this stuff with #Rust holy shit. πŸ˜΅β€πŸ’«

I give up. will fix that later and just using a TextView for now. πŸ˜…
finally got a simple ColumnView on the screen and doing a little dance. πŸ₯³
@hbons I love a good column view.
@hbons the ListView API *should* be easier to deal with than TreeView, even for bindings, since there are no cell renderers or tree model implementations. We need more demos/tutorials, though.
@hbons interesting. I hear the Rust GUI scene is completely devoid of accessibility APIs, but if you can use GTK it should be OK, right?
@MostlyBlindGamer identical I believe as they're just bindings.
@MostlyBlindGamer @hbons unfortunately that's very much true for most pure Rust UI libraries. However, I think Slint might be an exception and it's a pretty neat framework in general: https://docs.slint.dev/latest/docs/slint/guide/development/best-practices/#accessibility
Best Practices

Best Practices

Slint Docs