NeoMutt  2024-10-02-37-gfa9146
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
NodePaddingPrivate Struct Reference

Private data for a Padding Node -. More...

#include "node_padding.h"

+ Inheritance diagram for NodePaddingPrivate:
+ Collaboration diagram for NodePaddingPrivate:

Data Fields

enum ExpandoPadType pad_type
 Padding type.
 
- Data Fields inherited from ExpandoNode
enum ExpandoNodeType type
 Type of Node, e.g. ENT_EXPANDO.
 
int did
 Domain ID, e.g. ED_EMAIL.
 
int uid
 Unique ID, e.g. ED_EMA_SIZE.
 
struct ExpandoFormatformat
 Formatting info.
 
const char * text
 Node-specific text.
 
struct ExpandoNodeArray children
 Children nodes.
 
void * ndata
 Private node data.
 
void(* ndata_free )(void **ptr)
 Function to free the private node data.
 
int(* render )(const struct ExpandoNode *node, const struct ExpandoRenderData *rdata, struct Buffer *buf, int max_cols, void *data, MuttFormatFlags flags)
 

Detailed Description

Private data for a Padding Node -.

Definition at line 63 of file node_padding.h.

Field Documentation

◆ pad_type

enum ExpandoPadType NodePaddingPrivate::pad_type

Padding type.

Definition at line 65 of file node_padding.h.


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