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

Menu private Module data. More...

#include "module_data.h"

+ Collaboration diagram for MenuModuleData:

Data Fields

struct Notifynotify
 Notifications.
 
char * search_buffers [MENU_MAX]
 Previous search string, one for each MenuType.
 

Detailed Description

Menu private Module data.

Definition at line 31 of file module_data.h.

Field Documentation

◆ notify

struct Notify* MenuModuleData::notify

Notifications.

Definition at line 33 of file module_data.h.

◆ search_buffers

char* MenuModuleData::search_buffers[MENU_MAX]

Previous search string, one for each MenuType.

Definition at line 34 of file module_data.h.


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