1 2 3 4 5 6 7 8 9
def on_button_press(button,data=None): print "button pressed" def on_destroy(object,data=None): print "on_destroy"