The Pager Window displays an email to the user.
Name | Type | See Also |
---|---|---|
Pager Window | WT_CUSTOM | pager_window_new() |
Parent
Children
None.
The Pager Window stores its data (PagerPrivateData) in MuttWindow::wdata.
Once constructed, it is controlled by the following events:
Function | Description | Links |
---|---|---|
config_pager_index_lines() | React to changes to $pager_index_lines | |
pager_color_observer() | Notification that a Color has changed | observer_t, observer_api |
pager_config_observer() | Notification that a Config Variable has changed | observer_t, observer_api |
pager_global_observer() | Notification that a Global Event occurred | observer_t, observer_api |
pager_index_observer() | Notification that the Index has changed | observer_t, observer_api |
pager_pager_observer() | Notification that the Pager has changed | observer_t, observer_api |
pager_recalc() | Recalculate the Pager display | MuttWindow::recalc(), window_recalc |
pager_repaint() | Repaint the Pager display | MuttWindow::repaint(), window_repaint |
pager_window_new() | Create a new Pager Window (list of Emails) | |
pager_window_observer() | Notification that a Window has changed | observer_t, observer_api |