void helpbar_wdata_free(struct MuttWindow *win, void **ptr)
Free Helpbar Window data - Implements MuttWindow::wdata_free() -.
Convenience wrapper for the gui headers.
struct HelpbarWindowData * helpbar_wdata_get(struct MuttWindow *win)
Get the Helpbar data for this window.
struct HelpbarWindowData * helpbar_wdata_new(void)
Create new Window data for the Helpbar.
void * mutt_mem_calloc(size_t nmemb, size_t size)
Allocate zeroed memory on the heap.
Convenience wrapper for the library headers.
@ WT_HELP_BAR
Help Bar containing list of useful key bindings.
void * wdata
Private data.
enum WindowType type
Window type, e.g. WT_SIDEBAR.