[Gtk-sharp-list] how can I get value in CellRendererCombowithmulticolumn Model?

Dr. McArrow dr_mcarrow at mail.ru
Tue Feb 6 05:10:46 EST 2007


here my code
private void cell_edited_dept(object o, EditedArgs a)
{
	TreeIter iter;
	TreePath tp = new TreePath(a.Path);
	CellRendererCombo crc = (CellRendererCombo)o;

//	crc.Model doesn't have GetActiveIter(out iter) :(
//	but I need to know it
}


On Mon, 05 Feb 2007 18:08:16 +0200, Luciano _ <lnc19 at hotmail.com> wrote:

> Yes, you're right:
>
> Cell.Model.GetActiveIter(out iter)
> is the correct way of do this.
>
> Luciano
>
>


-- 
Dr.McArrow


More information about the Gtk-sharp-list mailing list