Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/tkinter/matt/
Dplacer-simple.py5 def do_motion(event): function
31 f.bind('<Control-Shift-Motion>', do_motion)
Dpacker-and-placer-together.py7 def do_motion(event): function
33 f.bind('<Control-Shift-Motion>', do_motion)
/external/python/cpython2/Demo/tkinter/guido/
Dkill.py43 def do_motion(self, e): member in Kill
89 self.frame.list.bind('<Motion>', self.do_motion)
Dsvkill.py56 def do_motion(self, e): member in Kill
119 self.frame.list.bind('<Motion>', self.do_motion)