Paraslash Audio Streaming | |
About News Download Documentation Development |
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... | |
How to display one status item.
const char* prefix |
Text to print before the item content.
const char* postfix |
Text to print after item content.
unsigned x |
Horizontal start coordinate for this item.
unsigned y |
Vertical start coordinate for this item.
unsigned len |
Item width, including prefix and postfix.
struct gui_color_spec color |
Foreground and background color.
int align |
How to align this item.