tag | line | file | source code |
draw_box | 152 | scripts/lxdialog/checklist.c | draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr); |
draw_box | 180 | scripts/lxdialog/checklist.c | draw_box (dialog, box_y, box_x, list_height + 2, list_width + 2, |
draw_box | 130 | scripts/lxdialog/dialog.h | void draw_box (WINDOW * win, int y, int x, int height, int width, chtype box, |
draw_box | 64 | scripts/lxdialog/inputbox.c | draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr); |
draw_box | 87 | scripts/lxdialog/inputbox.c | draw_box (dialog, y + 1, box_x - 1, 3, box_width + 2, |
draw_box | 138 | scripts/lxdialog/menubox.c | draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr); |
draw_box | 166 | scripts/lxdialog/menubox.c | draw_box (dialog, box_y, box_x, menu_height + 2, menu_width + 2, |
draw_box | 44 | scripts/lxdialog/msgbox.c | draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr); |
draw_box | 97 | scripts/lxdialog/textbox.c | draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr); |
draw_box | 58 | scripts/lxdialog/yesno.c | draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr); |