23#ifndef MUTT_GUI_MSGCONT_H
24#define MUTT_GUI_MSGCONT_H
struct MuttWindow * msgcont_new(void)
Create a new Message Container.
struct MuttWindow * MessageContainer
Window acting as a stack for the message windows.
void msgcont_push_window(struct MuttWindow *win)
Add a window to the Container Stack.
struct MuttWindow * msgcont_pop_window(void)
Remove the last Window from the Container Stack.
struct MuttWindow * msgcont_get_msgwin(void)
Get the Message Window.