NeoMutt  2025-12-11-1039-g550ac6
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
SidebarData Struct Reference

Data passed to sidebar_format_str(). More...

#include "expando.h"

Collaboration diagram for SidebarData:

Data Fields

struct SbEntryentry
 Info about a folder.
struct IndexSharedDatashared
 Shared Index Data.
int index
 Index of the entry (0-based, absolute).

Detailed Description

Data passed to sidebar_format_str().

Definition at line 33 of file expando.h.

Field Documentation

◆ entry

struct SbEntry* SidebarData::entry

Info about a folder.

Definition at line 35 of file expando.h.

◆ shared

struct IndexSharedData* SidebarData::shared

Shared Index Data.

Definition at line 36 of file expando.h.

◆ index

int SidebarData::index

Index of the entry (0-based, absolute).

Definition at line 37 of file expando.h.


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