Extended GEM function manuals fslx_open() fslx_close()
Programming guideline of WinDom

fslx_evnt()

NOM

fslx_evnt - handle the GEM events of the windowing file selector.

PROTOTYPAGE

     	int fslx_evnt( void *fsd, EVNT *events,
                        char *path, char *fname,
     			       int *button, int *nfiles,
                        int *sort_mode, char **pattern );
NOTES

This function is available when the bit AES4_FSLX of app.aes4 is set to 1. If possible, FselInput() uses this function to call the file selector.

SEE ALSO

FselInput(), fslx_do(), fslx_close(), fslx_open()