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

/xsrc/external/mit/xman/dist/
H A DScrollByL.c108 static void MoveAndClearText(Widget w, int old_y, int height, int new_y);
418 MoveAndClearText(w, 0, /* cause a full redisplay */ 0, 0);
429 MoveAndClearText(w, 0, num_lines - lines_to_scroll, lines_to_scroll);
438 MoveAndClearText(w, lines_to_scroll, num_lines - lines_to_scroll, 0);
444 /* Function Name: MoveAndClearText
455 MoveAndClearText(Widget w, int old_y, int height, int new_y) function in typeref:typename:void

Completed in 3 milliseconds