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_EDITOR_MODULE_DATA_H
24#define MUTT_EDITOR_MODULE_DATA_H
25
35
36#endif /* MUTT_EDITOR_MODULE_DATA_H */
Editor private Module data.
Definition module_data.h:30
struct SubMenu * sm_editor
Editor functions.
Definition module_data.h:33
struct MenuDefinition * md_editor
Editor Menu Definition.
Definition module_data.h:32
struct Notify * notify
Notifications.
Definition module_data.h:31
Functions for a Dialog or Window.
Definition menu.h:77
Notification API.
Definition notify.c:53
Collection of related functions.
Definition menu.h:65