default: 1
SelHook routines return 0 to reject the selection and allow the user to reselect, and any other value to accept the selection. If a SelHook routine returns non-zero, the FileDialog will immediately be withdrawn, and the file will be returned to the caller.
There may be only one SelHook routine active at any time. Configuring the SelHook routine replaces any existing SelHook routine. Configuring the SelHook routine with 0 removes the SelHook routine. The default SelHook routine is undef.
-FileLBCaption The Caption above the File List Box. The default is 'Files'.
-FileEntryLabel The label to the left of the File Entry. The Default is 'Filename:'.
-PathEntryLabel The label to the left of the Path Entry. The default is 'Pathname:'.
-FltEntryLabel The label to the left of the Filter entry. The default is 'Filter:'.
-ShowAllLabel The text of the Show All Checkbutton. The default is 'Show All'.
-CancelButtonLabel The text for the Cancel button. The default is 'Cancel'.
powers@ml.com
This code may be distributed under the same conditions as Perl itself.