NeoMutt
2025-12-11-911-gd8d604
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
module_data.h
Go to the documentation of this file.
1
22
23
#ifndef MUTT_COMPOSE_MODULE_DATA_H
24
#define MUTT_COMPOSE_MODULE_DATA_H
25
29
struct
ComposeModuleData
30
{
31
struct
Notify
*
notify
;
32
struct
MenuDefinition
*
md_compose
;
33
};
34
35
#endif
/* MUTT_COMPOSE_MODULE_DATA_H */
ComposeModuleData
Compose private Module data.
Definition
module_data.h:30
ComposeModuleData::notify
struct Notify * notify
Notifications.
Definition
module_data.h:31
ComposeModuleData::md_compose
struct MenuDefinition * md_compose
Compose Menu Definition.
Definition
module_data.h:32
MenuDefinition
Functions for a Dialog or Window.
Definition
menu.h:77
Notify
Notification API.
Definition
notify.c:53