Home
last modified time | relevance | path

Searched refs:dlg_draw_box (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/dialog/
HDfselect.c658 dlg_draw_box(dialog, tbox_y - MARGIN, tbox_x - MARGIN, in dlg_fselect()
685 dlg_draw_box(dialog, in dlg_fselect()
705 dlg_draw_box(dialog, in dlg_fselect()
HDdialog.h215 #define draw_box(win,y,x,h,w,xc,bc) dlg_draw_box(win,y,x,h,w,xc,bc)
705 extern void dlg_draw_box(WINDOW * /*win*/, int /*y*/, int /*x*/, int /*height*/, int /*width*/, cht…
HDinputbox.c158 dlg_draw_box(dialog, y + 1, box_x - 1, 3, box_width + 2, in dialog_inputbox()
HDmenubox.c121 dlg_draw_box(win, my_y - 1, my_x, INPUT_ROWS, my_width - my_x - data->tag_x, in print_item()
461 dlg_draw_box(dialog, in dlg_menu()
HDtimebox.c78 dlg_draw_box(data->parent, in draw_cell()
HDmixedgauge.c190 dlg_draw_box(win, y, x, height, width, boxchar, borderchar); in mydraw_mixed_box()
HDeditbox.c418 dlg_draw_box(dialog, in dlg_editbox()
HDchecklist.c320 dlg_draw_box(dialog, all.box_y, all.box_x, in dlg_checklist()
HDtreeview.c307 dlg_draw_box(dialog, box_y, box_x, in dlg_treeview()
HDformbox.c592 dlg_draw_box(dialog, box_y, box_x, form_height + 2, form_width + 2, in dlg_form()
HDbuildlist.c666 dlg_draw_box(dialog, data[k].box_y, data[k].box_x, in dlg_buildlist()
HDutil.c1555 dlg_draw_box(WINDOW *win, int y, int x, int height, int width, in dlg_draw_box() function