NeoMutt
2024-11-14-138-ge5ca67
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
expando.h
Go to the documentation of this file.
1
23
#ifndef MUTT_SIDEBAR_EXPANDO_H
24
#define MUTT_SIDEBAR_EXPANDO_H
25
26
#include "
expando/lib.h
"
27
28
extern
const
struct
ExpandoRenderCallback
SidebarRenderCallbacks
[];
29
33
struct
SidebarData
34
{
35
struct
SbEntry
*
entry
;
36
struct
IndexSharedData
*
shared
;
37
};
38
39
#endif
/* MUTT_SIDEBAR_EXPANDO_H */
lib.h
Parse Expando string.
SidebarRenderCallbacks
const struct ExpandoRenderCallback SidebarRenderCallbacks[]
Callbacks for Sidebar Expandos.
Definition:
expando.c:312
ExpandoRenderCallback
Definition:
render.h:76
IndexSharedData
Data shared between Index, Pager and Sidebar.
Definition:
shared_data.h:37
SbEntry
Info about folders in the sidebar.
Definition:
private.h:41
SidebarData
Data passed to sidebar_format_str()
Definition:
expando.h:34
SidebarData::shared
struct IndexSharedData * shared
Shared Index Data.
Definition:
expando.h:36
SidebarData::entry
struct SbEntry * entry
Info about a folder.
Definition:
expando.h:35