NeoMutt
2024-10-02-37-gfa9146
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
simple.h
Go to the documentation of this file.
1
23
#ifndef MUTT_GUI_SIMPLE_H
24
#define MUTT_GUI_SIMPLE_H
25
26
#include "
menu/lib.h
"
27
#include "
mutt_window.h
"
28
29
struct
Mapping
;
30
31
struct
MuttWindow
*
simple_dialog_new
(
enum
MenuType
mtype,
enum
WindowType
wtype,
const
struct
Mapping
*
help_data
);
32
void
simple_dialog_free
(
struct
MuttWindow
**ptr);
33
34
#endif
/* MUTT_GUI_SIMPLE_H */
lib.h
GUI present the user with a selectable list.
mutt_window.h
Window management.
WindowType
WindowType
Type of Window.
Definition:
mutt_window.h:70
simple_dialog_free
void simple_dialog_free(struct MuttWindow **ptr)
Destroy a simple index Dialog.
Definition:
simple.c:168
simple_dialog_new
struct MuttWindow * simple_dialog_new(enum MenuType mtype, enum WindowType wtype, const struct Mapping *help_data)
Create a simple index Dialog.
Definition:
simple.c:132
Mapping
Mapping between user-readable string and a constant.
Definition:
mapping.h:33
MuttWindow
Definition:
mutt_window.h:122
MuttWindow::help_data
const struct Mapping * help_data
Data for the Help Bar.
Definition:
mutt_window.h:141
MenuType
MenuType
Types of GUI selections.
Definition:
type.h:36