-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move away from the deprecated treeview widget #35
Comments
Related widgets were also deprecated. |
Check gtk4-demo > Lists > Settings demo for an example |
…s instead of a Gtk.ListStore now deprecated
The new approach has virtues but kinda sucks at this stage. Hard to capture double click: https://gitlab.gnome.org/GNOME/gtk/-/issues/4364
Seems work in progress...🤷 |
Drag and drop for rows also has problems:
A workaround would be, adding some buttons for sending the rows up or down but even this might be a challenge with the new api. Need to check |
Regarding subclassing/extending classes: https://discourse.gnome.org/t/migrating-to-gtk4-a-problem-with-composite-templates/12431 |
Treeviews are being deprecated in GTK 4.10. Move to the new proposed approach:
https://docs.gtk.org/gtk4/section-list-widget.html
The text was updated successfully, but these errors were encountered: