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

/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkEntry.h115 int selBorderWidth; /* Width of border around selection. */ member in struct:__anon13433
H A DtkListbox.c86 int selBorderWidth; /* Width of border around selection. */ member in struct:__anon13451
280 Tk_Offset(Listbox, selBorderWidth), 0, 0, 0},
1121 x = listPtr->inset + listPtr->selBorderWidth - listPtr->xOffset;
1123 + listPtr->inset + listPtr->selBorderWidth;
1253 - 2*(listPtr->inset + listPtr->selBorderWidth);
1917 left = listPtr->selBorderWidth+1;
1920 - 2*(listPtr->inset + listPtr->selBorderWidth))) {
1921 right = listPtr->selBorderWidth+1;
2010 x, y, listPtr->selBorderWidth, listPtr->lineHeight,
2016 x + width - listPtr->selBorderWidth,
[all...]
H A DtkCanvText.c690 if (textInfoPtr->selBorderWidth > fudge) {
691 fudge = textInfoPtr->selBorderWidth;
804 - textInfoPtr->selBorderWidth),
809 width + 2 * textInfoPtr->selBorderWidth,
810 height, textInfoPtr->selBorderWidth, TK_RELIEF_RAISED);
H A DtkEntry.c134 Tk_Offset(Entry, selBorderWidth),
280 Tk_Offset(Entry, selBorderWidth),
1657 if ((selStartX - entryPtr->selBorderWidth) < xBound) {
1662 selStartX - entryPtr->selBorderWidth,
1663 baseY - fm.ascent - entryPtr->selBorderWidth,
1664 (selEndX - selStartX) + 2*entryPtr->selBorderWidth,
1665 (fm.ascent + fm.descent) + 2*entryPtr->selBorderWidth,
1666 entryPtr->selBorderWidth,
H A DtkText.h709 int selBorderWidth; /* Width of border around selection. */ member in struct:TkText
H A Dtk.h1100 int selBorderWidth; /* Width of border around selection. Read-only
1097 int selBorderWidth; /* Width of border around selection. Read-only member in struct:Tk_CanvasTextInfo
H A DtkText.c198 Tk_Offset(TkText, selBorderWidth),
611 textPtr->selBorderWidth = 0;
2164 textPtr->selTagPtr->borderWidth = textPtr->selBorderWidth;
2389 textPtr->selBorderWidth = 0;
H A DtkTextTag.c475 textPtr->selBorderWidth = tagPtr->borderWidth;
H A DtkCanvas.c178 Tk_Offset(TkCanvas, textInfo.selBorderWidth), TK_CONFIG_COLOR_ONLY},
180 DEF_CANVAS_SELECT_BD_MONO, Tk_Offset(TkCanvas, textInfo.selBorderWidth),
428 canvasPtr->textInfo.selBorderWidth = 0;
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkEntry.h116 int selBorderWidth; /* Width of border around selection. */ member in struct:__anon13780
H A DtkListbox.c85 int selBorderWidth; /* Width of border around selection. */ member in struct:__anon13793
278 Tk_Offset(Listbox, selBorderWidth), 0, 0, 0},
1129 x = listPtr->inset + listPtr->selBorderWidth - listPtr->xOffset;
1131 + listPtr->inset + listPtr->selBorderWidth;
1264 - 2*(listPtr->inset + listPtr->selBorderWidth);
1907 left = listPtr->selBorderWidth+1;
1910 - 2*(listPtr->inset + listPtr->selBorderWidth))) {
1911 right = listPtr->selBorderWidth+1;
1986 x, y, listPtr->selBorderWidth, listPtr->lineHeight,
1992 x + width - listPtr->selBorderWidth,
[all...]
H A DtkCanvText.c694 if (textInfoPtr->selBorderWidth > fudge) {
695 fudge = textInfoPtr->selBorderWidth;
808 - textInfoPtr->selBorderWidth),
813 width + 2 * textInfoPtr->selBorderWidth,
814 height, textInfoPtr->selBorderWidth, TK_RELIEF_RAISED);
H A DtkEntry.c143 Tk_Offset(Entry, selBorderWidth),
301 Tk_Offset(Entry, selBorderWidth),
1706 if ((selStartX - entryPtr->selBorderWidth) < xBound) {
1711 selStartX - entryPtr->selBorderWidth,
1712 baseY - fm.ascent - entryPtr->selBorderWidth,
1713 (selEndX - selStartX) + 2*entryPtr->selBorderWidth,
1714 (fm.ascent + fm.descent) + 2*entryPtr->selBorderWidth,
1715 entryPtr->selBorderWidth,
H A Dtk.h1106 int selBorderWidth; /* Width of border around selection.
1104 int selBorderWidth; /* Width of border around selection. member in struct:Tk_CanvasTextInfo
H A DtkCanvas.c176 Tk_Offset(TkCanvas, textInfo.selBorderWidth), TK_CONFIG_COLOR_ONLY},
178 DEF_CANVAS_SELECT_BD_MONO, Tk_Offset(TkCanvas, textInfo.selBorderWidth),
423 canvasPtr->textInfo.selBorderWidth = 0;

Completed in 147 milliseconds