tag | line | file | source code |
stdscr | 146 | scripts/lxdialog/checklist.c | draw_shadow (stdscr, y, x, height, width); |
stdscr | 58 | scripts/lxdialog/inputbox.c | draw_shadow (stdscr, y, x, height, width); |
stdscr | 133 | scripts/lxdialog/lxdialog.c | attr_clear (stdscr, LINES, COLS, screen_attr); |
stdscr | 124 | scripts/lxdialog/menubox.c | draw_shadow (stdscr, y, x, height, width); |
stdscr | 39 | scripts/lxdialog/msgbox.c | draw_shadow (stdscr, y, x, height, width); |
stdscr | 86 | scripts/lxdialog/textbox.c | draw_shadow (stdscr, y, x, height, width); |
stdscr | 127 | scripts/lxdialog/util.c | attr_clear (stdscr, LINES, COLS, screen_attr); |
stdscr | 132 | scripts/lxdialog/util.c | wattrset (stdscr, screen_attr); |
stdscr | 133 | scripts/lxdialog/util.c | mvwaddstr (stdscr, 0, 1, (char *)backtitle); |
stdscr | 134 | scripts/lxdialog/util.c | wmove (stdscr, 1, 1); |
stdscr | 136 | scripts/lxdialog/util.c | waddch (stdscr, ACS_HLINE); |
stdscr | 138 | scripts/lxdialog/util.c | wnoutrefresh (stdscr); |
stdscr | 148 | scripts/lxdialog/util.c | keypad (stdscr, TRUE); |
stdscr | 52 | scripts/lxdialog/yesno.c | draw_shadow (stdscr, y, x, height, width); |