![]() |
libxputty 0.1
|
#include <xfile-dialog.h>
Data Fields | |
Widget_t * | w |
char * | last_path |
const char * | path |
const char * | filter |
bool | is_active |
char | pad [7] |
Definition at line 61 of file xfile-dialog.h.
const char* filter |
Definition at line 65 of file xfile-dialog.h.
Referenced by add_directory_button(), add_file_button(), and add_save_file_button().
bool is_active |
Definition at line 66 of file xfile-dialog.h.
Referenced by add_directory_button(), add_file_button(), and add_save_file_button().
char* last_path |
Definition at line 63 of file xfile-dialog.h.
Referenced by add_directory_button(), add_file_button(), and add_save_file_button().
char pad[7] |
Definition at line 67 of file xfile-dialog.h.
const char* path |
Definition at line 64 of file xfile-dialog.h.
Referenced by add_directory_button(), add_file_button(), and add_save_file_button().
Widget_t* w |
Definition at line 62 of file xfile-dialog.h.
Referenced by add_directory_button(), add_file_button(), and add_save_file_button().