Home | History | Annotate | Download | only in lib-tk

Lines Matching refs:tkButtonUp

2117     def tkButtonUp(self, *dummy):
2118 self.tk.call('tkButtonUp', self._w)
3754 self.bind('<ButtonRelease-1>', self.tkButtonUp)
3762 self.bind('<ButtonRelease-1>', self.tkButtonUp)