Searched refs:pixelWidth (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkListbox.c | 29 int pixelWidth; /* Total width of element in pixels (including member in struct:Element 501 sprintf(interp->result, "%d %d %d %d", x, y, elPtr->pixelWidth, 1159 (unsigned) elPtr->pixelWidth, 1); 1226 int dummy, fontHeight, width, height, pixelWidth, pixelHeight; 1237 elPtr->pixelWidth = bbox.rbearing - bbox.lbearing; 1239 if (elPtr->pixelWidth > listPtr->maxWidth) { 1240 listPtr->maxWidth = elPtr->pixelWidth; 1255 pixelWidth = width*listPtr->xScrollUnit + 2*listPtr->inset 1265 Tk_GeometryRequest(listPtr->tkwin, pixelWidth, pixelHeight); 1342 newPtr->pixelWidth 1220 int dummy, fontHeight, width, height, pixelWidth, pixelHeight; local [all...] |
Completed in 593 milliseconds