Searched refs:StripWidget (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Tools/pynche/
H A DStripViewer.py8 Each StripWidget shows the color variations that are reachable by varying an
18 each StripWidget highlights the selected color, and has an arrow pointing to
21 Clicking on any chip in any StripWidget selects that color, and updates all
31 # StripWidget.set_color(). This is about as fast as it can be with the
163 class StripWidget:
335 self.__reds = StripWidget(switchboard, frame1,
341 self.__greens = StripWidget(switchboard, frame1,
347 self.__blues = StripWidget(switchboard, frame1,
160 class StripWidget: class in inherits:
/external/python/cpython3/Tools/pynche/
H A DStripViewer.py8 Each StripWidget shows the color variations that are reachable by varying an
18 each StripWidget highlights the selected color, and has an arrow pointing to
21 Clicking on any chip in any StripWidget selects that color, and updates all
31 # StripWidget.set_color(). This is about as fast as it can be with the
163 class StripWidget:
335 self.__reds = StripWidget(switchboard, frame1,
341 self.__greens = StripWidget(switchboard, frame1,
347 self.__blues = StripWidget(switchboard, frame1,
160 class StripWidget: class in inherits:

Completed in 64 milliseconds