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

/ast/src/lib/libtk/generic/
H A DtkTextDisp.c2868 * 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...]

Completed in 16 milliseconds