def __init__(self): Gtk.Viewport.__init__(self) self.connect("key-press-event", self.on_key_press_event) return