Searched defs:selBorderWidth (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkEntry.c58 int selBorderWidth; /* Width of border around selection. */ member in struct:__anon396
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_RAISE
[all...]
H A DtkListbox.c91 int selBorderWidth; /* Width of border around selection. */ member in struct:__anon409
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,
[all...]
H A Dtk.h700 int selBorderWidth; /* Width of border around selection.
698 int selBorderWidth; /* Width of border around selection. member in struct:Tk_CanvasTextInfo

Completed in 22 milliseconds