File Selection Widgets
Widgets for selecting files and directories.
Motif and MS Windows look and feel.
Motif style file selection dialog:
tixFileSelectDialog .dialog \
-command LoadFile
.dialog popup
...
proc LoadFile {filename} {
set fd [open $filename ...]
}