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

/freebsd-10.0-release/contrib/dialog/
H A Dbuildlist.c52 int use_height; /* actual size of column box */ member in struct:__anon795
395 } else if ((cur_row - top_row) > data->use_height) {
396 top_item = row2index(data, cur_row + 1 - data->use_height, selected);
398 if (cur_row < data->use_height) {
502 all.use_height = list_height;
508 if (all.use_height == 0) {
511 dlg_calc_listh(&height, &all.use_height, item_no);
515 MIN_HIGH + all.use_height, all.use_width);
553 if (all.use_height + MIN_HIGH > height - cur_y)
554 all.use_height
[all...]
H A Dtreeview.c38 int use_height; member in struct:__anon825
128 data->box_y + data->use_height + 1,
204 int use_height; local
252 use_height = list_height;
255 if (use_height == 0) {
258 dlg_calc_listh(&height, &use_height, item_no);
260 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH + use_height, use_width);
291 if (use_height + MIN_HIGH > height - cur_y)
292 use_height = height - MIN_HIGH - cur_y;
293 if (use_height <
[all...]
H A Dchecklist.c42 int use_height; member in struct:__anon797
124 data->box_y + data->use_height + 1,
240 all.use_height = list_height;
243 if (all.use_height == 0) {
246 dlg_calc_listh(&height, &all.use_height, item_no);
250 MIN_HIGH + all.use_height, use_width);
290 if (all.use_height + MIN_HIGH > height - cur_y)
291 all.use_height = height - MIN_HIGH - cur_y;
292 if (all.use_height <= 0)
293 all.use_height
[all...]

Completed in 255 milliseconds