Op 30-11-11 12:36, Hugo Teso schreef:
Hi list!
I have a problem with PyGtk over Windows while trying to capture double
click. The code I use is:
event.type == gtk.gdk._2BUTTON_PRESS
This works fine on Linux, but not on Windows :(
If I print "event.type" to see it's value, it is always:
No
Hi list!
I have a problem with PyGtk over Windows while trying to capture double
click. The code I use is:
event.type == gtk.gdk._2BUTTON_PRESS
This works fine on Linux, but not on Windows :(
If I print "event.type" to see it's value, it is always:
No matter if I double click or not... or if