![]() |
libxputty 0.1
|
#include <xfilepicker.h>
Data Fields | |
char * | filter |
char * | path |
char * | selected_file |
char ** | file_names |
char ** | dir_names |
unsigned int | file_counter |
unsigned int | dir_counter |
int | use_filter |
bool | show_hidden |
char | pad [3] |
Definition at line 63 of file xfilepicker.h.
unsigned int dir_counter |
Definition at line 70 of file xfilepicker.h.
Referenced by add_root_directory(), and fp_init().
char** dir_names |
Definition at line 68 of file xfilepicker.h.
Referenced by add_root_directory(), fp_get_files(), and fp_init().
unsigned int file_counter |
Definition at line 69 of file xfilepicker.h.
Referenced by fp_get_files(), and fp_init().
char** file_names |
Definition at line 67 of file xfilepicker.h.
Referenced by fp_get_files(), and fp_init().
char* filter |
Definition at line 64 of file xfilepicker.h.
char pad[3] |
Definition at line 73 of file xfilepicker.h.
char* path |
Definition at line 65 of file xfilepicker.h.
Referenced by fp_free(), fp_init(), open_directory_dialog(), open_file_dialog(), and save_file_dialog().
char* selected_file |
Definition at line 66 of file xfilepicker.h.
bool show_hidden |
Definition at line 72 of file xfilepicker.h.
Referenced by fp_init().
int use_filter |
Definition at line 71 of file xfilepicker.h.
Referenced by fp_init().