HomeSort by relevance Sort by last modified time
    Searched full:__select_chip (Results 1 - 1 of 1) sorted by null

  /external/python/cpython2/Tools/pynche/
StripViewer.py 201 canvas.bind('<ButtonPress-1>', self.__select_chip)
202 canvas.bind('<ButtonRelease-1>', self.__select_chip)
203 canvas.bind('<B1-Motion>', self.__select_chip)
244 def __select_chip(self, event=None):
241 def __select_chip(self, event=None): member in class:StripWidget

Completed in 100 milliseconds