Searched refs:REDRAW_SLIDER (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkScale.h172 * REDRAW_SLIDER - 1 means slider (and numerical readout) need to
196 #define REDRAW_SLIDER (1<<0) macro
198 #define REDRAW_ALL (REDRAW_OTHER|REDRAW_SLIDER)
H A DtkScale.c1096 * If "what" is REDRAW_SLIDER then just the slider and the value readout
1106 int what) /* What to redraw: REDRAW_SLIDER or
1242 TkEventuallyRedrawScale(scalePtr, REDRAW_SLIDER);
1294 TkEventuallyRedrawScale(scalePtr, REDRAW_SLIDER);
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkScale.h173 * REDRAW_SLIDER - 1 means slider (and numerical readout) need
197 #define REDRAW_SLIDER (1<<0) macro
199 #define REDRAW_ALL (REDRAW_OTHER|REDRAW_SLIDER)
H A DtkScale.c1115 * If "what" is REDRAW_SLIDER then just the slider and the
1125 int what; /* What to redraw: REDRAW_SLIDER
1262 TkEventuallyRedrawScale(scalePtr, REDRAW_SLIDER);
1314 TkEventuallyRedrawScale(scalePtr, REDRAW_SLIDER);

Completed in 176 milliseconds