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_PAGER_MODULE_DATA_H
24
#define MUTT_PAGER_MODULE_DATA_H
25
29
struct
PagerModuleData
30
{
31
struct
Notify
*
notify
;
32
struct
MenuDefinition
*
menu_pager
;
33
int
braille_row
;
34
int
braille_col
;
35
};
36
37
#endif
/* MUTT_PAGER_MODULE_DATA_H */
MenuDefinition
Functions for a Dialog or Window.
Definition
menu.h:77
Notify
Notification API.
Definition
notify.c:53
PagerModuleData
Pager private Module data.
Definition
module_data.h:30
PagerModuleData::braille_row
int braille_row
Braille strobe row.
Definition
module_data.h:33
PagerModuleData::notify
struct Notify * notify
Notifications.
Definition
module_data.h:31
PagerModuleData::menu_pager
struct MenuDefinition * menu_pager
Pager menu definition.
Definition
module_data.h:32
PagerModuleData::braille_col
int braille_col
Braille strobe column.
Definition
module_data.h:34