Thanks to visit codestin.com
Credit goes to code.neomutt.org

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

A key binding Event. More...

#include "notify.h"

Data Fields

enum MenuType menu
 Menu, e.g. MENU_PAGER.
 
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

enum MenuType EventBinding::menu

Menu, e.g. MENU_PAGER.

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: