NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
pbar.h
Go to the documentation of this file.
1
23#ifndef MUTT_PAGER_PBAR_H
24#define MUTT_PAGER_PBAR_H
25
26struct IndexSharedData;
27struct PagerPrivateData;
28
29struct MuttWindow *pbar_new(struct IndexSharedData *shared, struct PagerPrivateData *priv);
30
31#endif /* MUTT_PAGER_PBAR_H */
struct MuttWindow * pbar_new(struct IndexSharedData *shared, struct PagerPrivateData *priv)
Create the Pager Bar.
Definition: pbar.c:331
Data shared between Index, Pager and Sidebar.
Definition: shared_data.h:37
Private state data for the Pager.
Definition: private_data.h:41