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

  /external/python/cpython2/Lib/lib-tk/
Tkconstants.py 37 RIDGE='ridge'
SimpleDialog.py 32 b.config(relief=RIDGE, borderwidth=8)
  /external/python/cpython3/Lib/tkinter/
constants.py 37 RIDGE='ridge'
simpledialog.py 56 b.config(relief=RIDGE, borderwidth=8)
  /external/python/cpython2/Demo/turtle/
turtleDemo.py 79 relief=RIDGE)
  /external/python/cpython3/Lib/turtledemo/
__main__.py 173 relief=RIDGE)
  /external/python/cpython2/Demo/tkinter/guido/
AttrDialog.py 328 'Relief': (RAISED, SUNKEN, FLAT, RIDGE, GROOVE),

Completed in 179 milliseconds