| Graphviz 14.0.3~dev.20251029.0425
    | 
#include <glcomp/glcomplabel.h>#include <glcomp/glcompfont.h>#include <glcomp/glcompset.h>#include <glcomp/glutils.h>#include <util/alloc.h>Go to the source code of this file.
| Functions | |
| static void | glCompLabelDraw (void *label) | 
| glCompLabel * | glCompLabelNew (void *par, char *text) | 
| 
 | static | 
Definition at line 17 of file glcomplabel.c.
References glCompLabel::base, glCompObj_::common, glCompCommon::font, glCompCalcWidget(), glCompRenderText(), label(), and glCompCommon::parent.
Referenced by glCompLabelNew().
| glCompLabel * glCompLabelNew | ( | void * | par, | 
| char * | text | ||
| ) | 
Definition at line 24 of file glcomplabel.c.
References glCompLabel::base, glCompObj_::common, glCompCallBacks::draw, glCompCommon::font, glCompCommon::functions, glCompInitCommon(), glCompLabelDraw(), glDeleteFont(), glNewFontFromParent(), gv_alloc(), gv_strdup(), and glCompLabel::text.
Referenced by glCompButtonNew().