Home
last modified time | relevance | path

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

/dragonfly/contrib/dialog/
H A Dtreeview.c38 int use_height; member
131 data->box_y + data->use_height + 1, in print_list()
207 int use_height; in dlg_treeview() local
257 use_height = list_height; in dlg_treeview()
260 if (use_height == 0) { in dlg_treeview()
297 if (use_height <= 0) in dlg_treeview()
298 use_height = 1; in dlg_treeview()
300 max_choice = MIN(use_height, item_no); in dlg_treeview()
308 use_height + 2 * MARGIN, in dlg_treeview()
348 use_height, all.use_width + 2, in dlg_treeview()
[all …]
H A Dbuildlist.c434 if (cur_row < all->use_height) { in fix_top_item()
604 all.use_height = list_height; in dlg_buildlist()
610 if (all.use_height == 0) { in dlg_buildlist()
656 if (all.use_height <= 0) in dlg_buildlist()
657 all.use_height = 1; in dlg_buildlist()
667 all.use_height + 2 * MARGIN, in dlg_buildlist()
714 j = MIN(all.use_height, item_no); in dlg_buildlist()
732 all.use_height, in dlg_buildlist()
966 if ((temp -= all.use_height) < 0) in dlg_buildlist()
972 if ((at_end - at_bot) < all.use_height) { in dlg_buildlist()
[all …]
H A Dchecklist.c42 int use_height; member
126 data->box_y + data->use_height + 1, in print_list()
258 all.use_height = list_height; in dlg_checklist()
261 if (all.use_height == 0) { in dlg_checklist()
268 MIN_HIGH + all.use_height, use_width); in dlg_checklist()
308 all.use_height = height - MIN_HIGH - cur_y; in dlg_checklist()
309 if (all.use_height <= 0) in dlg_checklist()
310 all.use_height = 1; in dlg_checklist()
312 max_choice = MIN(all.use_height, item_no); in dlg_checklist()
321 all.use_height + 2 * MARGIN, in dlg_checklist()
[all …]