Home
last modified time | relevance | path

Searched refs:tag_configure (Results 1 – 25 of 147) sorted by relevance

123456

/dports/devel/thonny/thonny-3.3.14/thonny/
H A Drst_utils.py55 self.tag_configure("h1", font=h1_font, spacing3=5)
56 self.tag_configure("h2", font=h2_font, spacing3=5)
57 self.tag_configure("h3", font=h3_font, spacing3=5)
60 self.tag_configure("em", font=italic_font)
61 self.tag_configure("strong", font=bold_font)
67 self.tag_configure("a", **hyperlink_opts)
69 self.tag_configure("small", font=small_font)
70 self.tag_configure("light", foreground="gray")
71 self.tag_configure("remark", font=small_italic_font)
76 self.tag_configure("topic_body", lmargin1=16, lmargin2=16)
[all …]
H A Dassistance.py60 self.text.tag_configure(
66 self.text.tag_configure(
71 self.text.tag_configure("relevant_suggestion_title", font="BoldTkDefaultFont")
72 self.text.tag_configure("suggestion_title", lmargin2=16, spacing1=5, spacing3=5)
73 self.text.tag_configure("suggestion_body", lmargin1=16, lmargin2=16)
74 self.text.tag_configure("body", font="ItalicTkDefaultFont")
82 self.text.tag_configure("feedback_link", justify="right", font=italic_underline_font)
84 self.text.tag_configure("python_errors_link", justify="right", font=italic_underline_font)
423 self.tag_configure("h1", font=h1_font, spacing3=0, spacing1=10)
424 self.tag_configure("topic_title", font="TkDefaultFont")
[all …]
H A Dcodeview.py58 self.tag_configure(tag_name, **opts)
167 self._gutter.tag_configure("breakpoint", foreground="crimson")
172 self._gutter.tag_configure("spacer", font=spacer_font)
173 self._gutter.tag_configure("active", font="BoldEditorFont")
370 self._gutter.tag_configure("sel", background=background)
373 self._gutter.tag_configure("breakpoint", _syntax_options["breakpoint"])
/dports/lang/python37/Python-3.7.12/Lib/idlelib/
H A Dhelp.py181 self.tag_configure('em', font=(normalfont, 12, 'italic'))
182 self.tag_configure('h1', font=(normalfont, 20, 'bold'))
183 self.tag_configure('h2', font=(normalfont, 18, 'bold'))
184 self.tag_configure('h3', font=(normalfont, 15, 'bold'))
185 self.tag_configure('pre', font=(fixedfont, 12), background='#f6f6ff')
186 self.tag_configure('preblock', font=(fixedfont, 10), lmargin1=25,
188 self.tag_configure('l1', lmargin1=25, lmargin2=25)
189 self.tag_configure('l2', lmargin1=50, lmargin2=50)
190 self.tag_configure('l3', lmargin1=75, lmargin2=75)
191 self.tag_configure('l4', lmargin1=100, lmargin2=100)
/dports/lang/python27/Python-2.7.18/Lib/idlelib/
H A Dhelp.py171 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)
/dports/lang/python-legacy/Python-2.7.18/Lib/idlelib/
H A Dhelp.py171 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)
/dports/devel/thonny/thonny-3.3.14/thonny/plugins/
H A Dreplayer.py327 self.code_view.text.tag_configure("toplevel", font="EditorFont")
329 self.code_view.text.tag_configure("command", foreground="black")
330 self.code_view.text.tag_configure("version", foreground="DarkGray")
331 self.code_view.text.tag_configure("automagic", foreground="DarkGray")
332 self.code_view.text.tag_configure(
335 self.code_view.text.tag_configure("error", foreground="Red")
337 self.code_view.text.tag_configure(
340 self.code_view.text.tag_configure("stdin", foreground="Blue")
341 self.code_view.text.tag_configure("stdout", foreground="Black")
342 self.code_view.text.tag_configure("stderr", foreground="Red")
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/idlelib/
H A Dhelp.py181 self.tag_configure('em', font=(normalfont, 12, 'italic'))
182 self.tag_configure('h1', font=(normalfont, 20, 'bold'))
183 self.tag_configure('h2', font=(normalfont, 18, 'bold'))
184 self.tag_configure('h3', font=(normalfont, 15, 'bold'))
185 self.tag_configure('pre', font=(fixedfont, 12), background='#f6f6ff')
186 self.tag_configure('preblock', font=(fixedfont, 10), lmargin1=25,
188 self.tag_configure('l1', lmargin1=25, lmargin2=25)
189 self.tag_configure('l2', lmargin1=50, lmargin2=50)
190 self.tag_configure('l3', lmargin1=75, lmargin2=75)
191 self.tag_configure('l4', lmargin1=100, lmargin2=100)
/dports/lang/python310/Python-3.10.1/Lib/idlelib/
H A Dhelp.py181 self.tag_configure('em', font=(normalfont, 12, 'italic'))
182 self.tag_configure('h1', font=(normalfont, 20, 'bold'))
183 self.tag_configure('h2', font=(normalfont, 18, 'bold'))
184 self.tag_configure('h3', font=(normalfont, 15, 'bold'))
185 self.tag_configure('pre', font=(fixedfont, 12), background='#f6f6ff')
186 self.tag_configure('preblock', font=(fixedfont, 10), lmargin1=25,
188 self.tag_configure('l1', lmargin1=25, lmargin2=25)
189 self.tag_configure('l2', lmargin1=50, lmargin2=50)
190 self.tag_configure('l3', lmargin1=75, lmargin2=75)
191 self.tag_configure('l4', lmargin1=100, lmargin2=100)
/dports/lang/python311/Python-3.11.0a3/Lib/idlelib/
H A Dhelp.py181 self.tag_configure('em', font=(normalfont, 12, 'italic'))
182 self.tag_configure('h1', font=(normalfont, 20, 'bold'))
183 self.tag_configure('h2', font=(normalfont, 18, 'bold'))
184 self.tag_configure('h3', font=(normalfont, 15, 'bold'))
185 self.tag_configure('pre', font=(fixedfont, 12), background='#f6f6ff')
186 self.tag_configure('preblock', font=(fixedfont, 10), lmargin1=25,
188 self.tag_configure('l1', lmargin1=25, lmargin2=25)
189 self.tag_configure('l2', lmargin1=50, lmargin2=50)
190 self.tag_configure('l3', lmargin1=75, lmargin2=75)
191 self.tag_configure('l4', lmargin1=100, lmargin2=100)
/dports/lang/python-tools/Python-3.8.12/Lib/idlelib/
H A Dhelp.py181 self.tag_configure('em', font=(normalfont, 12, 'italic'))
182 self.tag_configure('h1', font=(normalfont, 20, 'bold'))
183 self.tag_configure('h2', font=(normalfont, 18, 'bold'))
184 self.tag_configure('h3', font=(normalfont, 15, 'bold'))
185 self.tag_configure('pre', font=(fixedfont, 12), background='#f6f6ff')
186 self.tag_configure('preblock', font=(fixedfont, 10), lmargin1=25,
188 self.tag_configure('l1', lmargin1=25, lmargin2=25)
189 self.tag_configure('l2', lmargin1=50, lmargin2=50)
190 self.tag_configure('l3', lmargin1=75, lmargin2=75)
191 self.tag_configure('l4', lmargin1=100, lmargin2=100)
/dports/lang/python39/Python-3.9.9/Lib/idlelib/
H A Dhelp.py181 self.tag_configure('em', font=(normalfont, 12, 'italic'))
182 self.tag_configure('h1', font=(normalfont, 20, 'bold'))
183 self.tag_configure('h2', font=(normalfont, 18, 'bold'))
184 self.tag_configure('h3', font=(normalfont, 15, 'bold'))
185 self.tag_configure('pre', font=(fixedfont, 12), background='#f6f6ff')
186 self.tag_configure('preblock', font=(fixedfont, 10), lmargin1=25,
188 self.tag_configure('l1', lmargin1=25, lmargin2=25)
189 self.tag_configure('l2', lmargin1=50, lmargin2=50)
190 self.tag_configure('l3', lmargin1=75, lmargin2=75)
191 self.tag_configure('l4', lmargin1=100, lmargin2=100)
/dports/lang/python38/Python-3.8.12/Lib/idlelib/
H A Dhelp.py181 self.tag_configure('em', font=(normalfont, 12, 'italic'))
182 self.tag_configure('h1', font=(normalfont, 20, 'bold'))
183 self.tag_configure('h2', font=(normalfont, 18, 'bold'))
184 self.tag_configure('h3', font=(normalfont, 15, 'bold'))
185 self.tag_configure('pre', font=(fixedfont, 12), background='#f6f6ff')
186 self.tag_configure('preblock', font=(fixedfont, 10), lmargin1=25,
188 self.tag_configure('l1', lmargin1=25, lmargin2=25)
189 self.tag_configure('l2', lmargin1=50, lmargin2=50)
190 self.tag_configure('l3', lmargin1=75, lmargin2=75)
191 self.tag_configure('l4', lmargin1=100, lmargin2=100)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/idlelib/
H A Dhelp.py181 self.tag_configure('em', font=(normalfont, 12, 'italic'))
182 self.tag_configure('h1', font=(normalfont, 20, 'bold'))
183 self.tag_configure('h2', font=(normalfont, 18, 'bold'))
184 self.tag_configure('h3', font=(normalfont, 15, 'bold'))
185 self.tag_configure('pre', font=(fixedfont, 12), background='#f6f6ff')
186 self.tag_configure('preblock', font=(fixedfont, 10), lmargin1=25,
188 self.tag_configure('l1', lmargin1=25, lmargin2=25)
189 self.tag_configure('l2', lmargin1=50, lmargin2=50)
190 self.tag_configure('l3', lmargin1=75, lmargin2=75)
191 self.tag_configure('l4', lmargin1=100, lmargin2=100)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/idlelib/
H A Dhelp.py181 self.tag_configure('em', font=(normalfont, 12, 'italic'))
182 self.tag_configure('h1', font=(normalfont, 20, 'bold'))
183 self.tag_configure('h2', font=(normalfont, 18, 'bold'))
184 self.tag_configure('h3', font=(normalfont, 15, 'bold'))
185 self.tag_configure('pre', font=(fixedfont, 12), background='#f6f6ff')
186 self.tag_configure('preblock', font=(fixedfont, 10), lmargin1=25,
188 self.tag_configure('l1', lmargin1=25, lmargin2=25)
189 self.tag_configure('l2', lmargin1=50, lmargin2=50)
190 self.tag_configure('l3', lmargin1=75, lmargin2=75)
191 self.tag_configure('l4', lmargin1=100, lmargin2=100)
/dports/astro/py-ro/RO-3.6.9/python/RO/Wdg/
H A DLogWdg.py133 self.text.tag_configure(_AllTextTag)
142 self.text.tag_configure(sevTag)
468 self.text.tag_configure(tag, elide=False)
470 self.text.tag_configure(_AllTextTag, elide="")
479 self.text.tag_configure(tag, elide=True)
481 self.text.tag_configure(tag, elide=False)
483 self.text.tag_configure(tag, elide="")
492 self.text.tag_configure(_AllTextTag, elide=False)
494 self.text.tag_configure(tag, elide="")
496 self.text.tag_configure(tag, elide=True)
[all …]
/dports/net/pjsip/pjproject-2.11.1/pjsip-apps/src/pygui/
H A Dlog.py92 self.text.tag_configure('normal', font=('Courier New', '8'), foreground='black')
93 self.text.tag_configure('trace', font=('Courier New', '8'), foreground='#777777')
94 self.text.tag_configure('info', font=('Courier New', '8', 'bold'), foreground='black')
95 self.text.tag_configure('warning', font=('Courier New', '8', 'bold'), foreground='cyan')
96 self.text.tag_configure('error', font=('Courier New', '8', 'bold'), foreground='red')
/dports/cad/netgen-lvs/netgen-1.5.211/python/
H A Dconsoletext.py40 self.tag_configure('stdout',background='white',foreground='black')
41 self.tag_configure('stderr',background='white',foreground='red')
44 self.tag_configure('sel',background='blue',foreground='white')
H A Dtreeviewsplit.py53 self.treeView.tag_configure('select',background='darkslategray',foreground='white')
56 … self.treeView.tag_configure('error', font=('Helvetica', self.fontsize - 1), foreground = 'red')
57 … self.treeView.tag_configure('clean', font=('Helvetica', self.fontsize - 1), foreground = 'green3')
58 … self.treeView.tag_configure('normal', font=('Helvetica', self.fontsize - 1), foreground = 'black')
59 self.treeView.tag_configure('prep', font=('Helvetica', self.fontsize, 'bold italic'),
61 self.treeView.tag_configure('header1', font=('Helvetica', self.fontsize, 'bold italic'),
63 self.treeView.tag_configure('header2', font=('Helvetica', self.fontsize - 1, 'bold'),
65 self.treeView.tag_configure('header3', font=('Helvetica', self.fontsize - 1, 'italic'),
67 self.treeView.tag_configure('header4', font=('Helvetica', self.fontsize - 1),
/dports/cad/qflow/qflow-1.4.98/scripts/
H A Dconsoletext.py.in40 self.tag_configure('stdout',background='white',foreground='black')
41 self.tag_configure('stderr',background='white',foreground='red')
44 self.tag_configure('sel',background='blue',foreground='white')
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_1_3_3/tests/
H A DTkinter_test.py263 (c.tag_configure, 'bold', {'font': Test.font['variable']}),
264 (c.tag_configure, 'green', {'background': 'seagreen1'}),
265 (c.tag_configure, 'overstrike', {'overstrike': 1}),
266 (c.tag_configure, 'raised',
268 (c.tag_configure, 'underline', {'underline': 1}),
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_2_0_1/tests/
H A DTkinter_test.py263 (c.tag_configure, 'bold', {'font': Test.font['variable']}),
264 (c.tag_configure, 'green', {'background': 'seagreen1'}),
265 (c.tag_configure, 'overstrike', {'overstrike': 1}),
266 (c.tag_configure, 'raised',
268 (c.tag_configure, 'underline', {'underline': 1}),
/dports/databases/py-sqlite3/Python-3.8.12/Tools/demo/
H A Dredemo.py53 self.stringdisplay.tag_configure("hit", background="yellow")
126 self.stringdisplay.tag_configure("hit", background="yellow")
127 self.stringdisplay.tag_configure("hit0", background="orange")
/dports/databases/py-gdbm/Python-3.8.12/Tools/demo/
H A Dredemo.py53 self.stringdisplay.tag_configure("hit", background="yellow")
126 self.stringdisplay.tag_configure("hit", background="yellow")
127 self.stringdisplay.tag_configure("hit0", background="orange")
/dports/lang/python-tools/Python-3.8.12/Tools/demo/
H A Dredemo.py53 self.stringdisplay.tag_configure("hit", background="yellow")
126 self.stringdisplay.tag_configure("hit", background="yellow")
127 self.stringdisplay.tag_configure("hit0", background="orange")

123456