23#ifndef MUTT_GUI_MSGCONT_H
24#define MUTT_GUI_MSGCONT_H
struct MuttWindow * msgcont_new(void)
Create a new Message Container.
int msgcont_num_windows(void)
Count the Windows in the Message Container.
void msgcont_push_window(struct MuttWindow *win)
Add a window to the Container Stack.
void msgcont_recalc_rows(void)
Recalculate the Bottom Bar height.
struct MuttWindow * msgcont_pop_window(void)
Remove the last Window from the Container Stack.
struct MuttWindow * msgcont_get_msgwin(void)
Get the Message Window.