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

/ast/src/lib/libtk/generic/
H A DtkScale.c127 int horizTroughY; /* Y-coord of top of slider trough. */ member in struct:__anon415
436 scalePtr->horizTroughY = 0;
547 y = scalePtr->horizTroughY + scalePtr->width/2
991 scalePtr->horizTroughY = y;
1302 drawnAreaPtr->height = scalePtr->horizTroughY + scalePtr->width
1350 y = scalePtr->horizTroughY;
1629 if ((y < scalePtr->horizTroughY)
1630 || (y >= (scalePtr->horizTroughY + 2*scalePtr->borderWidth +

Completed in 20 milliseconds