Home
last modified time | relevance | path

Searched refs:spin_cmd (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Demo/tix/
Dtixwidgets.py340 def spin_cmd(w, inc): function
370 spintxt['incrcmd'] = lambda w=spintxt: spin_cmd(w, 1)
371 spintxt['decrcmd'] = lambda w=spintxt: spin_cmd(w, -1)