NeoMutt  2025-12-11-435-g4ac674
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
MenuFunctionOp Struct Reference

Mapping between a function and an operation. More...

#include "menu.h"

Data Fields

int menu
 Menu, e.g. MENU_ALIAS.
 
const char * function
 Name of the function.
 
int op
 Operation, e.g. OP_DELETE.
 

Detailed Description

Mapping between a function and an operation.

Definition at line 56 of file menu.h.

Field Documentation

◆ menu

int MenuFunctionOp::menu

Menu, e.g. MENU_ALIAS.

Definition at line 58 of file menu.h.

◆ function

const char* MenuFunctionOp::function

Name of the function.

Definition at line 59 of file menu.h.

◆ op

int MenuFunctionOp::op

Operation, e.g. OP_DELETE.

Definition at line 60 of file menu.h.


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