23#ifndef MUTT_GUI_DIALOG_H
24#define MUTT_GUI_DIALOG_H
void dialog_push(struct MuttWindow *dlg)
Display a Window to the user.
void dialog_pop(void)
Hide a Window from the user.
struct MuttWindow * AllDialogsWindow
Parent of all Dialogs.
struct MuttWindow * alldialogs_new(void)
Create the AllDialogs Window.
struct MuttWindow * dialog_find(struct MuttWindow *win)
Find the parent Dialog of a Window.