NeoMutt  2024-03-23-23-gec7045
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
26struct IndexPrivateData;
27struct IndexSharedData;
28struct MuttWindow;
29
30struct MuttWindow *ibar_new(struct MuttWindow *parent, struct IndexSharedData *shared, struct IndexPrivateData *priv);
31
32#endif /* MUTT_INDEX_IBAR_H */
struct MuttWindow * ibar_new(struct MuttWindow *parent, struct IndexSharedData *shared, struct IndexPrivateData *priv)
Create the Index Bar (status)
Definition: ibar.c:335
Private state data for the Index.
Definition: private_data.h:35
Data shared between Index, Pager and Sidebar.
Definition: shared_data.h:37
struct MuttWindow * parent
Parent Window.
Definition: mutt_window.h:135