Lines Matching refs:configure
29 $w.text tag configure bold -font -*-Courier-Bold-O-Normal--*-120-*-*-*-*-*-*
30 $w.text tag configure big -font -*-Courier-Bold-R-Normal--*-140-*-*-*-*-*-*
31 $w.text tag configure verybig -font \
34 $w.text tag configure color1 -background #a0b7ce
35 $w.text tag configure color2 -foreground red
36 $w.text tag configure raised -relief raised -borderwidth 1
37 $w.text tag configure sunken -relief sunken -borderwidth 1
39 $w.text tag configure color1 -background black -foreground white
40 $w.text tag configure color2 -background black -foreground white
41 $w.text tag configure raised -background white -relief raised \
43 $w.text tag configure sunken -background white -relief sunken \
46 $w.text tag configure bgstipple -background black -borderwidth 0 \
48 $w.text tag configure fgstipple -fgstipple gray50
49 $w.text tag configure underline -underline on
50 $w.text tag configure overstrike -overstrike on
51 $w.text tag configure right -justify right
52 $w.text tag configure center -justify center
53 $w.text tag configure super -offset 4p \
55 $w.text tag configure sub -offset -2p \
57 $w.text tag configure margins -lmargin1 12m -lmargin2 6m -rmargin 10m
58 $w.text tag configure spacing -spacing1 10p -spacing2 2p \
66 or more ranges of characters within a text widget. You can configure