Searched refs:mkTextConfig (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/library/demos/
H A Dctext.tcl56 proc mkTextConfig {w x y option value color} { procedure
66 mkTextConfig $c $x $y -anchor se $color
67 mkTextConfig $c [expr $x+30] [expr $y] -anchor s $color
68 mkTextConfig $c [expr $x+60] [expr $y] -anchor sw $color
69 mkTextConfig $c [expr $x] [expr $y+30] -anchor e $color
70 mkTextConfig $c [expr $x+30] [expr $y+30] -anchor center $color
71 mkTextConfig $c [expr $x+60] [expr $y+30] -anchor w $color
72 mkTextConfig $c [expr $x] [expr $y+60] -anchor ne $color
73 mkTextConfig $c [expr $x+30] [expr $y+60] -anchor n $color
74 mkTextConfig
[all...]

Completed in 8 milliseconds