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

Thomas Zühlke muell_muell_ at gmx.net
Tue Apr 18 13:27:19 EDT 2006


Works Great!!! Thanks!!!

>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) {
>     ...
>


More information about the Gtk-sharp-list mailing list