Searched refs:IN_MODAL_LOOP (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinScrlbr.c42 * IN_MODAL_LOOP: Non-zero means this scrollbar is in the middle
48 #define IN_MODAL_LOOP 1 macro
344 if (winScrollPtr->winFlags & IN_MODAL_LOOP) {
689 scrollPtr->winFlags |= IN_MODAL_LOOP;
693 scrollPtr->winFlags &= ~IN_MODAL_LOOP;
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinScrlbr.c43 * IN_MODAL_LOOP: Non-zero means this scrollbar is in the middle
49 #define IN_MODAL_LOOP 1 macro
357 if (winScrollPtr->winFlags & IN_MODAL_LOOP) {
704 scrollPtr->winFlags |= IN_MODAL_LOOP;
708 scrollPtr->winFlags &= ~IN_MODAL_LOOP;
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXScrlbr.c41 * IN_MODAL_LOOP: Non-zero means this scrollbar is in the middle
48 #define IN_MODAL_LOOP 2 macro
454 if (!(macScrollPtr->macFlags & IN_MODAL_LOOP)) {
773 macScrollPtr->macFlags |= IN_MODAL_LOOP;
873 macScrollPtr->macFlags &= ~IN_MODAL_LOOP;

Completed in 95 milliseconds