![]() |
torcs - 1.2.2 | ![]() |
#include <stdlib.h>
#include <string.h>
#include <tgfclient.h>
#include "gui.h"
#include "guifont.h"
Include dependency graph for guilabel.cpp:
Functions | |
void | gfuiLabelInit (void) |
int | GfuiLabelCreateEx (void *scr, char *text, float *fgColor, int font, int x, int y, int align, int maxlen) |
Create a new label (extended version). | |
int | GfuiLabelCreate (void *scr, char *text, int font, int x, int y, int align, int maxlen) |
Add a label to a screen. | |
int | GfuiTipCreate (void *scr, char *text, int maxlen) |
Add a Tip (generally associated with a button). | |
int | GfuiTitleCreate (void *scr, char *text, int maxlen) |
Add a Title to the screen. | |
void | gfuiSetLabelText (tGfuiObject *curObject, tGfuiLabel *label, char *text) |
void | GfuiLabelSetText (void *scr, int id, char *text) |
Change the text of a label. | |
void | GfuiLabelSetColor (void *scr, int id, float *color) |
Change the color of a label. | |
void | gfuiDrawLabel (tGfuiObject *obj) |
void | gfuiReleaseLabel (tGfuiObject *obj) |
|
|
Here is the call graph for this function:
|
|
|
|
|
|
Here is the call graph for this function:
|
Add a Tip (generally associated with a button).
|
Here is the call graph for this function: