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
26struct MuttWindow;
27
28struct MuttWindow *utilwin_new (void);
29void utilwin_set_text(struct MuttWindow *win, const char *text);
30
31#endif /* MUTT_GUI_UTILWIN_H */
void utilwin_set_text(struct MuttWindow *win, const char *text)
Set the text for the Utility Window.
Definition utilwin.c:248
struct MuttWindow * utilwin_new(void)
Create the Utility Window.
Definition utilwin.c:215