Searched refs:CURSOR_ON (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/tcl-105/tk/tk/generic/ttk/
H A DttkBlink.c8 * arranges to periodically toggle the corePtr->flags CURSOR_ON bit
76 if (cm->owner->flags & CURSOR_ON) {
77 cm->owner->flags &= ~CURSOR_ON;
80 cm->owner->flags |= CURSOR_ON;
92 if (corePtr->flags & CURSOR_ON) {
93 corePtr->flags &= ~CURSOR_ON;
115 corePtr->flags |= CURSOR_ON;
H A DttkWidget.h14 #define CURSOR_ON 0x0020 /* See TtkBlinkCursor() */ macro
H A DttkEntry.c1176 (entryPtr->core.flags & CURSOR_ON) != 0
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkCanvas.h253 * CURSOR_ON - 1 means the insertion cursor is in the "on"
273 #define CURSOR_ON 0x10 macro
H A DtkEntry.h248 * CURSOR_ON: Non-zero means insert cursor is displayed at
266 #define CURSOR_ON 4 macro
H A DtkEntry.c1693 if (entryPtr->flags & CURSOR_ON) {
3013 if (entryPtr->flags & CURSOR_ON) {
3014 entryPtr->flags &= ~CURSOR_ON;
3018 entryPtr->flags |= CURSOR_ON;
3052 entryPtr->flags |= GOT_FOCUS | CURSOR_ON;
3065 entryPtr->flags &= ~(GOT_FOCUS | CURSOR_ON);
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkCanvas.h253 * CURSOR_ON - 1 means the insertion cursor is in the "on"
273 #define CURSOR_ON 0x10 macro
H A DtkEntry.h249 * CURSOR_ON: Non-zero means insert cursor is displayed at
267 #define CURSOR_ON 4 macro
H A DtkEntry.c1743 if (entryPtr->flags & CURSOR_ON) {
3056 if (entryPtr->flags & CURSOR_ON) {
3057 entryPtr->flags &= ~CURSOR_ON;
3061 entryPtr->flags |= CURSOR_ON;
3095 entryPtr->flags |= GOT_FOCUS | CURSOR_ON;
3108 entryPtr->flags &= ~(GOT_FOCUS | CURSOR_ON);
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/generic/
H A DtkTable.c2370 if (activeCell && (tablePtr->flags & CURSOR_ON) &&
3485 Tcl_CreateTimerHandler((tablePtr->flags & CURSOR_ON) ?
3490 tablePtr->flags ^= CURSOR_ON;
3522 if (!(tablePtr->flags & CURSOR_ON)) {
3523 tablePtr->flags |= CURSOR_ON;
3543 if ((tablePtr->flags & CURSOR_ON)) {
3544 tablePtr->flags &= ~CURSOR_ON;
H A DtkTable.h127 * CURSOR_ON: Non-zero means insert cursor is displayed at
144 #define CURSOR_ON (1L<<1) macro

Completed in 220 milliseconds