HomeSort by relevance Sort by last modified time
    Searched refs:tag_configure (Results 1 - 25 of 37) sorted by null

1 2

  /external/python/cpython2/Lib/idlelib/
help.py 171 self.tag_configure('em', font=(normalfont, 12, 'italic'))
172 self.tag_configure('h1', font=(normalfont, 20, 'bold'))
173 self.tag_configure('h2', font=(normalfont, 18, 'bold'))
174 self.tag_configure('h3', font=(normalfont, 15, 'bold'))
175 self.tag_configure('pre', font=(fixedfont, 12), background='#f6f6ff')
176 self.tag_configure('preblock', font=(fixedfont, 10), lmargin1=25,
178 self.tag_configure('l1', lmargin1=25, lmargin2=25)
179 self.tag_configure('l2', lmargin1=50, lmargin2=50)
180 self.tag_configure('l3', lmargin1=75, lmargin2=75)
181 self.tag_configure('l4', lmargin1=100, lmargin2=100
    [all...]
OutputWindow.py 147 text.tag_configure(tag, **cnf)
ColorDelegator.py 61 self.tag_configure(tag, **cnf)
  /external/python/cpython3/Lib/idlelib/
help.py 166 self.tag_configure('em', font=(normalfont, 12, 'italic'))
167 self.tag_configure('h1', font=(normalfont, 20, 'bold'))
168 self.tag_configure('h2', font=(normalfont, 18, 'bold'))
169 self.tag_configure('h3', font=(normalfont, 15, 'bold'))
170 self.tag_configure('pre', font=(fixedfont, 12), background='#f6f6ff')
171 self.tag_configure('preblock', font=(fixedfont, 10), lmargin1=25,
173 self.tag_configure('l1', lmargin1=25, lmargin2=25)
174 self.tag_configure('l2', lmargin1=50, lmargin2=50)
175 self.tag_configure('l3', lmargin1=75, lmargin2=75)
176 self.tag_configure('l4', lmargin1=100, lmargin2=100
    [all...]
outwin.py 145 text.tag_configure(tag, **cnf)
colorizer.py 79 self.tag_configure(tag, **cnf)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
redemo.py 51 self.stringdisplay.tag_configure("hit", background="yellow")
126 self.stringdisplay.tag_configure("hit", background="yellow")
127 self.stringdisplay.tag_configure("hit0", background="orange")
  /external/python/cpython2/Tools/scripts/
redemo.py 52 self.stringdisplay.tag_configure("hit", background="yellow")
127 self.stringdisplay.tag_configure("hit", background="yellow")
128 self.stringdisplay.tag_configure("hit0", background="orange")
  /external/python/cpython3/Tools/demo/
redemo.py 53 self.stringdisplay.tag_configure("hit", background="yellow")
128 self.stringdisplay.tag_configure("hit", background="yellow")
129 self.stringdisplay.tag_configure("hit0", background="orange")
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
OutputWindow.py 147 text.tag_configure(tag, **cnf)
ColorDelegator.py 61 self.tag_configure(tag, **cnf)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
OutputWindow.py 147 text.tag_configure(tag, **cnf)
ColorDelegator.py 61 self.tag_configure(tag, **cnf)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
OutputWindow.py 147 text.tag_configure(tag, **cnf)
ColorDelegator.py 61 self.tag_configure(tag, **cnf)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
OutputWindow.py 147 text.tag_configure(tag, **cnf)
ColorDelegator.py 61 self.tag_configure(tag, **cnf)
  /external/python/cpython2/Lib/lib-tk/test/test_ttk/
test_widgets.py     [all...]
  /external/python/cpython3/Lib/tkinter/test/test_ttk/
test_widgets.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py     [all...]
  /external/python/cpython2/Demo/tkinter/ttk/
ttkcalendar.py 109 self._calendar.tag_configure('header', background='grey90')
  /system/extras/simpleperf/scripts/
report.py 225 tree.tag_configure('set_font', font=font)

Completed in 558 milliseconds

1 2