The Compose Bar Window displays status info about the email.
Name | Type | See Also |
---|---|---|
Compose Bar Window | WT_STATUS_BAR | cbar_new() |
Parent
Children
None.
The Compose Bar Window stores its data (ComposeBarData) in MuttWindow::wdata.
Once constructed, it is controlled by the following events:
Function | Description | Links |
---|---|---|
cbar_color_observer() | Notification that a Color has changed | observer_t, observer_api |
cbar_config_observer() | Notification that a Config Variable has changed | observer_t, observer_api |
cbar_email_observer() | Notification that the Email has changed | observer_t, observer_api |
cbar_new() | Create the Compose Bar (status) | |
cbar_recalc() | Recalculate the Window data | MuttWindow::recalc(), window_recalc |
cbar_repaint() | Repaint the Window | MuttWindow::repaint(), window_repaint |
cbar_window_observer() | Notification that a Window has changed | observer_t, observer_api |