|
|
struct { |
| E_Fm2_View_Mode mode |
| |
| Eina_Bool open_dirs_in_place: 1 |
| |
| Eina_Bool selector: 1 |
| |
| Eina_Bool single_click: 1 |
| |
| Eina_Bool no_subdir_jump: 1 |
| |
| Eina_Bool no_subdir_drop: 1 |
| |
| Eina_Bool always_order: 1 |
| |
| Eina_Bool link_drop: 1 |
| |
| Eina_Bool fit_custom_pos: 1 |
| |
| Eina_Bool no_typebuf_set: 1 |
| |
| Eina_Bool no_click_rename: 1 |
| |
| unsigned int single_click_delay |
| |
| } | view |
| |
|
struct { |
| struct { |
| int w |
| |
| int h |
| |
| } icon |
| |
| struct { |
| int w |
| |
| int h |
| |
| } list |
| |
| struct { |
| unsigned char w |
| |
| unsigned char h |
| |
| } fixed |
| |
| struct { |
| Eina_Bool show: 1 |
| |
| } extension |
| |
| const char * key_hint |
| |
| unsigned int max_thumb_size |
| |
| } | icon |
| |
|
struct { |
| struct { |
| Eina_Bool no_case: 1 |
| |
| Eina_Bool size: 1 |
| |
| Eina_Bool extension: 1 |
| |
| Eina_Bool mtime: 1 |
| |
| struct { |
| Eina_Bool first: 1 |
| |
| Eina_Bool last: 1 |
| |
| } dirs |
| |
| } sort |
| |
| } | list |
| |
|
struct { |
| Eina_Bool single: 1 |
| |
| Eina_Bool windows_modifiers: 1 |
| |
| } | selection |
| |
|
struct { |
| const char * background |
| |
| const char * frame |
| |
| const char * icons |
| |
| Eina_Bool fixed: 1 |
| |
| } | theme |
| |
|
Eina_Bool | secure_rm: 1 |
| |