Hello,


I have treeview with CellRenderText

The CellRenderText's "edited" signal is emited, if user starts edit this cell and:
- press ENTER Key,
- change focus for another treeview's row (for example clicking mouse on another treeview's row)
- etc,

*How to find out how user triggered this signal ?*

J want to code someting like this:

if (user triggered Edited signal pressing ENTER key)
{
/some code here/
}
else
{
/some code here/
}


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

Reply via email to