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
Make _append_to_list_and_select() to not append if already appended, but just select.
_append_to_list_and_select()
Make customized class from ListStore for source_treeview, which will put inside hash and check against it and select if already there.
source_treeview
Some code:
list_store = Gtk.ListStore(str) self.source_treeview.set_model(list_store)
Links: http://www.pygtk.org/pygtk2tutorial/sec-TreeModelInterface.html http://python-gtk-3-tutorial.readthedocs.org/en/latest/treeview.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Make
_append_to_list_and_select()
to not append if already appended, but just select.Make customized class from ListStore for
source_treeview
, which will put inside hash and check against it and select if already there.Some code:
Links:
http://www.pygtk.org/pygtk2tutorial/sec-TreeModelInterface.html
http://python-gtk-3-tutorial.readthedocs.org/en/latest/treeview.html
The text was updated successfully, but these errors were encountered: