Lines Matching refs:text
29 label .frame.$i.label -text [lindex $names $i] -anchor e
36 button .buttons.clear -text Clear
37 button .buttons.add -text Add
38 button .buttons.search -text Search
39 button .buttons.delete -text "Delete ..."
50 menubutton .menu.file -text "File" -menu .menu.file.m -underline 0
56 menubutton .menu.help -text "Help" -menu .menu.help.m -underline 0
112 .buttons.clear config -text "Clear Ctrl+C"
114 .buttons.add config -text "Add Ctrl+A"
116 .buttons.search config -text "Search Ctrl+S"
118 .buttons.delete config -text "Delete... Ctrl+D"
154 # Help text and commands follow: