fileChooser.bil 368 B

1234567891011121314151617181920212223
  1. // $XConsortium: fileChooser.bil /main/2 1996/11/11 11:57:40 drk $
  2. :bil-version 1 0
  3. :module fileChooser
  4. (
  5. :element fchooser
  6. (
  7. :type :file-chooser
  8. :x 611
  9. :y 258
  10. :label "tt_message_file_set"
  11. :ok-label "Set"
  12. :auto-dismiss :true
  13. :file-type-mask :any
  14. )
  15. :connection
  16. (
  17. :from fchooser
  18. :when :ok
  19. :action-type :call-function
  20. :action fileOkayed
  21. )
  22. )