NeoMutt  2025-12-11-800-ga0ee0f
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
bottombar.h
Go to the documentation of this file.
1
22
23#ifndef MUTT_GUI_BOTTOMBAR_H
24#define MUTT_GUI_BOTTOMBAR_H
25
26struct MuttWindow *bottombar_new(void);
27
28#endif /* MUTT_GUI_BOTTOMBAR_H */
struct MuttWindow * bottombar_new(void)
Create the Bottom Bar Container.
Definition bottombar.c:67