I need auto completion in my combobox. In the following code, if I type T, only Tennessee and Texas should be displayed while typing Tex should completely fill it with Texas.
ttk::combobox .c -values [list Alabama Alaska Arizona Arkansas \
California Colorado Tennessee Texas]
pack .c -padx 10 -pady 10
Have a look at:
http://wiki.tcl.tk/15780