Searched refs:box_x (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/dialog/
H A Dinputbox.c68 int x, y, box_y, box_x, box_width; local
134 box_x = (width - box_width) / 2;
135 dlg_mouse_mkregion(y + 1, box_x - 1, 3, box_width + 2, 'i');
136 dlg_draw_box(dialog, y + 1, box_x - 1, 3, box_width + 2,
140 editor = dlg_sub_window(dialog, 1, box_width, yorg + box_y, xorg + box_x);
158 (void) wmove(dialog, box_y, box_x + col_offset);
H A Dtreeview.c35 int box_x; member in struct:__anon825
125 data->box_x + data->check_x,
126 data->box_x + data->use_width,
197 int i, j, key2, found, x, y, cur_y, box_x, box_y; local
285 box_x = (width - all.use_width) / 2 - 1;
300 y + box_y + 1, x + box_x + 1);
303 dlg_draw_box(dialog, box_y, box_x,
343 dlg_mouse_mkbigregion(box_y + 1, box_x,
348 all.box_x = box_x;
[all...]
H A Dchecklist.c38 int box_x; member in struct:__anon797
121 data->box_x + data->check_x,
122 data->box_x + data->use_width,
284 all.box_x = (width - all.use_width) / 2 - 1;
300 y + all.box_y + 1, x + all.box_x + 1);
303 dlg_draw_box(dialog, all.box_y, all.box_x,
358 dlg_mouse_mkbigregion(all.box_y + 1, all.box_x,
367 wmove(dialog, all.box_y + choice + 1, all.box_x + all.check_x + 2);
H A Dmenubox.c40 int box_x; member in struct:__anon816
265 data->box_x,
266 data->box_x + data->menu_width,
400 all.box_x = (width - all.menu_width) / 2 - 1;
420 x + all.box_x + 1);
428 all.box_y, all.box_x,
489 dlg_mouse_mkbigregion(all.box_y + 1, all.box_x,
500 all.box_x + all.tag_x + 1);
H A Deditbox.c336 int x, y, box_y, box_x, box_height, box_width; local
396 box_x = MARGIN + 1;
402 box_x,
407 box_x + MARGIN,
415 getbegx(dialog) + box_x + 1);
447 box_x,
448 box_x + getmaxx(editing),
H A Dbuildlist.c43 int box_x; member in struct:__anon794
360 moi->box_x + data->check_x,
361 moi->box_x + getmaxx(win),
545 data[0].box_x = MARGIN + 1;
547 data[1].box_x = data[0].box_x + 1 + 2 * MARGIN + list_width;
562 x + data[k].box_x + 1);
565 dlg_draw_box(dialog, data[k].box_y, data[k].box_x,
629 data[i].box_x,
664 cur_x = (data[which].box_x
[all...]
H A Dformbox.c495 int x, y, cur_x, cur_y, box_x, box_y; local
564 box_x = (width - form_width) / 2 - 1;
568 x + box_x + 1);
572 dlg_draw_box(dialog, box_y, box_x, form_height + 2, form_width + 2,
600 box_x + 1,
601 box_x + form_width,
H A Dtextbox.c495 int box_x, box_y; local
516 box_x = (width - box_width) / 2;
520 old_y + box_y, old_x + box_x);

Completed in 179 milliseconds