Searched refs:pickPlace (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkTextDisp.c | 2868 * determined by "pickPlace". 2874 TkTextSetYView(textPtr, indexPtr, pickPlace) 2878 int pickPlace; /* 0 means topLine must appear at top of 2899 if (!pickPlace) { 3442 int pickPlace, lineNum, type, lineHeight, charsInLine; 3463 pickPlace = 0; 3468 pickPlace = 1; 3477 if ((argc == 3) || pickPlace) { 3478 if (Tcl_GetInt(interp, argv[2+pickPlace], &lineNum) == TCL_OK) { 3489 if (TkTextGetIndex(interp, textPtr, argv[2+pickPlace], 3420 int pickPlace, lineNum, type, lineHeight, charsInLine; local [all...] |
H A D | tkText.h | 796 TkTextIndex *indexPtr, int pickPlace));
|
Completed in 22 milliseconds