Lines Matching defs:selBorderWidth
91 int selBorderWidth; /* Width of border around selection. */
239 DEF_LISTBOX_SELECT_BD, Tk_Offset(Listbox, selBorderWidth), 0},
378 listPtr->selBorderWidth = 0;
500 + listPtr->inset + listPtr->selBorderWidth;
770 - 2*(listPtr->inset + listPtr->selBorderWidth);
1084 left = listPtr->selBorderWidth+1;
1087 - 2*(listPtr->inset + listPtr->selBorderWidth))) {
1088 right = listPtr->selBorderWidth+1;
1123 x, y, listPtr->selBorderWidth, listPtr->lineHeight,
1128 x + width - listPtr->selBorderWidth, y,
1129 listPtr->selBorderWidth, listPtr->lineHeight,
1134 x-left, y, width+left+right, listPtr->selBorderWidth,
1139 y + listPtr->lineHeight - listPtr->selBorderWidth,
1140 width+left+right, listPtr->selBorderWidth, 0, 0, 0,
1144 y += listPtr->fontPtr->ascent + listPtr->selBorderWidth;
1145 x = listPtr->inset + listPtr->selBorderWidth - elPtr->lBearing
1156 listPtr->inset + listPtr->selBorderWidth
1246 listPtr->lineHeight = fontHeight + 1 + 2*listPtr->selBorderWidth;
1256 + 2*listPtr->selBorderWidth;
1794 - 2*listPtr->selBorderWidth - listPtr->xScrollUnit);
1840 - 2*listPtr->selBorderWidth - listPtr->xScrollUnit);
2240 + listPtr->selBorderWidth);