[Gtk-sharp-list] CellRenderText's "Edited" signal
Paweł Skalski
skalskz at op.pl
Sat Nov 16 21:05:57 UTC 2013
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/gtk-sharp-list/attachments/20131116/7352e69e/attachment.html>
More information about the Gtk-sharp-list
mailing list