taglinefilesource code
draw_box151scripts/lxdialog/checklist.cdraw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
draw_box180scripts/lxdialog/checklist.cdraw_box (dialog, box_y, box_x, list_height + 2, list_width + 2,
draw_box130scripts/lxdialog/dialog.hvoid draw_box (WINDOW * win, int y, int x, int height, int width, chtype box,
draw_box63scripts/lxdialog/inputbox.cdraw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
draw_box86scripts/lxdialog/inputbox.cdraw_box (dialog, y + 1, box_x - 1, 3, box_width + 2,
draw_box129scripts/lxdialog/menubox.cdraw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
draw_box158scripts/lxdialog/menubox.cdraw_box (dialog, box_y, box_x, menu_height + 2, menu_width + 2,
draw_box44scripts/lxdialog/msgbox.cdraw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
draw_box97scripts/lxdialog/textbox.cdraw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
draw_box57scripts/lxdialog/yesno.cdraw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);