NeoMutt  2025-12-11-769-g906513
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
SidebarFunctionData Struct Reference

Data passed to Sidebar worker functions. More...

#include "functions.h"

+ Collaboration diagram for SidebarFunctionData:

Data Fields

struct NeoMuttn
 NeoMutt application data.
 
struct SidebarModuleDatamod_data
 Sidebar module data.
 
struct SidebarWindowDatawdata
 Sidebar window data.
 

Detailed Description

Data passed to Sidebar worker functions.

Definition at line 31 of file functions.h.

Field Documentation

◆ n

struct NeoMutt* SidebarFunctionData::n

NeoMutt application data.

Definition at line 33 of file functions.h.

◆ mod_data

struct SidebarModuleData* SidebarFunctionData::mod_data

Sidebar module data.

Definition at line 34 of file functions.h.

◆ wdata

struct SidebarWindowData* SidebarFunctionData::wdata

Sidebar window data.

Definition at line 35 of file functions.h.


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