NeoMutt
2024-10-02-37-gfa9146
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
42
#ifndef MUTT_HELPBAR_LIB_H
43
#define MUTT_HELPBAR_LIB_H
44
45
struct
MuttWindow
*
helpbar_new
(
void
);
46
47
#endif
/* MUTT_HELPBAR_LIB_H */
helpbar_new
struct MuttWindow * helpbar_new(void)
Create the Help Bar Window.
Definition:
helpbar.c:333
MuttWindow
Definition:
mutt_window.h:122