[Gtk-sharp-list] :SPAM: Re: Double-Click in NodeView
Emiliano Gabriel Canedo
ecanedo at postresbalcarce.com.ar
Thu May 15 11:58:02 UTC 2014
Hello,
El mié, 14-05-2014 a las 19:46 +0200, Jacek Rużyczka escribió:
> Hola,
>
> you need to register the Activated event.
>
> Regards
> Jacek
Jacek: This works perfectly!
mynodeview.RowActivated += delegate(object o, Gtk.RowActivatedArgs args)
{
Console.WriteLine("double-click");
};
Bertrand: Sorry for the other mail.
Thanks for all!
Emiliano
--
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/gtk-sharp-list/attachments/20140515/95613ea7/attachment.html>
More information about the Gtk-sharp-list
mailing list