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

A list dialog function. More...

Data Fields

int op
 Op code.
 
int(* function )(struct ListData *ld, const struct KeyEvent *event)
 Function.
 

Detailed Description

A list dialog function.

Definition at line 228 of file dlg_list.c.

Field Documentation

◆ op

int ListFunction::op

Op code.

Definition at line 230 of file dlg_list.c.

◆ function

int(* ListFunction::function) (struct ListData *ld, const struct KeyEvent *event)

Function.

Definition at line 231 of file dlg_list.c.


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