taglinefilesource code
stdscr147scripts/lxdialog/checklist.cdraw_shadow (stdscr, y, x, height, width);
stdscr59scripts/lxdialog/inputbox.cdraw_shadow (stdscr, y, x, height, width);
stdscr128scripts/lxdialog/lxdialog.cattr_clear (stdscr, LINES, COLS, screen_attr);
stdscr133scripts/lxdialog/menubox.cdraw_shadow (stdscr, y, x, height, width);
stdscr39scripts/lxdialog/msgbox.cdraw_shadow (stdscr, y, x, height, width);
stdscr86scripts/lxdialog/textbox.cdraw_shadow (stdscr, y, x, height, width);
stdscr127scripts/lxdialog/util.cattr_clear (stdscr, LINES, COLS, screen_attr);
stdscr132scripts/lxdialog/util.cwattrset (stdscr, screen_attr);
stdscr133scripts/lxdialog/util.cmvwaddstr (stdscr, 0, 1, (char *)backtitle);
stdscr134scripts/lxdialog/util.cwmove (stdscr, 1, 1);
stdscr136scripts/lxdialog/util.cwaddch (stdscr, ACS_HLINE);
stdscr138scripts/lxdialog/util.cwnoutrefresh (stdscr);
stdscr148scripts/lxdialog/util.ckeypad (stdscr, TRUE);
stdscr53scripts/lxdialog/yesno.cdraw_shadow (stdscr, y, x, height, width);