PasswordDlg.Rd
Brings up a tcltk dialog centered on the screen, designed for entering passwords while displaying only ****.
PasswordDlg(option_txt = NULL)
the entered password
the status of the optional checkbox will be returned as attribute:
attr(pw, "option")
if (FALSE) { # \dontrun{
pw <- PasswordDlg()
pw} # }