Chooser is a simple itcl widget for selecting items based on files with a given suffix in a given directory.
set w [Chooser .c \ -title "The Chooser" \ -dir . \ -suffix .tcl \ -files [glob ./*.tcl] \ -command puts]
See Chooser(n) for more details.
Please send questions or comments to abrighto@eso.org.
Copyright © 1998 ESO - European Southern Observatory