wxpython-users Digest, Vol 2, Issue 28

From: Phil Mayes <...>
I would intercept wx.EVT_TEXT and if in password mode, read the value,
extract the non-* char, save it, and replace the text with *'s.
Phil

From: "Raffaello Barella" <...>
Faster and nicer yours then mine, Phil. Chapeau.

Thanks for the suggestions guys. I think I want to use Phil's idea
too. I will try to subclass TextCtrl and encapsulate the
interception, so that I can easily plug in this custom control into
any app.

-Andriy