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

A key binding Event. More...

#include "notify.h"

+ Collaboration diagram for EventBinding:

Data Fields

const struct MenuDefinitionmenu
 Menu Definition.
 
const char * key
 Key string being bound (for new bind/macro)
 
int op
 Operation the key's bound to (for bind), e.g. OP_DELETE.
 

Detailed Description

A key binding Event.

Definition at line 31 of file notify.h.

Field Documentation

◆ menu

const struct MenuDefinition* EventBinding::menu

Menu Definition.

Definition at line 33 of file notify.h.

◆ key

const char* EventBinding::key

Key string being bound (for new bind/macro)

Definition at line 34 of file notify.h.

◆ op

int EventBinding::op

Operation the key's bound to (for bind), e.g. OP_DELETE.

Definition at line 35 of file notify.h.


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