NeoMutt
2024-10-02-37-gfa9146
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
ibar.h
Go to the documentation of this file.
1
23
#ifndef MUTT_INDEX_IBAR_H
24
#define MUTT_INDEX_IBAR_H
25
26
struct
IndexPrivateData
;
27
struct
IndexSharedData
;
28
struct
MuttWindow
;
29
30
struct
MuttWindow
*
ibar_new
(
struct
MuttWindow
*
parent
,
struct
IndexSharedData
*shared,
struct
IndexPrivateData
*priv);
31
32
#endif
/* MUTT_INDEX_IBAR_H */
ibar_new
struct MuttWindow * ibar_new(struct MuttWindow *parent, struct IndexSharedData *shared, struct IndexPrivateData *priv)
Create the Index Bar (status)
Definition:
ibar.c:337
IndexPrivateData
Private state data for the Index.
Definition:
private_data.h:35
IndexSharedData
Data shared between Index, Pager and Sidebar.
Definition:
shared_data.h:37
MuttWindow
Definition:
mutt_window.h:122
MuttWindow::parent
struct MuttWindow * parent
Parent Window.
Definition:
mutt_window.h:134