summaryrefslogtreecommitdiff
path: root/configs/apps/gladevcp/templates/functionhandler.py
blob: c528785cff3daaf037dd1cfcd2e6b8f942ef89c1 (plain)
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"