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

soy soylist at gmail.com
Wed Aug 11 15:45:08 EDT 2010


Thanks for all the help so far Chris.  

My remaining dilemma is that when the Combo box is updated, this update is
reflected for all the rows.  I'm guessing this is because I've used
PackStart(CellRendererCombo) on the column, and this sets the
CellRendererCombo object across all rows.  Every time I open a combobox for
a row, the selections are tailored for that specific row, so that problem is
solved, but if the result is going to be propagated through all rows, it
defeats the purpose of trying to implement it like this (at least for my
case).  Is there another way?

If there's no other way, I think I might just resort to using a gimmick like
popup boxes to accomplish what I'm trying to do, but I'd definitely prefer
the more elegant approach (UI wise) I'm trying to do here. 
-- 
View this message in context: http://mono.1490590.n4.nabble.com/Different-Cellrenderercombo-objects-per-treeview-row-tp2320068p2321791.html
Sent from the Mono - Gtk# mailing list archive at Nabble.com.


More information about the Gtk-sharp-list mailing list