Searched refs:labelLength (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkScale.c81 int labelLength; /* Number of non-NULL chars. in label. */ member in struct:__anon415
415 scalePtr->labelLength = 0;
779 scalePtr->labelLength = strlen(scalePtr->label);
781 scalePtr->labelLength = 0;
978 if (scalePtr->labelLength != 0) {
1045 if (scalePtr->labelLength == 0) {
1049 scalePtr->labelLength, &dummy, &dummy, &dummy, &bbox);
1191 if ((scalePtr->flags & REDRAW_OTHER) && (scalePtr->labelLength != 0)) {
1195 scalePtr->label, scalePtr->labelLength);
1390 if ((scalePtr->flags & REDRAW_OTHER) && (scalePtr->labelLength !
[all...]
H A DtkMenu.c35 int labelLength; /* Number of non-NULL characters in label. */ member in struct:MenuEntry
1369 mePtr->labelLength = 0;
1371 mePtr->labelLength = strlen(mePtr->label);
1469 mePtr->name = (char *) ckalloc((unsigned) (mePtr->labelLength + 1));
1474 (mePtr->labelLength + 1));
1623 mePtr->labelLength, 0, (int) 100000, 0,
1853 fontPtr, mePtr->label, mePtr->labelLength,
2263 mePtr->labelLength = 0;

Completed in 20 milliseconds