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

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

Completed in 64 milliseconds