The Simple Pager Dialog displays text to the user that can be paged.
| Name | Type | Constructor |
|---|---|---|
| Simple Pager Dialog | WT_DLG_PAGER | mutt_do_pager() |
Parent
Children
The Simple Pager Dialog has no data.
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().
| 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) |