We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See
Gtk.TreeView.do_unselect_all() without arguments has no arguments there. But when calling it in my code I see
Gtk.TreeView.do_unselect_all() without arguments
self.do_unselect_all() TypeError: Gtk.TreeView.unselect_all() takes exactly 1 argument (0 given)
self.do_unselect_all()
TypeError: Gtk.TreeView.unselect_all() takes exactly 1 argument (0 given)
The text was updated successfully, but these errors were encountered:
self.do_unselect_all(self) should work.
self.do_unselect_all(self)
I agree that the docs should be improved here
some related background: https://gitlab.gnome.org/GNOME/pygobject/issues/58
Sorry, something went wrong.
No branches or pull requests
See
Gtk.TreeView.do_unselect_all() without arguments
has no arguments there.But when calling it in my code I see
The text was updated successfully, but these errors were encountered: