Searched refs:textWidth (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkMenubutton.c | 121 int textWidth; /* Width needed to display text as requested, member in struct:__anon410 860 width = mbPtr->textWidth; 887 mbPtr->text, mbPtr->numChars, x, y, mbPtr->textWidth, 1111 mbPtr->numChars, mbPtr->wrapLength, &mbPtr->textWidth, 1113 width = mbPtr->textWidth;
|
H A D | tkButton.c | 132 int textWidth; /* Width needed to display text as requested, member in struct:__anon390 1258 - butPtr->textWidth))/2; 1262 - butPtr->textWidth - offset; 1285 butPtr->text, butPtr->numChars, x, y, butPtr->textWidth, 1572 butPtr->numChars, butPtr->wrapLength, &butPtr->textWidth, 1574 width = butPtr->textWidth;
|
Completed in 332 milliseconds