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 <[EMAIL PROTECTED]>

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

Reply via email to