|
Odamex
Setting the Standard in Multiplayer Doom
|
Functions | |
| void | TXT_SetLabel (txt_label_t *label, char *value) |
| Set the string displayed in a label widget. | |
| txt_label_t * | TXT_NewLabel (char *text) |
| Create a new label widget. | |
| void | TXT_SetFGColor (txt_label_t *label, txt_color_t color) |
| Set the foreground color of a label widget. | |
| void | TXT_SetBGColor (txt_label_t *label, txt_color_t color) |
| Set the background color of a label widget. | |
Variables | |
| txt_widget_class_t | txt_label_class |
| txt_label_t* TXT_NewLabel | ( | char * | label | ) |
Create a new label widget.
| label | String to display in the widget. |
| void TXT_SetBGColor | ( | txt_label_t * | label, |
| txt_color_t | color | ||
| ) |
Set the background color of a label widget.
| label | The widget. |
| color | The background color to use. |
| void TXT_SetFGColor | ( | txt_label_t * | label, |
| txt_color_t | color | ||
| ) |
Set the foreground color of a label widget.
| label | The widget. |
| color | The foreground color to use. |
| void TXT_SetLabel | ( | txt_label_t * | label, |
| char * | value | ||
| ) |
Set the string displayed in a label widget.
| label | The widget. |
| value | The string to display. |