NeoMutt
2023-03-22
Teaching an old dog new tricks
DOXYGEN
sbar.h
Go to the documentation of this file.
1
23
#ifndef MUTT_GUI_SBAR_H
24
#define MUTT_GUI_SBAR_H
25
26
struct
MuttWindow
;
27
28
struct
MuttWindow
*
sbar_new
(
void
);
29
void
sbar_set_title
(
struct
MuttWindow
*win,
const
char
*title);
30
31
#endif
/* MUTT_GUI_SBAR_H */
sbar_new
struct MuttWindow * sbar_new(void)
Add the Simple Bar (status)
Definition:
sbar.c:200
sbar_set_title
void sbar_set_title(struct MuttWindow *win, const char *title)
Set the title for the Simple Bar.
Definition:
sbar.c:224
MuttWindow
Definition:
mutt_window.h:123