NeoMutt  2025-12-11-911-gd8d604
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
GuiModuleData Struct Reference

Gui private Module data. More...

#include "module_data.h"

+ Collaboration diagram for GuiModuleData:

Data Fields

struct Notifynotify
 Notifications.
 
struct MenuDefinitionmd_generic
 Generic Menu Definition.
 
struct MenuDefinitionmd_dialog
 Dialog Menu Definition.
 
struct SubMenusm_generic
 Generic functions.
 
struct SubMenusm_dialog
 Dialog functions.
 
struct MuttWindowall_dialogs_window
 Parent of all Dialogs.
 
struct MuttWindowbottom_bar
 Bottom Bar Container Window.
 
struct MuttWindowmessage_container
 Message Container Window.
 
struct MuttWindowroot_window
 Parent of all Windows.
 
struct MuttWindowutility_window
 Utility Window.
 
bool ts_supported
 Terminal Setting is supported.
 

Detailed Description

Gui private Module data.

Definition at line 31 of file module_data.h.

Field Documentation

◆ notify

struct Notify* GuiModuleData::notify

Notifications.

Definition at line 33 of file module_data.h.

◆ md_generic

struct MenuDefinition* GuiModuleData::md_generic

Generic Menu Definition.

Definition at line 34 of file module_data.h.

◆ md_dialog

struct MenuDefinition* GuiModuleData::md_dialog

Dialog Menu Definition.

Definition at line 35 of file module_data.h.

◆ sm_generic

struct SubMenu* GuiModuleData::sm_generic

Generic functions.

Definition at line 36 of file module_data.h.

◆ sm_dialog

struct SubMenu* GuiModuleData::sm_dialog

Dialog functions.

Definition at line 37 of file module_data.h.

◆ all_dialogs_window

struct MuttWindow* GuiModuleData::all_dialogs_window

Parent of all Dialogs.

Definition at line 38 of file module_data.h.

◆ bottom_bar

struct MuttWindow* GuiModuleData::bottom_bar

Bottom Bar Container Window.

Definition at line 39 of file module_data.h.

◆ message_container

struct MuttWindow* GuiModuleData::message_container

Message Container Window.

Definition at line 40 of file module_data.h.

◆ root_window

struct MuttWindow* GuiModuleData::root_window

Parent of all Windows.

Definition at line 41 of file module_data.h.

◆ utility_window

struct MuttWindow* GuiModuleData::utility_window

Utility Window.

Definition at line 42 of file module_data.h.

◆ ts_supported

bool GuiModuleData::ts_supported

Terminal Setting is supported.

Definition at line 43 of file module_data.h.


The documentation for this struct was generated from the following file: