taglinefilesource code
newwin148scripts/lxdialog/checklist.cdialog = newwin (height, width, y, x);
newwin60scripts/lxdialog/inputbox.cdialog = newwin (height, width, y, x);
newwin126scripts/lxdialog/menubox.cdialog = newwin (height, width, y, x);
newwin41scripts/lxdialog/msgbox.cdialog = newwin (height, width, y, x);
newwin88scripts/lxdialog/textbox.cdialog = newwin (height, width, y, x);
newwin54scripts/lxdialog/yesno.cdialog = newwin (height, width, y, x);