[Gtk-sharp-list] left mousebutton double-click

Mike Kestner mkestner at novell.com
Tue Apr 18 11:47:02 EDT 2006


On Tue, 2006-04-18 at 09:24 +0200, Thomas Zühlke wrote:

> I have connected to the ButtonPressEvent and I know the pressed button 
> with "args.Event.Button == 1", but there seems to be no way to detect a 
> one-click or a double-click event?!

if (args.Event.Type == EventType.TwoButtonPress) {
     ...

-- 
Mike Kestner <mkestner at novell.com>



More information about the Gtk-sharp-list mailing list