gtktreeview
PyGTK: Modifying GTKTreeView gridline color
I am trying to change the default color (black) of the gridlines in a GTKTreeVi开发者_运维技巧ew widget. Using gtk+ 2 and latest pygtk. Any help is appreciated - I do hope this is possible.This has be[详细]
2023-03-01 16:40 分类:问答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 end of the list. I \"solved\" the problem, by adjusting the vadjust[详细]
2023-02-15 18:49 分类:问答How to set the color of a single cell in a pygtk treeview?
I have a PyGtk treeview with a couple 开发者_StackOverflow中文版of columns. During runtime i add constantly new rows. Each cell contains a string. Normaly, i would use a gtk.CellRenderer for each row,[详细]
2023-02-14 15:17 分类:问答PyGTK how to "load-on-demand" data to TreeView
I\'m using PyGTK TreeView (as list) for my data. Is there any way to load more data on demand by going throu the list.[详细]
2023-02-13 23:09 分类:问答How can I make a GtkTreeView work with a vertical scrollbar in Glade3?
I\'m using glade 3, to create TreeView and successfully added row as algorithm done, b开发者_JAVA技巧ut I had a little issue because treeview will add new row, thus my \"GUI\" will getting longer to t[详细]
2023-02-11 03:07 分类:问答pygtk: invalid treeview iter
I have a somewhat complicated set-up for a treeview. This is how the view is set up: self.hsModel = gtk.TreeStore(*[c[0] for c in columns])[详细]
2023-02-08 22:44 分类:问答How to know when a TreeView row is selected in Ruby GTK
I\'m trying to catch the click event on 开发者_StackOverflow社区a row For some reason this only works on double click.[详细]
2023-02-08 06:30 分类:问答add list to gtk_tree_view in C
folks, im gonna tryin to make a little function which has something todo with the Gtk_tree_view that i\'ve made,[详细]
2023-02-08 02:53 分类:问答A treeview INSIDE OF a treeview? or how to show a list inside of a treeview
I have a treeview that lists the properties of an object.One of those properties is a list of Tags (strings) that can be a list of zero to whatever number of items.So you could tag a song with \"Jazz\[详细]
2023-02-04 10:25 分类:问答How to use GtkTreeView correctly
I am using a TreeView with a ListStore as model. When the user clicks on a row I want to take some action but not using the values in the cells, but using the data I created the row from...[详细]
2023-02-01 00:34 分类:问答