Home
last modified time | relevance | path

Searched refs:text_x (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/dialog/
Dformbox.c100 if (item->text_len && ok_move(win, scrollamt, item->text_y, item->text_x)) { in print_item()
104 len = MIN(len, getmaxx(win) - item->text_x); in print_item()
120 item->text_x, in print_item()
124 move_past(win, item->text_y - scrollamt, item->text_x + len); in print_item()
377 min_w = MAX(min_w, item[i].text_x + 1 + real_len); in make_FORM_ELTs()
633 current->text_x, in dlg_form()
786 && items[n].text_x > col))) { in dlg_form()
793 && items[n].text_x <= col in dlg_form()
794 && items[n].text_x + items[n].text_ilen > col) { in dlg_form()
854 current->text_x, in dlg_form()
[all …]
Dmixedform.c74 listitems[i].text_x = dlg_ordinate(ItemTextX(i)); in dialog_mixedform()
Ddialog.h630 int text_x; /* ...its x-ordinate */ member