Searched refs:box_height (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/contrib/dialog/ |
| HD | editbox.c | 346 int x, y, box_y, box_x, box_height, box_width; in dlg_editbox() local 414 box_height = height - (4 * MARGIN); in dlg_editbox() 419 box_height, in dlg_editbox() 424 box_height - (2 * MARGIN), in dlg_editbox() 428 box_height - (2 * MARGIN), in dlg_editbox()
|
| HD | textbox.c | 496 int box_height, box_width; in get_search_term() local 510 box_height = 1 + (2 * MARGIN); in get_search_term() 517 box_y = (height - box_height) / 2; in get_search_term() 519 box_height, box_width, in get_search_term() 524 dlg_draw_box2(widget, 0, 0, box_height, box_width, in get_search_term()
|