Searched refs:text_x (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | formbox.c | 100 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() 379 min_w = MAX(min_w, item[i].text_x + 1 + real_len); in make_FORM_ELTs() 653 current->text_x, in dlg_form() 808 && items[n].text_x > col))) { in dlg_form() 815 && items[n].text_x <= col in dlg_form() 816 && items[n].text_x + items[n].text_ilen > col) { in dlg_form() 876 current->text_x, in dlg_form() [all …]
|
H A D | mixedform.c | 74 listitems[i].text_x = dlg_ordinate(ItemTextX(i)); in dialog_mixedform()
|
H A D | dialog.h | 695 int text_x; /* ...its x-ordinate */ member
|