24 lines
368 B
Plaintext
24 lines
368 B
Plaintext
// $XConsortium: fileChooser.bil /main/2 1996/11/11 11:57:40 drk $
|
|
:bil-version 1 0
|
|
:module fileChooser
|
|
(
|
|
|
|
:element fchooser
|
|
(
|
|
:type :file-chooser
|
|
:x 611
|
|
:y 258
|
|
:label "tt_message_file_set"
|
|
:ok-label "Set"
|
|
:auto-dismiss :true
|
|
:file-type-mask :any
|
|
)
|
|
:connection
|
|
(
|
|
:from fchooser
|
|
:when :ok
|
|
:action-type :call-function
|
|
:action fileOkayed
|
|
)
|
|
)
|