[Gtk-sharp-list] Editable cell with CellrendererCombo
Peter Johanson
peter at peterjohanson.com
Fri Feb 6 16:26:28 EST 2009
On Fri, Feb 06, 2009 at 06:23:48PM -0300, Paul Lange wrote:
> Hey,
>
> I have a TreeView where I want one column to be editable with a
> ComboBox. I'm using the CellRendererCombo but don't get the ComboBox
> menu shown.
>
> You can look at my code here: http://fpaste.org/paste/3037
You need to set renderer.TextColumn = 0 so the cell renderer knows which
column from the model has the strings it should use.
-pete
More information about the Gtk-sharp-list
mailing list