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

/freebsd-13-stable/contrib/dialog/
H A Dtreeview.c38 int use_height; member in struct:__anon549
128 data->box_y + data->use_height + 1,
205 int use_height; local
255 use_height = list_height;
258 if (use_height == 0) {
261 dlg_calc_listh(&height, &use_height, item_no);
263 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH + use_height, use_width);
294 if (use_height + MIN_HIGH > height - cur_y)
295 use_height = height - MIN_HIGH - cur_y;
296 if (use_height <
[all...]
H A Dchecklist.c42 int use_height; member in struct:__anon520
124 data->box_y + data->use_height + 1,
257 all.use_height = list_height;
260 if (all.use_height == 0) {
263 dlg_calc_listh(&height, &all.use_height, item_no);
267 MIN_HIGH + all.use_height, use_width);
307 if (all.use_height + MIN_HIGH > height - cur_y)
308 all.use_height = height - MIN_HIGH - cur_y;
309 if (all.use_height <= 0)
310 all.use_height
[all...]
H A Dbuildlist.c63 int use_height; /* actual size of column box */ member in struct:__anon517
428 } else if ((cur_row - top_row) >= all->use_height) {
429 top_item = row2index(all, cur_row + 1 - all->use_height, selected);
431 if (cur_row < all->use_height) {
602 all.use_height = list_height;
608 if (all.use_height == 0) {
611 dlg_calc_listh(&height, &all.use_height, item_no);
615 MIN_HIGH + all.use_height, all.use_width);
653 if (all.use_height + MIN_HIGH > height - cur_y)
654 all.use_height
[all...]

Completed in 113 milliseconds