NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Index Panel

The Index Panel is a non-interactive container around the email list and a status bar.

Windows

Name Type Constructor
Index Panel WT_INDEX ipanel_new()

Parent

Children

Data

Events

Once constructed, it is controlled by the following events:

Event Type Handler
NT_CONFIG ipanel_config_observer()
NT_WINDOW ipanel_window_observer()

The Index Panel does not implement MuttWindow::recalc() or MuttWindow::repaint().

Functions

Function Description Links
ipanel_config_observer() Notification that a Config Variable has changed observer_t, observer_api
ipanel_new() Create the Windows for the Index panel
ipanel_window_observer() Notification that a Window has changed observer_t, observer_api