NeoMutt  2024-03-23-23-gec7045
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Simple Pager Dialog

The Simple Pager Dialog displays text to the user that can be paged.

Windows

Name Type Constructor
Simple Pager Dialog WT_DLG_PAGER mutt_do_pager()

Parent

Children

Data

The Simple Pager Dialog has no data.

Events

Once constructed, it is controlled by the following events:

Event Type Handler
NT_CONFIG dopager_config_observer()
NT_WINDOW dopager_window_observer()

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

Functions

Function Description Links
dopager_config_observer() Notification that a Config Variable has changed observer_t, observer_api
dopager_window_observer() Notification that a Window has changed observer_t, observer_api
mutt_do_pager() Display some page-able text to the user (help or attachment)