NeoMutt  2025-12-11-1009-ga75d9e
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
SidebarFunction Struct Reference

A NeoMutt function. More...

#include "functions_sidebar.h"

Collaboration diagram for SidebarFunction:

Data Fields

int op
 Op code, e.g. OP_SIDEBAR_NEXT.
sidebar_function_t function
 Function to call.

Detailed Description

A NeoMutt function.

Definition at line 56 of file functions_sidebar.h.

Field Documentation

◆ op

int SidebarFunction::op

Op code, e.g. OP_SIDEBAR_NEXT.

Definition at line 58 of file functions_sidebar.h.

◆ function

sidebar_function_t SidebarFunction::function

Function to call.

Definition at line 59 of file functions_sidebar.h.


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