gtktreeview
In Gtk, how do I make a CellRendererToggle in a TreeViewColumn with multiple CellRenderers only get toggled when the checkbox itself is clicked?
I have a TreeModel representing a tree of Tags. Each Tag has these properties, among others: string Name[详细]
2022-12-21 09:56 分类:问答GtkTreeView's row-activated and cursor-changed signals
I have a treeview and I am watching for the cursor-changed and row-activated signals.The problem is that in order to trigger the row-activate I fir开发者_运维百科st have to click on the row (triggerin[详细]
2022-12-19 21:31 分类:问答In Gtk, when using Drag and Drop in a TreeView, how do I keep from dropping between rows?
I\'m testing a window that looks something like this: Dragging a Tag to a Card links the Tag to the Card. So does dragging a Card to a Tag.[详细]
2022-12-19 13:37 分类:问答In Gtk, how do I get a path from a sorted TreeView by x and y coordinates?
I have a ListStore that is filtered and then sorted. It looks something like this: // Create a model for the cards[详细]
2022-12-19 13:13 分类:问答In Gtk, how do I search a ListStore for the row containing a particular value?
I have a ListStore mode开发者_Python百科ling a list of Tags. This list may change apart from the ListStore. What I\'d like to do is listen to the TagRemoved event in my TagList class, and remove the T[详细]
2022-12-19 04:04 分类:问答GObject Subclassing in Ruby for custom CellRenderer in GtkTreeView
I am trying to implement a customized CellRenderer in Ruby/GTK, and I\'ve already found this suggestion:[详细]
2022-12-16 19:23 分类:问答