Searched refs:cursorOn (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkCanvas.c440 canvasPtr->textInfo.cursorOn = 0;
1250 && (canvasPtr->textInfo.cursorOn)) {
4933 if (canvasPtr->textInfo.cursorOn) {
4934 canvasPtr->textInfo.cursorOn = 0;
4939 canvasPtr->textInfo.cursorOn = 1;
4978 canvasPtr->textInfo.cursorOn = 1;
4986 canvasPtr->textInfo.cursorOn = 0;
H A Dtk.h1128 int cursorOn; /* Non-zero means that an insertion cursor
1125 int cursorOn; /* Non-zero means that an insertion cursor member in struct:Tk_CanvasTextInfo
H A DtkCanvText.c835 if (textInfoPtr->cursorOn) {
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkCanvas.c435 canvasPtr->textInfo.cursorOn = 0;
1306 && (canvasPtr->textInfo.cursorOn)) {
5086 if (canvasPtr->textInfo.cursorOn) {
5087 canvasPtr->textInfo.cursorOn = 0;
5092 canvasPtr->textInfo.cursorOn = 1;
5131 canvasPtr->textInfo.cursorOn = 1;
5139 canvasPtr->textInfo.cursorOn = 0;
H A Dtk.h1135 int cursorOn; /* Non-zero means that an insertion cursor
1133 int cursorOn; /* Non-zero means that an insertion cursor member in struct:Tk_CanvasTextInfo
H A DtkCanvText.c839 if (textInfoPtr->cursorOn) {

Completed in 143 milliseconds