NeoMutt
2023-03-22
Teaching an old dog new tricks
DOXYGEN
rootwin.h
Go to the documentation of this file.
1
23
#ifndef MUTT_GUI_ROOTWIN_H
24
#define MUTT_GUI_ROOTWIN_H
25
26
extern
struct
MuttWindow
*
RootWindow
;
27
28
void
rootwin_free
(
void
);
29
void
rootwin_new
(
void
);
30
void
rootwin_set_size
(
int
cols,
int
rows);
31
32
#endif
/* MUTT_GUI_ROOTWIN_H */
rootwin_free
void rootwin_free(void)
Free all the default Windows.
Definition:
rootwin.c:178
rootwin_set_size
void rootwin_set_size(int cols, int rows)
Set the dimensions of the Root Window.
Definition:
rootwin.c:226
RootWindow
struct MuttWindow * RootWindow
Parent of all Windows.
Definition:
rootwin.c:104
rootwin_new
void rootwin_new(void)
Create the default Windows.
Definition:
rootwin.c:188
MuttWindow
Definition:
mutt_window.h:123