NeoMutt
2025-12-11-949-g4870ee
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
utilwin.h
Go to the documentation of this file.
1
22
23
#ifndef MUTT_GUI_UTILWIN_H
24
#define MUTT_GUI_UTILWIN_H
25
26
struct
MuttWindow
;
27
28
struct
MuttWindow
*
utilwin_new
(
void
);
29
void
utilwin_set_text
(
struct
MuttWindow
*win,
const
char
*text);
30
31
#endif
/* MUTT_GUI_UTILWIN_H */
MuttWindow
Definition
mutt_window.h:129
utilwin_set_text
void utilwin_set_text(struct MuttWindow *win, const char *text)
Set the text for the Utility Window.
Definition
utilwin.c:248
utilwin_new
struct MuttWindow * utilwin_new(void)
Create the Utility Window.
Definition
utilwin.c:215