Searched refs:tbox_y (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | fselect.c | 603 int tbox_y, tbox_x, tbox_width, tbox_height; in dlg_fselect() local 670 tbox_y = height - (BTN_HIGH * 2) + MARGIN; in dlg_fselect() 673 w_text = dlg_der_window(dialog, tbox_height, tbox_width, tbox_y, tbox_x); in dlg_fselect() 679 dlg_draw_box(dialog, tbox_y - MARGIN, tbox_x - MARGIN, in dlg_fselect() 682 dlg_mouse_mkbigregion(getbegy(dialog) + tbox_y - MARGIN, in dlg_fselect()
|