NeoMutt  2025-12-11-911-gd8d604
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
functions.h
Go to the documentation of this file.
1
22
23#ifndef MUTT_FUNCTIONS_H
24#define MUTT_FUNCTIONS_H
25
26struct NeoMutt;
27
28struct SubMenu *generic_init_keys(struct NeoMutt *n);
29
32
33#define MdGeneric (gui_get_generic_menu_definition())
34#define MdDialog (gui_get_dialog_menu_definition())
35
36#endif /* MUTT_FUNCTIONS_H */
struct SubMenu * generic_init_keys(struct NeoMutt *n)
Initialise the Generic Keybindings.
Definition functions.c:168
struct MenuDefinition * gui_get_generic_menu_definition(void)
Get the Generic Menu Definition.
Definition functions.c:201
struct MenuDefinition * gui_get_dialog_menu_definition(void)
Get the Dialog Menu Definition.
Definition functions.c:213
Functions for a Dialog or Window.
Definition menu.h:77
Container for Accounts, Notifications.
Definition neomutt.h:41
Collection of related functions.
Definition menu.h:65