Re: [pygtk] PyGtk Windows gtk.gdk._2BUTTON_PRESS

2011-11-30 Thread Timo
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

[pygtk] PyGtk Windows gtk.gdk._2BUTTON_PRESS

2011-11-30 Thread Hugo Teso
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