NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Compose Bar (status)

The Compose Bar Window displays status info about the email.

Windows

Name Type See Also
Compose Bar Window WT_STATUS_BAR cbar_new()

Parent

Children

None.

Data

The Compose Bar Window stores its data (ComposeBarData) in MuttWindow::wdata.

Events

Once constructed, it is controlled by the following events:

Event Type Handler
NT_COLOR cbar_color_observer()
NT_CONFIG cbar_config_observer()
NT_EMAIL cbar_email_observer()
NT_WINDOW cbar_window_observer()
MuttWindow::recalc() cbar_recalc()
MuttWindow::repaint() cbar_repaint()

Data

Data Description Links
ComposeRenderData Callbacks for Compose Expandos

Functions

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
compose_a_num() Compose: Number of attachments ExpandoRenderData::get_number(), expando_get_number_api
compose_h() Compose: Hostname ExpandoRenderData::get_string(), expando_get_string_api
compose_l() Compose: Size in bytes ExpandoRenderData::get_string(), expando_get_string_api
compose_l_num() Compose: Size in bytes ExpandoRenderData::get_number(), expando_get_number_api
compose_v() Compose: Version ExpandoRenderData::get_string(), expando_get_string_api
num_attachments() Count the number of attachments