NeoMutt  2024-03-23-23-gec7045
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:298
int cbar_color_observer(struct NotifyCallback *nc)
Notification that a Color has changed - Implements observer_t -.
Definition: cbar.c:197
int cbar_config_observer(struct NotifyCallback *nc)
Notification that a Config Variable has changed - Implements observer_t -.
Definition: cbar.c:223
Shared Compose Data.
Definition: shared_data.h:35
Data passed to a notification function.
Definition: observer.h:34