Sidebar private Module data. More...
#include "module_data.h"
Collaboration diagram for SidebarModuleData:Data Fields | |
| struct Notify * | notify |
| Notifications. | |
| struct MenuDefinition * | md_sidebar |
| Sidebar Menu Definition. | |
| struct SubMenu * | sm_sidebar |
| Sidebar functions. | |
| struct ListHead | sidebar_pinned |
| List of mailboxes to always display in the sidebar. | |
Sidebar private Module data.
Definition at line 31 of file module_data.h.
| struct Notify* SidebarModuleData::notify |
Notifications.
Definition at line 33 of file module_data.h.
| struct MenuDefinition* SidebarModuleData::md_sidebar |
Sidebar Menu Definition.
Definition at line 34 of file module_data.h.
| struct SubMenu* SidebarModuleData::sm_sidebar |
Sidebar functions.
Definition at line 35 of file module_data.h.
| struct ListHead SidebarModuleData::sidebar_pinned |
List of mailboxes to always display in the sidebar.
Definition at line 36 of file module_data.h.