paraslash Paraslash Audio Streaming
About   News   Download   Documentation   Development

Data Fields
stat_item_data Struct Reference

How to display one status item. More...

#include <gui.h>

Data Fields

const char * prefix
 Text to print before the item content. More...
 
const char * postfix
 Text to print after item content. More...
 
unsigned x
 Horizontal start coordinate for this item. More...
 
unsigned y
 Vertical start coordinate for this item. More...
 
unsigned len
 Item width, including prefix and postfix. More...
 
struct gui_color_spec color
 Foreground and background color. More...
 
int align
 How to align this item. More...
 

Detailed Description

How to display one status item.

Field Documentation

◆ prefix

const char* prefix

Text to print before the item content.

◆ postfix

const char* postfix

Text to print after item content.

◆ x

unsigned x

Horizontal start coordinate for this item.

◆ y

unsigned y

Vertical start coordinate for this item.

◆ len

unsigned len

Item width, including prefix and postfix.

◆ color

struct gui_color_spec color

Foreground and background color.

◆ align

int align

How to align this item.


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