The Pager Panel is a non-interactive container around the email list and a status bar.
| Name | Type | Constructor |
|---|---|---|
| Pager Panel | WT_PAGER | ppanel_new() |
Parent
Children
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().
| 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 |