Graphviz 13.0.0~dev.20241220.2304
|
Go to the source code of this file.
Functions | |
void | glCompInitCommon (glCompObj *childObj, glCompObj *parentObj, float x, float y) |
void | glCompEmptyCommon (glCompCommon *c) |
glCompSet * | glCompSetNew (int w, int h) |
void | glCompSetDraw (glCompSet *s) |
void | glcompsetUpdateBorder (glCompSet *s, int w, int h) |
void | glCompDrawBegin (void) |
void | glCompDrawEnd (void) |
void | glCompSetAddObj (glCompSet *s, glCompObj *obj) |
|
extern |
Definition at line 210 of file glcompset.c.
Referenced by glCompSetDraw().
|
extern |
Definition at line 230 of file glcompset.c.
Referenced by glCompSetDraw().
void glCompEmptyCommon | ( | glCompCommon * | c | ) |
Definition at line 177 of file glcompset.c.
References glCompCommon::font, and glDeleteFont().
Referenced by glCompImageDelete().
Definition at line 114 of file glcompset.c.
References glCompColor::A, glCompCommon::align, glCompCommon::anchor, glCompColor::B, glCompCommon::borderWidth, glCompAnchor::bottom, glCompAnchor::bottomAnchor, glCompCommon::callbacks, glCompCallBacks::click, glCompCommon::color, glCompObj_::common, glCompCommon::data, glCompCallBacks::doubleclick, glCompCallBacks::draw, glCompCommon::enabled, glCompCommon::font, glCompCommon::functions, glCompColor::G, glAlignNone, GLCOMP_DEFAULT_HEIGHT, GLCOMP_DEFAULT_WIDTH, GLCOMPSET_BORDERWIDTH, GLCOMPSET_PANEL_COLOR_ALPHA, GLCOMPSET_PANEL_COLOR_B, GLCOMPSET_PANEL_COLOR_G, GLCOMPSET_PANEL_COLOR_R, glCompSetAddObj(), glNewFontFromParent(), glCompCommon::height, glCompCommon::layer, glCompAnchor::left, glCompAnchor::leftAnchor, glCompCallBacks::mousedown, glCompCallBacks::mousein, glCompCallBacks::mouseout, glCompCallBacks::mouseover, glCompCallBacks::mouseup, NULL, glCompCommon::parent, parent, glCompCommon::pos, glCompColor::R, glCompAnchor::right, glCompAnchor::rightAnchor, glCompAnchor::top, glCompAnchor::topAnchor, glCompCommon::visible, glCompCommon::width, glCompPoint::x, glCompPoint::y, and glCompPoint::z.
Referenced by glCompButtonNew(), glCompImageNew(), glCompLabelNew(), glCompPanelNew(), and glCompSetNew().
Definition at line 202 of file glcompset.c.
References glCompObj_::common, glCompCommon::compset, and gv_recalloc().
Referenced by glCompInitCommon().
|
extern |
Definition at line 239 of file glcompset.c.
References glCompDrawBegin(), and glCompDrawEnd().
Referenced by glexpose_main().
|
extern |
Definition at line 182 of file glcompset.c.
References glCompInitCommon(), glCompMouseInit(), glCompMouseMove(), glCompSetMouseDown(), glCompSetMouseUp(), glDeleteFont(), glNewFontFromParent(), gv_alloc(), and NULL.
Referenced by glcreate_gl_topview_menu().
|
extern |
Definition at line 247 of file glcompset.c.
Referenced by cb_reshape(), and configure_event().