Taiko2k / GTK4PythonTutorial

GTK4 + Python tutorial with code examples
446 stars 33 forks source link

add GridView example? #17

Closed dhansmair closed 1 year ago

dhansmair commented 1 year ago

Hi! Thank you for this amazing repository, it has been incredibly helpful to me. Could you maybe provide an example on how to use the new GridView? (https://docs.gtk.org/gtk4/class.GridView.html) It apparently replaces IconView. I have spent hours but just can't get it to run...

Taiko2k commented 1 year ago

OK I've now added a section on that. See https://github.com/Taiko2k/GTK4PythonTutorial#using-gridview.

dhansmair commented 1 year ago

oh you really did that! awesome, thanks!