Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/turtledemo/
D__main__.py193 self.configGUI(DISABLED, DISABLED, DISABLED,
269 def configGUI(self, start, stop, clear, txt="", color="blue"): member in DemoWindow
328 self.configGUI(NORMAL, DISABLED, DISABLED,
336 self.configGUI(DISABLED, NORMAL, DISABLED,
354 self.configGUI(NORMAL, DISABLED, NORMAL,
358 self.configGUI(DISABLED, NORMAL, DISABLED,
365 self.configGUI(NORMAL, DISABLED, DISABLED)
371 self.configGUI(NORMAL, DISABLED, DISABLED,
/external/python/cpython2/Demo/turtle/
DturtleDemo.py99 self.configGUI(NORMAL, DISABLED, DISABLED, DISABLED,
144 def configGUI(self, menu, start, stop, clear, txt="", color="blue"): member in DemoWindow
213 self.configGUI(NORMAL, NORMAL, DISABLED, DISABLED,
221 self.configGUI(DISABLED, DISABLED, NORMAL, DISABLED,
239 self.configGUI(NORMAL, NORMAL, DISABLED, NORMAL,
243 self.configGUI(DISABLED, DISABLED, NORMAL, DISABLED,
249 self.configGUI(NORMAL, NORMAL, DISABLED, DISABLED)
255 self.configGUI(NORMAL, NORMAL, DISABLED, DISABLED,