Searched refs:step_y (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | mouse.c | 65 int step_y, int step_x, in dlg_mouse_mkbigregion() argument 71 butPtr->step_y = MAX(1, step_y); in dlg_mouse_mkbigregion() 98 (butPtr->step_y != 0) || in dlg_mouse_mkregion() 111 butPtr->step_y = 0; in dlg_mouse_mkregion()
|
H A D | dialog.h | 927 int mode, step_x, step_y; member 950 #define dlg_mouse_mkbigregion(y, x, height, width, code, step_x, step_y, mode) /*nothing*/ argument
|