9.16. How do I hide a password Entry?

Set the -show option to zero, as in this example:

    $entry = $form->Entry(-textvariable => \$user_entry, 
                          -show => 0);

Previous | Return to table of contents | Next