Searched defs:relief (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Demo/tix/
H A Dtixwidgets.py59 w = Tix.Frame(top, bd=2, relief=RAISED)
107 w = Tix.Frame(top, relief=Tix.RAISED, bd=1)
108 demo.statusbar = Tix.Label(w, relief=Tix.SUNKEN, bd=1)
195 w = Tix.Frame(top, bd=2, relief=Tix.GROOVE)
420 relief=Tix.FLAT, width=240, anchor=Tix.N,
432 relief=Tix.FLAT, width=240, anchor=Tix.N,
446 relief=Tix.FLAT, width=240, anchor=Tix.N,
448 bar = Tix.Frame(w, bd=2, relief=Tix.RAISED)
469 relief=Tix.FLAT, width=240, anchor=Tix.N,
497 relief
596 relief=Tix.RAISED, variable
[all...]

Completed in 153 milliseconds