NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
sbar.h
Go to the documentation of this file.
1
23#ifndef MUTT_GUI_SBAR_H
24#define MUTT_GUI_SBAR_H
25
26struct MuttWindow;
27
28struct MuttWindow *sbar_new(void);
29void sbar_set_title(struct MuttWindow *win, const char *title);
30
31#endif /* MUTT_GUI_SBAR_H */
struct MuttWindow * sbar_new(void)
Add the Simple Bar (status)
Definition: sbar.c:203
void sbar_set_title(struct MuttWindow *win, const char *title)
Set the title for the Simple Bar.
Definition: sbar.c:227