Re: [Java-gnome-developer] CellRendererToggle not togglable
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2010-09-03 02:47:05
|
On Thu, 2010-09-02 at 14:37 +0200, Waldemar Biller wrote: > Anyway I'am asking myself, why this is not done automatically, when > setting setActivable to true? That does sound pretty whacked out, but admittedly I've never used any of the "live" features in a TreeView before; I always use them to display data and get selections. I suppose the thing to do would be to build something similar with a DataColumnString and a CellRendererText and see if you need to connect to CellRendererText.Edited in order to update your TreeModel. It could be that this is "just the way GTK is" but its always possible we've missed something in our understanding... AfC Sydney |