-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bug in Filtering
of GtkTreeView
#58
Comments
Bug also appears in the
The code runs an error:
|
It seems the examples in the document are adapted from |
Thanks for pointing this out, the documentation is fixed on the main branch and the example code for GtkTreeView will work in the next released version. Regarding the performance issue, I use this package on both Linux and Windows and do notice a difference in performance, not just of the Gtk4 listview widgets but all Julia code. I've always thought that this is because the Windows computers I use are encumbered with a bunch of background processes I can't turn off. Generally I find the performance on Windows acceptable, and I don't ever display trees as large as the examples do -- it should be better for smaller trees and lists. I do agree that the performance of the listviews for large lists and trees is not great, and I think it has to do with the "bind" callbacks, which are impossible (in the case of trees in particular) to make type stable. I am not sure how to improve this right now. At some point when I am less busy I will open an issue with some details on this problem. |
The above codes in document show an error:
The text was updated successfully, but these errors were encountered: