NeoMutt  2023-03-22
Teaching an old dog new tricks
DOXYGEN
PagerData Struct Reference

Data to be displayed by PagerView. More...

#include "lib.h"

+ Collaboration diagram for PagerData:

Data Fields

struct Bodybody
 Current attachment. More...
 
FILE * fp
 Source stream. More...
 
struct AttachCtxactx
 Attachment information. More...
 
const char * fname
 Name of the file to read. More...
 

Detailed Description

Data to be displayed by PagerView.

Definition at line 157 of file lib.h.

Field Documentation

◆ body

struct Body* PagerData::body

Current attachment.

Definition at line 159 of file lib.h.

◆ fp

FILE* PagerData::fp

Source stream.

Definition at line 160 of file lib.h.

◆ actx

struct AttachCtx* PagerData::actx

Attachment information.

Definition at line 161 of file lib.h.

◆ fname

const char* PagerData::fname

Name of the file to read.

Definition at line 162 of file lib.h.


The documentation for this struct was generated from the following file: