HomeSort by relevance Sort by last modified time
    Searched refs:Chooser (Results 1 - 5 of 5) sorted by null

  /external/python/cpython2/Lib/lib-tk/
tkColorChooser.py 1 # tk common color chooser dialogue
26 # color chooser class
28 class Chooser(Dialog):
49 # to simplify application code, the color chooser returns
65 return Chooser(**options).show()
  /external/python/cpython3/Lib/tkinter/
colorchooser.py 1 # tk common color chooser dialogue
26 # color chooser class
28 class Chooser(Dialog):
49 # to simplify application code, the color chooser returns
65 return Chooser(**options).show()
  /external/python/cpython2/Tools/pynche/
pyColorChooser.py 1 """Color chooser implementing (almost) the tkColorColor interface
11 class Chooser:
86 _chooser = apply(Chooser, (), options)
  /external/python/cpython3/Tools/pynche/
pyColorChooser.py 1 """Color chooser implementing (almost) the tkColorColor interface
11 class Chooser:
86 _chooser = Chooser(**options)
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 

Completed in 4401 milliseconds