Searched defs:thing (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkScrollbar.c | 119 double firstFraction; /* Position of first visible thing in window, 122 double lastFraction; /* Position of last visible thing in window, 535 int x, y, thing; 546 thing = ScrollbarPosition(scrollPtr, x,y); 547 switch (thing) { 533 int x, y, thing; local
|
H A D | tkScale.c | 571 int x, y, thing; 582 thing = ScaleElement(scalePtr, x,y); 583 switch (thing) { 569 int x, y, thing; local
|
Completed in 18 milliseconds