Hello!

I need capture the event "double-click" over a nodeview's selected row;
don't find the event to realize that. I tryed to the nodeview's
"ButtonPressEvent", but don't work. Any suggestions?

This code don't work:

mynodeview.ButtonPressEvent += delegate(object o,
Gtk.ButtonPressEventArgs args) {
        if (args.Event.Type == EventType.TwoButtonPress)
            Console.WriteLine("double-click");
};

Without a nodeview, with all other widgets, works perfectly.

thanks,
Emiliano Canedo
-- 

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

Reply via email to