30 static int old_cursor;
35 :
ActiveWindow(p->GetScreen(), ax, ay, aw, ah, aid, s, paw)
61 sprintf_s(buf,
"ScrollWindow %d",
id);
92 sprintf_s(buf,
"ScrollWindow %d",
id);
134 if (w < 1 || h < 1 || !
shown)
143 Rect ctrl_rect(x,y,w,h);
164 if (w < 1 || h < 1 || !
shown)
171 Rect ctrl_rect(x,y,w,h);
220 btn_rect.
h = btn_rect.
w;
265 if (
leading != nNewValue && nNewValue >= 0) {
277 if (
dragdrop != nNewValue && (nNewValue == 0 || nNewValue == 1)) {
357 Scroll(direction, (
int) nlines);
464 int x_scroll_bar =
rect.
w;
521 if (mouse_x < 0 || mouse_x >
rect.
w || mouse_y < 0 || mouse_y >
rect.
h) {
556 static double scroll_time = 0;