Go up one levelGo to Previous Go to Next

Chooser

Chooser is a simple itcl widget for selecting items based on files with a given suffix in a given directory.

Example:

 
set w [Chooser .c \ 
   -title "The Chooser" \ 
   -dir . \ 
   -suffix .tcl \ 
   -files [glob ./*.tcl] \ 
   -command puts]

See Chooser(n) for more details.


Go up one levelGo to Previous Go to Next

Please send questions or comments to abrighto@eso.org.
Copyright © 1998 ESO - European Southern Observatory