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

/ast/src/lib/libtk/generic/
H A DtkEntry.c63 int insertWidth; /* Total width of insert cursor. */ member in struct:__anon396
219 {TK_CONFIG_PIXELS, "-insertwidth", "insertWidth", "InsertWidth",
220 DEF_ENTRY_INSERT_WIDTH, Tk_Offset(Entry, insertWidth), 0},
382 entryPtr->insertWidth = 0;
944 if (entryPtr->insertWidth <= 0) {
945 entryPtr->insertWidth = 2;
947 if (entryPtr->insertBorderWidth > entryPtr->insertWidth/2) {
948 entryPtr->insertBorderWidth = entryPtr->insertWidth/2;
1107 xBound + entryPtr->insertWidth, entryPtr->tabOrigin,
1109 cursorX -= (entryPtr->insertWidth)/
[all...]
H A DtkText.h531 int insertWidth; /* Total width of insert cursor. */ member in struct:TkText
H A Dtk.h719 int insertWidth; /* Total width of insertion cursor. Read-only
717 int insertWidth; /* Total width of insertion cursor. Read-only member in struct:Tk_CanvasTextInfo

Completed in 16 milliseconds