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 _ <[EMAIL PROTECTED]> wrote:

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


-- 
Dr.McArrow
_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to