Lines Matching defs:selBorderWidth
58 int selBorderWidth; /* Width of border around selection. */
232 DEF_ENTRY_SELECT_BD_COLOR, Tk_Offset(Entry, selBorderWidth),
235 DEF_ENTRY_SELECT_BD_MONO, Tk_Offset(Entry, selBorderWidth),
378 entryPtr->selBorderWidth = 0;
1074 if ((selStartX - entryPtr->selBorderWidth) < xBound) {
1080 selStartX - entryPtr->selBorderWidth,
1082 - entryPtr->selBorderWidth,
1083 (selEndX - selStartX) + 2*entryPtr->selBorderWidth,
1085 + 2*entryPtr->selBorderWidth,
1086 entryPtr->selBorderWidth, TK_RELIEF_RAISED);