Home
last modified time | relevance | path

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

/dragonfly/contrib/dialog/
H A Dchecklist.c39 int check_x; member
67 int climit = (getmaxx(win) - data->check_x + 1); in print_item()
78 (void) wmove(win, choice, data->check_x); in print_item()
123 data->box_x + data->check_x, in print_list()
358 all.check_x = (use_width - list_width) / 2; in dlg_checklist()
364 + all.check_x + 4); in dlg_checklist()
387 wmove(dialog, all.box_y + choice + 1, all.box_x + all.check_x + 2); in dlg_checklist()
H A Dtreeview.c36 int check_x; member
64 int climit = (getmaxx(win) - data->check_x + 1); in print_item()
75 (void) wmove(win, choice, data->check_x); in print_item()
128 data->box_x + data->check_x, in print_list()
332 all.check_x = (use_width - tree_width) / 2; in dlg_treeview()
338 + all.check_x + 4); in dlg_treeview()
368 wmove(dialog, box_y + choice + 1, box_x + all.check_x + 2); in dlg_treeview()
H A Dbuildlist.c66 int check_x; member
135 int climit = (all->item_x - all->check_x - 1); in print_item()
146 (void) wmove(win, row, all->check_x); in print_item()
396 data->box_x + all->check_x, in print_both()
705 all.check_x = (all.use_width - full_width) / 2; in dlg_buildlist()
711 + all.check_x); in dlg_buildlist()
768 + all.check_x + 1); in dlg_buildlist()