franzlst opened this issue 6 years ago · 0 comments
In GTK+ 3, the event state is accessed by get_state(). Several occurrences of event.state need to be replaced by event.get_state()[1].
get_state()
event.state
event.get_state()[1]