GtkEntryMask
Introduction
GtkEntryMask is base upon GtkEntry and provides mask and value types.

There is two versions, the old GtkXEntrymask and the new GtkEntryMask (without x between gtk and entry).
The original author of GtkXEntryMask is Francisco Santiago Capel Torres, you can find his first version at gtkwidgexts.sf.net. This source code has been ported to GTK+ 2, packaged in library and some tests have been added to the orignal version. The API doesn’t change to GTK+ 2 from GTK+ 1.2 so the original tutorial still valid.
The second version, GtkEntryMask, try to do major cleanup for inclusion in GTK mainline with a simple API.
Download
The source code is available on http://github.com/stephane/libgtkentrymask.
In the source directory, use ./autogen.sh to generate the required files to compile.
Latest release libgtkentrymask-0.1.tar.gz.
Use ./configure; make; make install to compile and install.
Old release
Only the old version GtkXEntryMask is packaged, you will find these major files in the package:
- libgtkxentrymask
- test-gtkxentrymask
- libgtkxentrymask-2.0.pc
Old release libgtkxentrymask-2.0.tar.gz.