Home
last modified time | relevance | path

Searched refs:sliderLast (Results 1 – 24 of 24) sorted by relevance

/dports/x11-toolkits/tk87/tk8.7a5/unix/
H A DtkUnixScrlbr.c237 width, scrollPtr->sliderLast - scrollPtr->sliderFirst, in TkpDisplayScrollbar()
242 scrollPtr->sliderLast - scrollPtr->sliderFirst, width, in TkpDisplayScrollbar()
305 scrollPtr->sliderLast = fieldLength*scrollPtr->lastFraction; in TkpComputeScrollbarGeometry()
319 if (scrollPtr->sliderLast < scrollPtr->sliderFirst + MIN_SLIDER_LENGTH) { in TkpComputeScrollbarGeometry()
320 scrollPtr->sliderLast = scrollPtr->sliderFirst + MIN_SLIDER_LENGTH; in TkpComputeScrollbarGeometry()
322 if (scrollPtr->sliderLast > fieldLength) { in TkpComputeScrollbarGeometry()
323 scrollPtr->sliderLast = fieldLength; in TkpComputeScrollbarGeometry()
326 scrollPtr->sliderLast += scrollPtr->arrowLength + scrollPtr->inset; in TkpComputeScrollbarGeometry()
473 if (y < scrollPtr->sliderLast) { in TkpScrollbarPosition()
/dports/x11-toolkits/tk86/tk8.6.12/unix/
H A DtkUnixScrlbr.c237 width, scrollPtr->sliderLast - scrollPtr->sliderFirst, in TkpDisplayScrollbar()
242 scrollPtr->sliderLast - scrollPtr->sliderFirst, width, in TkpDisplayScrollbar()
305 scrollPtr->sliderLast = fieldLength*scrollPtr->lastFraction; in TkpComputeScrollbarGeometry()
319 if (scrollPtr->sliderLast < scrollPtr->sliderFirst + MIN_SLIDER_LENGTH) { in TkpComputeScrollbarGeometry()
320 scrollPtr->sliderLast = scrollPtr->sliderFirst + MIN_SLIDER_LENGTH; in TkpComputeScrollbarGeometry()
322 if (scrollPtr->sliderLast > fieldLength) { in TkpComputeScrollbarGeometry()
323 scrollPtr->sliderLast = fieldLength; in TkpComputeScrollbarGeometry()
326 scrollPtr->sliderLast += scrollPtr->arrowLength + scrollPtr->inset; in TkpComputeScrollbarGeometry()
473 if (y < scrollPtr->sliderLast) { in TkpScrollbarPosition()
/dports/x11-toolkits/tk85/tk8.5.19/unix/
H A DtkUnixScrlbr.c233 width, scrollPtr->sliderLast - scrollPtr->sliderFirst, in TkpDisplayScrollbar()
238 scrollPtr->sliderLast - scrollPtr->sliderFirst, width, in TkpDisplayScrollbar()
296 scrollPtr->sliderLast = fieldLength*scrollPtr->lastFraction; in TkpComputeScrollbarGeometry()
310 if (scrollPtr->sliderLast < (scrollPtr->sliderFirst in TkpComputeScrollbarGeometry()
312 scrollPtr->sliderLast = scrollPtr->sliderFirst + MIN_SLIDER_LENGTH; in TkpComputeScrollbarGeometry()
314 if (scrollPtr->sliderLast > fieldLength) { in TkpComputeScrollbarGeometry()
315 scrollPtr->sliderLast = fieldLength; in TkpComputeScrollbarGeometry()
318 scrollPtr->sliderLast += scrollPtr->arrowLength + scrollPtr->inset; in TkpComputeScrollbarGeometry()
465 if (y < scrollPtr->sliderLast) { in TkpScrollbarPosition()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/unix/
H A DtkUnixScrlbr.c235 width, scrollPtr->sliderLast - scrollPtr->sliderFirst,
240 scrollPtr->sliderLast - scrollPtr->sliderFirst, width,
297 scrollPtr->sliderLast = fieldLength*scrollPtr->lastFraction;
311 if (scrollPtr->sliderLast < (scrollPtr->sliderFirst
313 scrollPtr->sliderLast = scrollPtr->sliderFirst + MIN_SLIDER_LENGTH;
315 if (scrollPtr->sliderLast > fieldLength) {
316 scrollPtr->sliderLast = fieldLength;
319 scrollPtr->sliderLast += scrollPtr->arrowLength + scrollPtr->inset;
469 if (y < scrollPtr->sliderLast) {
/dports/x11-toolkits/tk87/tk8.7a5/macosx/
H A DtkMacOSXScrlbr.c189 thumbSize.height = scrollPtr->sliderLast - scrollPtr->sliderFirst; in drawMacScrollbar()
199 thumbSize.width = scrollPtr->sliderLast - scrollPtr->sliderFirst; in drawMacScrollbar()
392 scrollPtr->sliderLast = fieldLength*scrollPtr->lastFraction; in TkpComputeScrollbarGeometry()
401 scrollPtr->sliderLast += MIN_GAP; in TkpComputeScrollbarGeometry()
403 if (scrollPtr->sliderLast > fieldLength - MIN_GAP) { in TkpComputeScrollbarGeometry()
404 scrollPtr->sliderLast = fieldLength - MIN_GAP; in TkpComputeScrollbarGeometry()
410 if (scrollPtr->sliderLast < scrollPtr->sliderFirst + MIN_SLIDER_LENGTH) { in TkpComputeScrollbarGeometry()
411 scrollPtr->sliderLast = scrollPtr->sliderFirst + MIN_SLIDER_LENGTH; in TkpComputeScrollbarGeometry()
414 scrollPtr->sliderLast += scrollPtr->inset; in TkpComputeScrollbarGeometry()
551 if (y < scrollPtr->sliderLast) { in TkpScrollbarPosition()
/dports/x11-toolkits/tk86/tk8.6.12/macosx/
H A DtkMacOSXScrlbr.c189 thumbSize.height = scrollPtr->sliderLast - scrollPtr->sliderFirst; in drawMacScrollbar()
199 thumbSize.width = scrollPtr->sliderLast - scrollPtr->sliderFirst; in drawMacScrollbar()
392 scrollPtr->sliderLast = fieldLength*scrollPtr->lastFraction; in TkpComputeScrollbarGeometry()
401 scrollPtr->sliderLast += MIN_GAP; in TkpComputeScrollbarGeometry()
403 if (scrollPtr->sliderLast > fieldLength - MIN_GAP) { in TkpComputeScrollbarGeometry()
404 scrollPtr->sliderLast = fieldLength - MIN_GAP; in TkpComputeScrollbarGeometry()
410 if (scrollPtr->sliderLast < scrollPtr->sliderFirst + MIN_SLIDER_LENGTH) { in TkpComputeScrollbarGeometry()
411 scrollPtr->sliderLast = scrollPtr->sliderFirst + MIN_SLIDER_LENGTH; in TkpComputeScrollbarGeometry()
414 scrollPtr->sliderLast += scrollPtr->inset; in TkpComputeScrollbarGeometry()
550 if (y < scrollPtr->sliderLast) { in TkpScrollbarPosition()
/dports/x11-toolkits/tk85/tk8.5.19/macosx/
H A DtkMacOSXScrlbr.c240 scrollPtr->sliderLast = fieldLength * scrollPtr->lastFraction; in TkpComputeScrollbarGeometry()
254 if (scrollPtr->sliderLast < (scrollPtr->sliderFirst + in TkpComputeScrollbarGeometry()
256 scrollPtr->sliderLast = scrollPtr->sliderFirst + in TkpComputeScrollbarGeometry()
259 if (scrollPtr->sliderLast > fieldLength) { in TkpComputeScrollbarGeometry()
260 scrollPtr->sliderLast = fieldLength; in TkpComputeScrollbarGeometry()
265 scrollPtr->sliderLast += scrollPtr->inset + in TkpComputeScrollbarGeometry()
404 if (y < scrollPtr->sliderLast) { in TkpScrollbarPosition()
/dports/x11-toolkits/tk86/tk8.6.12/win/
H A DtkWinScrlbr.c416 scrollPtr->sliderLast = (int) ((double)fieldLength in TkpComputeScrollbarGeometry()
431 if (scrollPtr->sliderLast < (scrollPtr->sliderFirst in TkpComputeScrollbarGeometry()
433 scrollPtr->sliderLast = scrollPtr->sliderFirst + minThumbSize; in TkpComputeScrollbarGeometry()
435 if (scrollPtr->sliderLast > fieldLength) { in TkpComputeScrollbarGeometry()
436 scrollPtr->sliderLast = fieldLength; in TkpComputeScrollbarGeometry()
439 scrollPtr->sliderLast += scrollPtr->arrowLength; in TkpComputeScrollbarGeometry()
686 if (y < scrollPtr->sliderLast) { in TkpScrollbarPosition()
/dports/x11-toolkits/tk87/tk8.7a5/win/
H A DtkWinScrlbr.c416 scrollPtr->sliderLast = (int) ((double)fieldLength in TkpComputeScrollbarGeometry()
431 if (scrollPtr->sliderLast < (scrollPtr->sliderFirst in TkpComputeScrollbarGeometry()
433 scrollPtr->sliderLast = scrollPtr->sliderFirst + minThumbSize; in TkpComputeScrollbarGeometry()
435 if (scrollPtr->sliderLast > fieldLength) { in TkpComputeScrollbarGeometry()
436 scrollPtr->sliderLast = fieldLength; in TkpComputeScrollbarGeometry()
439 scrollPtr->sliderLast += scrollPtr->arrowLength; in TkpComputeScrollbarGeometry()
687 if (y < scrollPtr->sliderLast) { in TkpScrollbarPosition()
/dports/x11-toolkits/blt/blt2.5/generic/
H A DtkScrollbar.c125 int sliderLast; /* Coordinate of pixel just after bottom member
394 scrollPtr->sliderLast = 0;
1166 scrollPtr->sliderLast - scrollPtr->sliderFirst - 1);
1169 width, scrollPtr->sliderLast - scrollPtr->sliderFirst,
1174 width, scrollPtr->sliderLast - scrollPtr->sliderFirst,
1181 scrollPtr->sliderLast - scrollPtr->sliderFirst - 1, width - 1);
1184 scrollPtr->sliderLast - scrollPtr->sliderFirst, width,
1189 scrollPtr->sliderLast - scrollPtr->sliderFirst, width,
1398 if (scrollPtr->sliderLast > fieldLength) {
1399 scrollPtr->sliderLast = fieldLength;
[all …]
H A DbltScrollbar.c125 int sliderLast; /* Coordinate of pixel just after bottom member
414 scrollPtr->sliderLast = 0;
1208 scrollPtr->sliderLast - scrollPtr->sliderFirst - 1);
1211 width, scrollPtr->sliderLast - scrollPtr->sliderFirst,
1216 width, scrollPtr->sliderLast - scrollPtr->sliderFirst,
1223 scrollPtr->sliderLast - scrollPtr->sliderFirst - 1, width - 1);
1226 scrollPtr->sliderLast - scrollPtr->sliderFirst, width,
1231 scrollPtr->sliderLast - scrollPtr->sliderFirst, width,
1440 if (scrollPtr->sliderLast > fieldLength) {
1441 scrollPtr->sliderLast = fieldLength;
[all …]
/dports/x11-toolkits/tk85/tk8.5.19/win/
H A DtkWinScrlbr.c417 scrollPtr->sliderLast = (int) ((double)fieldLength in TkpComputeScrollbarGeometry()
432 if (scrollPtr->sliderLast < (scrollPtr->sliderFirst in TkpComputeScrollbarGeometry()
434 scrollPtr->sliderLast = scrollPtr->sliderFirst + minThumbSize; in TkpComputeScrollbarGeometry()
436 if (scrollPtr->sliderLast > fieldLength) { in TkpComputeScrollbarGeometry()
437 scrollPtr->sliderLast = fieldLength; in TkpComputeScrollbarGeometry()
440 scrollPtr->sliderLast += scrollPtr->arrowLength; in TkpComputeScrollbarGeometry()
727 if (y < scrollPtr->sliderLast) { in TkpScrollbarPosition()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/win/
H A DtkWinScrlbr.c448 scrollPtr->sliderLast = (int) ((double)fieldLength
463 if (scrollPtr->sliderLast < (scrollPtr->sliderFirst
465 scrollPtr->sliderLast = scrollPtr->sliderFirst + minThumbSize;
467 if (scrollPtr->sliderLast > fieldLength) {
468 scrollPtr->sliderLast = fieldLength;
471 scrollPtr->sliderLast += scrollPtr->arrowLength;
750 if (y < scrollPtr->sliderLast) {
/dports/shells/ksh93/ast-93u/src/lib/libtk/generic/
H A DtkScrollbar.c86 int sliderLast; /* Coordinate of pixel just after bottom member
338 scrollPtr->sliderLast = 0;
929 width, scrollPtr->sliderLast - scrollPtr->sliderFirst,
934 scrollPtr->sliderLast - scrollPtr->sliderFirst, width,
1087 scrollPtr->sliderLast = fieldLength*scrollPtr->lastFraction;
1101 if (scrollPtr->sliderLast < (scrollPtr->sliderFirst
1103 scrollPtr->sliderLast = scrollPtr->sliderFirst + MIN_SLIDER_LENGTH;
1105 if (scrollPtr->sliderLast > fieldLength) {
1106 scrollPtr->sliderLast = fieldLength;
1109 scrollPtr->sliderLast += scrollPtr->arrowLength + scrollPtr->inset;
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtk/generic/
H A DtkScrollbar.c86 int sliderLast; /* Coordinate of pixel just after bottom member
338 scrollPtr->sliderLast = 0;
929 width, scrollPtr->sliderLast - scrollPtr->sliderFirst,
934 scrollPtr->sliderLast - scrollPtr->sliderFirst, width,
1087 scrollPtr->sliderLast = fieldLength*scrollPtr->lastFraction;
1101 if (scrollPtr->sliderLast < (scrollPtr->sliderFirst
1103 scrollPtr->sliderLast = scrollPtr->sliderFirst + MIN_SLIDER_LENGTH;
1105 if (scrollPtr->sliderLast > fieldLength) {
1106 scrollPtr->sliderLast = fieldLength;
1109 scrollPtr->sliderLast += scrollPtr->arrowLength + scrollPtr->inset;
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtk/generic/
H A DtkScrollbar.c86 int sliderLast; /* Coordinate of pixel just after bottom member
338 scrollPtr->sliderLast = 0;
929 width, scrollPtr->sliderLast - scrollPtr->sliderFirst,
934 scrollPtr->sliderLast - scrollPtr->sliderFirst, width,
1087 scrollPtr->sliderLast = fieldLength*scrollPtr->lastFraction;
1101 if (scrollPtr->sliderLast < (scrollPtr->sliderFirst
1103 scrollPtr->sliderLast = scrollPtr->sliderFirst + MIN_SLIDER_LENGTH;
1105 if (scrollPtr->sliderLast > fieldLength) {
1106 scrollPtr->sliderLast = fieldLength;
1109 scrollPtr->sliderLast += scrollPtr->arrowLength + scrollPtr->inset;
[all …]
/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A DtkScrollbar.h80 int sliderLast; /* Coordinate of pixel just after bottom or member
H A DtkScrollbar.c179 scrollPtr->sliderLast = 0; in Tk_ScrollbarObjCmd()
/dports/x11-toolkits/tk85/tk8.5.19/generic/
H A DtkScrollbar.h80 int sliderLast; /* Coordinate of pixel just after bottom or member
H A DtkScrollbar.c182 scrollPtr->sliderLast = 0; in Tk_ScrollbarCmd()
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkScrollbar.h80 int sliderLast; /* Coordinate of pixel just after bottom or member
H A DtkScrollbar.c179 scrollPtr->sliderLast = 0; in Tk_ScrollbarObjCmd()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A DtkScrollbar.h91 int sliderLast; /* Coordinate of pixel just after bottom member
H A DtkScrollbar.c209 scrollPtr->sliderLast = 0;