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

Pager private Module data. More...

#include "module_data.h"

+ Collaboration diagram for PagerModuleData:

Data Fields

struct Notifynotify
 Notifications.
 
struct MenuDefinitionmenu_pager
 Pager menu definition.
 
int braille_row
 Braille strobe row.
 
int braille_col
 Braille strobe column.
 

Detailed Description

Pager private Module data.

Definition at line 29 of file module_data.h.

Field Documentation

◆ notify

struct Notify* PagerModuleData::notify

Notifications.

Definition at line 31 of file module_data.h.

◆ menu_pager

struct MenuDefinition* PagerModuleData::menu_pager

Pager menu definition.

Definition at line 32 of file module_data.h.

◆ braille_row

int PagerModuleData::braille_row

Braille strobe row.

Definition at line 33 of file module_data.h.

◆ braille_col

int PagerModuleData::braille_col

Braille strobe column.

Definition at line 34 of file module_data.h.


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