Top "Gtktreeview" questions

GtkTreeView is a widget for displaying both trees and lists.

GLib-CRITICAL **: Source ID XXX was not found when attempting to remove it

I made a treeview with a treestore as model. The window is shown as expected, but when I click in …

c gtk gtk2 gtktreeview
How to get value from selected item in treeview in PyGTK?

I'm learning PyGtk. I have a simple treeview with 1 column, I get items for that treeview from list. How to …

python gtk pygtk gtktreeview
Glade treeview liststore data not visible, can't imagine why

I've got 99% 44/100 of everything working. I have a glade file, I use gtkbuilder to render it and voila it comes …

gtk glade gtkmm gtktreeview
How to auto-scroll a gtk.scrolledwindow?

I have a treeview-widget inside a ScrolledWindow, which is populated during runtime. I want the ScrolledWindow to auto-scroll to the …

python gtk pygtk gtktreeview scrolledwindow