NeoMutt
2024-10-02-37-gfa9146
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
reflow.h
Go to the documentation of this file.
1
23
#ifndef MUTT_GUI_REFLOW_H
24
#define MUTT_GUI_REFLOW_H
25
26
struct
MuttWindow
;
27
28
void
window_reflow
(
struct
MuttWindow
*win);
29
30
#endif
/* MUTT_GUI_REFLOW_H */
window_reflow
void window_reflow(struct MuttWindow *win)
Reflow Windows.
Definition:
reflow.c:220
MuttWindow
Definition:
mutt_window.h:122