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

/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkLabel.c542 int textReqWidth = 0; local
551 textReqWidth = TextReqWidth(&label->text);
556 *widthPtr = textReqWidth;
564 *widthPtr = MAX(label->image.width, textReqWidth);
568 *widthPtr = label->image.width + textReqWidth + label->space;

Completed in 280 milliseconds