[Gtk-sharp-list] multiple row drag and drop treeview

Michael Hutchinson m.j.hutchinson at gmail.com
Sun Sep 17 06:32:07 EDT 2006


On 9/17/06, Michael Quinn <mikeq at wam.umd.edu> wrote:
> if you click on a currently selected row.  Is there any way to get the
> renderer behind a click and send the signal to it?  Any ideas on how to
> fix this?

Have you tried GetPathAtPos (int x, int y, out TreePath, out
TreeViewColumn) on the TreeView?  You can get the Cell Renderer from
the TreeViewColumn, then call its Activate method. (N.B. I haven't
tested this.)

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Gtk-sharp-list mailing list