Paged view into some data. More...
#include "lib.h"
Data Fields | |
| struct PagerData * | pdata |
| Data that pager displays. NOTNULL. | |
| enum PagerMode | mode |
| Pager mode. | |
| PagerFlags | flags |
| Additional settings to tweak pager's function. | |
| const char * | banner |
| Title to display in status bar. | |
| struct MuttWindow * | win_index |
| Index Window. | |
| struct MuttWindow * | win_pbar |
| Pager Bar Window. | |
| struct MuttWindow * | win_pager |
| Pager Window. | |
| struct PagerData* PagerView::pdata |
| PagerFlags PagerView::flags |
| struct MuttWindow* PagerView::win_index |
| struct MuttWindow* PagerView::win_pbar |
| struct MuttWindow* PagerView::win_pager |