Home
last modified time | relevance | path

Searched refs:RAISED (Results 1 – 25 of 47) sorted by relevance

12

/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
DHolidayBorderPanel.java40 public final static int RAISED = 1; field in HolidayBorderPanel
144 case RAISED: thickness = DEFAULT_RAISED_THICKNESS; break; in HolidayBorderPanel()
382 case RAISED: // 3D Border (in or out) in paint()
388 if (style == RAISED) { in paint()
508 case RAISED: str.append("RAISED"); break; in toString()
/external/python/cpython2/Tools/pynche/
DChipViewer.py36 self.__chip = Frame(master, relief=RAISED, borderwidth=2,
76 self.__chip.configure(relief=RAISED)
83 self.__frame = Frame(master, relief=RAISED, borderwidth=1)
/external/python/cpython2/Demo/tkinter/guido/
Ddialog.py20 top = Frame(w, relief=RAISED, borderwidth=1)
22 bot = Frame(w, relief=RAISED, borderwidth=1)
Drmt.py22 mBar = Frame(root, relief=RAISED, borderwidth=2)
29 t = Text(f, relief=RAISED, borderwidth=2, yscrollcommand=s.set, setgrid=1)
Dkill.py53 self.bar = Frame(self, name='bar', relief=RAISED,
71 self.frame = Frame(self, relief=RAISED, borderwidth=2)
Dsvkill.py66 self.bar = Frame(self, name='bar', relief=RAISED,
95 self.frame = Frame(self, relief=RAISED, borderwidth=2)
DAttrDialog.py58 relief=RAISED,
68 relief=RAISED, borderwidth=2)
328 'Relief': (RAISED, SUNKEN, FLAT, RIDGE, GROOVE),
/external/python/cpython2/Lib/idlelib/
Dtabbedpages.py189 Frame.__init__(self, tab_row, borderwidth=self.bw, relief=RAISED)
238 relief=RAISED)
246 relief=RAISED)
314 self.frame = Frame(page_set, borderwidth=2, relief=RAISED)
/external/python/cpython2/Tools/webchecker/
Dwcgui.py224 self.__start.config(state=NORMAL, relief=RAISED)
225 self.__stop.config(state=DISABLED, relief=RAISED)
226 self.__step.config(state=NORMAL, relief=RAISED)
408 self.topframe = Frame(self.frame, borderwidth=2, relief=RAISED)
426 label = Label(panel, text=name, borderwidth=2, relief=RAISED, anchor=W)
/external/python/cpython2/Demo/tix/samples/
DBtnBox.py23 top = Tix.Label(w, padx=20, pady=10, bd=1, relief=Tix.RAISED,
DPopMenu.py22 top = Tix.Frame(w, relief=Tix.RAISED, bd=1)
DOptMenu.py27 top = Tix.Frame(w, bd=1, relief=Tix.RAISED)
DTree.py20 top = Tix.Frame(w, relief=Tix.RAISED, bd=1)
DSHList1.py36 top = Tix.Frame( w, relief=Tix.RAISED, bd=1)
DComboBox.py21 top = Tix.Frame(w, bd=1, relief=Tix.RAISED)
DDirTree.py43 top = Tix.Frame( w, relief=RAISED, bd=1)
DControl.py44 top = Tix.Frame(w, bd=1, relief=Tix.RAISED)
DDirList.py43 top = Tix.Frame( w, relief=RAISED, bd=1)
DSHList2.py39 top = Tix.Frame( w, relief=Tix.RAISED, bd=1)
/external/python/cpython2/Lib/lib-tk/
DTkconstants.py34 RAISED='raised' variable
/external/python/cpython2/Demo/tkinter/matt/
Dmenu-simple.py99 mBar = Frame(root, relief=RAISED, borderwidth=2)
Dtwo-radio-groups.py88 mBar = Frame(root, relief=RAISED, borderwidth=2)
Dmenu-all-types-of-entries.py227 mBar = Frame(root, relief=RAISED, borderwidth=2)
/external/python/cpython2/Tools/audiopy/
Daudiopy100 frame = Frame(root, bd=1, relief=RAISED)
163 frame = Frame(root, bd=1, relief=RAISED)
222 frame = Frame(root, bd=1, relief=RAISED)
/external/python/cpython2/Demo/tix/
Dtixwidgets.py59 w = Tix.Frame(top, bd=2, relief=RAISED)
107 w = Tix.Frame(top, relief=Tix.RAISED, bd=1)
448 bar = Tix.Frame(w, bd=2, relief=Tix.RAISED)
511 relief=Tix.RAISED,
554 relief=Tix.RAISED,
596 relief=Tix.RAISED,
754 box = Tix.ExFileSelectBox(w, bd=2, relief=Tix.RAISED)

12