Hi Pier,

thanks a lot for the example and it put me on the right track. But instead of 

event.state == gtk.gdk.CONTROL_MASK

I had to use

event.state & gtk.gdk.CONTROL_MASK

But now I am ready for some more pygtk fun. :)

Bye, Oliver
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to