GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
A file dialog options. More...
#include <gp_dialog_file.h>
Data Fields | |
enum gp_dialog_file_open_flags | flags |
const char *const * | ext_hints |
A file dialog options.
Definition at line 35 of file gp_dialog_file.h.
const char* const* gp_dialog_file_opts::ext_hints |
Hints for file extensions
Definition at line 39 of file gp_dialog_file.h.
enum gp_dialog_file_open_flags gp_dialog_file_opts::flags |
Used by file open dialog, do we want to open file/directory or both
Definition at line 37 of file gp_dialog_file.h.