NeoMutt  2024-12-12-14-g7b49f7
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
cbar.h
Go to the documentation of this file.
1
23#ifndef MUTT_COMPOSE_CBAR_H
24#define MUTT_COMPOSE_CBAR_H
25
27struct NotifyCallback;
28
29struct MuttWindow *cbar_new(struct ComposeSharedData *shared);
30
33
34#endif /* MUTT_COMPOSE_CBAR_H */
struct MuttWindow * cbar_new(struct ComposeSharedData *shared)
Create the Compose Bar (status)
Definition: cbar.c:226
int cbar_color_observer(struct NotifyCallback *nc)
Notification that a Color has changed - Implements observer_t -.
Definition: cbar.c:125
int cbar_config_observer(struct NotifyCallback *nc)
Notification that a Config Variable has changed - Implements observer_t -.
Definition: cbar.c:151
Shared Compose Data.
Definition: shared_data.h:36
Data passed to a notification function.
Definition: observer.h:34