NeoMutt  2024-02-01-35-geee02f
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Pager Panel

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

Windows

Name Type Constructor
Pager Panel WT_PAGER ppanel_new()

Parent

Children

Data

Events

Once constructed, it is controlled by the following events:

Event Type Handler
NT_CONFIG ppanel_config_observer()
NT_WINDOW ppanel_window_observer()

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

Functions

Function Description Links
ppanel_config_observer() Notification that a Config Variable has changed observer_t, observer_api
ppanel_new() Create the Windows for the Pager panel
ppanel_window_observer() Notification that a Window has changed observer_t, observer_api