User input masks - Access Style

Adam Tauno Williams awilliam at whitemice.org
Mon Dec 27 08:21:52 EST 2010


On Sun, 2010-12-26 at 20:37 -0800, flebber wrote:
> Is there anyay to use input masks in python? Similar to the function
> found in access where a users input is limited to a type, length and
> format.

<http://faq.pygtk.org/index.py?file=faq14.022.htp&req=show>

Typically this is handled by a callback on a keypress event.




More information about the Python-list mailing list