a newbie Question??

Gerhard Häring gerhard.nospam at bigfoot.de
Sun Apr 22 11:42:15 EDT 2001


On Sun, 22 Apr 2001 09:26:01 -0500, ps54713 <ps54713 at swt.edu> wrote:
>I am sorry for not being clear.  I am using Tkinter for my interface.

According to

http://www.pythonware.com/library/tkinter/introduction/x4069-options.htm

the Entry widget has an option "show":

Controls how to display the contents of the widget. If non-empty, the widget
displays a string of characters instead of the actual contents. To get a
password entry widget, use "*".

HTH

Gerhard
-- 
mail:   gerhard <at> bigfoot <dot> de
web:    http://highqualdev.com



More information about the Python-list mailing list