On Mon, Dec 29, 2003 at 04:09:36PM +0700, iip wrote:
> Somebody know how to formating Data Entry Input, for example I want to

The only way to do this in a GtkEntry is to prefill it with monospaced
characters (such as underscore and dot) and then write a complex set of
key_press_event and insert/delete_text handlers that take care of
replacing them on-the-fly. There was an example sent to me a long time
ago by Ricardo Lenzi, but it still needs to be updated to PyGTK2; I can
send you that if you're interested, but be warned it's not simple.

Take care,
--
Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to