The Index Bar Window displays status info about the email list.
Name | Type | See Also |
---|---|---|
Index Bar Window | WT_STATUS_BAR | ibar_new() |
Parent
Children
None.
The Index Bar Window stores its data (IBarPrivateData) in MuttWindow::wdata.
Once constructed, it is controlled by the following events:
Function | Description | Links |
---|---|---|
ibar_color_observer() | Notification that a Color has changed | observer_t, observer_api |
ibar_config_observer() | Notification that a Config Variable has changed | observer_t, observer_api |
ibar_data_free() | Free the private data | MuttWindow::wdata_free(), window_wdata_free |
ibar_data_new() | Create the private data for the Index Bar (status) | |
ibar_index_observer() | Notification that the Index has changed | observer_t, observer_api |
ibar_menu_observer() | Notification that a Menu has changed | observer_t, observer_api |
ibar_new() | Create the Index Bar (status) | |
ibar_recalc() | Recalculate the Window data | MuttWindow::recalc(), window_recalc |
ibar_repaint() | Repaint the Window | MuttWindow::repaint(), window_repaint |
ibar_window_observer() | Notification that a Window has changed | observer_t, observer_api |