Searched refs:textInsert (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libtk/library/demos/ | ||
H A D | ctext.tcl | 46 $c bind text <KeyPress> "textInsert $c %A" 47 $c bind text <Return> "textInsert $c \\n" 104 proc textInsert {w string} { procedure |
Completed in 9 milliseconds