[Gtk-sharp-list] Different Cellrenderercombo objects per treeview row

soy soylist at gmail.com
Tue Aug 10 12:39:39 EDT 2010


Greetings,

I've searched far and wide for an answer but haven't been able to find one.

I've got code working to populate a cellrenderercombo object by setting its
model to a liststore I've populated with strings.  I then set the column I
want to have cellrenderercombo objects to packstart(thisCellRendererCombo). 
I then add rows to the treeview via
treeviewListStore.appendvalues("somevalue"), then setting the treeview model
to that list store.

My issue is that the combobox that shows up for reach row always contains
the same values (b/c I've packstart the one cellRendererCombo object).  I
need these combo boxes to contain different values depending on the row it's
in.

How do I do this?? Please help!
-- 
View this message in context: http://mono.1490590.n4.nabble.com/Different-Cellrenderercombo-objects-per-treeview-row-tp2320068p2320068.html
Sent from the Mono - Gtk# mailing list archive at Nabble.com.


More information about the Gtk-sharp-list mailing list