#include "clientlib.h"#include <string.h>#include <stdlib.h>#include <sys/types.h>#include <dirent.h>#include <sys/stat.h>#include <unistd.h>#include <errno.h>#include <ctype.h>Compounds | |
| struct | filenode |
| struct | filepickdata |
Defines | |
| #define | FILEMAX 512 |
| #define | NAMEMAX 80 |
| #define | FILETAG 0x19840713 |
Functions | |
| int | filepicker_filter (struct filepickdata *dat, const char *name, struct stat *st) |
| void | filepicker_fullpath (const char *file) |
| void | filepicker_setdir (struct filepickdata *dat) |
| int | filepicker_compare (const void *a, const void *b) |
| void | filepicker_pathmenu (struct filepickdata *dat) |
| const char * | pgFilePicker (pgfilter filefilter, const char *pattern, const char *deffile, int flags, const char *title) |
| Select a file to load or save. | |
Variables | |
| char | filepicker_dir [FILEMAX] |
| char | filepicker_buf [FILEMAX] |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||||||
|
Select a file to load or save.
|
|
|
|
|
|
|
1.3-rc3