Fixes for componentized Pagedform
[tcl-tlc.git] / examples / test_fileselectbox.itk
blobf8ce220003528f0b3567fe4dd606763eda591bf7
1 #!/tcl8.4/bin/wish8.4
3 source "boilerplate.tcl"
5 Form .form -schema {
6         "Filename"      {filename fileselect}
9 table . -pady 5 -padx 5 \
10                 .form           1,1 -fill both