Gui private Module data. More...
#include "module_data.h"
Collaboration diagram for GuiModuleData:Data Fields | |
| struct Notify * | notify |
| Notifications. | |
| struct MenuDefinition * | md_generic |
| Generic Menu Definition. | |
| struct MenuDefinition * | md_dialog |
| Dialog Menu Definition. | |
| struct SubMenu * | sm_generic |
| Generic functions. | |
| struct SubMenu * | sm_dialog |
| Dialog functions. | |
| struct MuttWindow * | all_dialogs_window |
| Parent of all Dialogs. | |
| struct MuttWindow * | bottom_bar |
| Bottom Bar Container Window. | |
| struct MuttWindow * | message_container |
| Message Container Window. | |
| struct MuttWindow * | root_window |
| Parent of all Windows. | |
| struct MuttWindow * | utility_window |
| Utility Window. | |
| bool | ts_supported |
| Terminal Setting is supported. | |
Gui private Module data.
Definition at line 31 of file module_data.h.
| struct Notify* GuiModuleData::notify |
Notifications.
Definition at line 33 of file module_data.h.
| struct MenuDefinition* GuiModuleData::md_generic |
Generic Menu Definition.
Definition at line 34 of file module_data.h.
| struct MenuDefinition* GuiModuleData::md_dialog |
Dialog Menu Definition.
Definition at line 35 of file module_data.h.
| struct SubMenu* GuiModuleData::sm_generic |
Generic functions.
Definition at line 36 of file module_data.h.
| struct SubMenu* GuiModuleData::sm_dialog |
Dialog functions.
Definition at line 37 of file module_data.h.
| struct MuttWindow* GuiModuleData::all_dialogs_window |
Parent of all Dialogs.
Definition at line 38 of file module_data.h.
| struct MuttWindow* GuiModuleData::bottom_bar |
Bottom Bar Container Window.
Definition at line 39 of file module_data.h.
| struct MuttWindow* GuiModuleData::message_container |
Message Container Window.
Definition at line 40 of file module_data.h.
| struct MuttWindow* GuiModuleData::root_window |
Parent of all Windows.
Definition at line 41 of file module_data.h.
| struct MuttWindow* GuiModuleData::utility_window |
Utility Window.
Definition at line 42 of file module_data.h.
| bool GuiModuleData::ts_supported |
Terminal Setting is supported.
Definition at line 43 of file module_data.h.