Browser private Module data. More...
#include "module_data.h"
Collaboration diagram for BrowserModuleData:Data Fields | |
| struct Notify * | notify |
| Notifications. | |
| struct MenuDefinition * | menu_browser |
| Browser menu definition. | |
| struct Buffer | last_dir |
| Browser: previous selected directory. | |
| struct Buffer | last_dir_backup |
| Browser: backup copy of the current directory. | |
Browser private Module data.
Definition at line 31 of file module_data.h.
| struct Notify* BrowserModuleData::notify |
Notifications.
Definition at line 33 of file module_data.h.
| struct MenuDefinition* BrowserModuleData::menu_browser |
Browser menu definition.
Definition at line 34 of file module_data.h.
| struct Buffer BrowserModuleData::last_dir |
Browser: previous selected directory.
Definition at line 35 of file module_data.h.
| struct Buffer BrowserModuleData::last_dir_backup |
Browser: backup copy of the current directory.
Definition at line 36 of file module_data.h.