Password entry

is there an easy way to have a password entered and mirrored using
****'s.

Thanks

The Demo is your friend!

Open the wxPython demo application, select "Core Windows/Contols"
and then "wxTextCtrl". There you are!

Under the "Demo Code" pane you will find...

        t2 = wxTextCtrl(self, -1, "", size=(125, -1), style=wxTE_PASSWORD)

ยทยทยท

At 06:08 2003-07-15 -0500, Mike Wagman wrote:

is there an easy way to have a password entered and mirrored using
****'s.

--
Magnus Lycka (It's really Lyckå), magnus@thinkware.se
Thinkware AB, Sweden, www.thinkware.se
I code Python ~ The Agile Programming Language