Searched refs:text_y (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/dialog/
H A Ddialog.h629 int text_y; /* ...its y-ordinate */ member in struct:__anon941
H A Dformbox.c100 if (item->text_len && ok_move(win, scrollamt, item->text_y, item->text_x)) {
119 item->text_y - scrollamt,
124 move_past(win, item->text_y - scrollamt, item->text_x + len);
185 if (limit < item[n].text_y)
186 limit = item[n].text_y;
247 int lo = MIN(item[*choice].name_y, item[*choice].text_y);
248 int hi = MAX(item[*choice].name_y, item[*choice].text_y);
293 int old_row = MIN(item[old_choice].text_y, item[old_choice].name_y);
314 int new_row = MIN(item[n].text_y, item[n].name_y);
375 min_h = MAX(min_h, item[i].text_y
[all...]
H A Dmixedform.c73 listitems[i].text_y = dlg_ordinate(ItemTextY(i));

Completed in 135 milliseconds