![]() |
µGFX
2.9
version 2.9
|
GWIN label widget header file.
Definition in file gwin_label.h.
Go to the source code of this file.
Functions | |
GHandle | gwinGLabelCreate (GDisplay *g, GLabelObject *widget, GWidgetInit *pInit) |
Create a label widget. More... | |
void | gwinLabelSetBorder (GHandle gh, gBool border) |
Border settings for the default rendering routine. More... | |
void | gwinLabelSetAttribute (GHandle gh, gCoord tab, const char *attr) |
Add an text attribute in front of the normal label text. More... | |
void | gwinLabelDrawJustified (GWidgetObject *gw, void *param) |
Renders a label with the text justified based on the parameter. More... | |
void | gwinLabelDrawJustifiedLeft (GWidgetObject *gw, void *param) |
Renders a label with the text left jestified. More... | |
void | gwinLabelDrawJustifiedRight (GWidgetObject *gw, void *param) |
Renders a label with the text right jestified. More... | |
void | gwinLabelDrawJustifiedCenter (GWidgetObject *gw, void *param) |
Renders a label with the text center jestified. More... | |
Macros | |
#define | GLABEL_FLG_BORDER 0x01 |
The internal label flags. More... | |