tag | line | file | source code |
draw_shadow | 147 | scripts/lxdialog/checklist.c | draw_shadow (stdscr, y, x, height, width); |
draw_shadow | 132 | scripts/lxdialog/dialog.h | void draw_shadow (WINDOW * win, int y, int x, int height, int width); |
draw_shadow | 59 | scripts/lxdialog/inputbox.c | draw_shadow (stdscr, y, x, height, width); |
draw_shadow | 133 | scripts/lxdialog/menubox.c | draw_shadow (stdscr, y, x, height, width); |
draw_shadow | 39 | scripts/lxdialog/msgbox.c | draw_shadow (stdscr, y, x, height, width); |
draw_shadow | 86 | scripts/lxdialog/textbox.c | draw_shadow (stdscr, y, x, height, width); |
draw_shadow | 53 | scripts/lxdialog/yesno.c | draw_shadow (stdscr, y, x, height, width); |