If you don't worry about memory footprint you can use a gtk.TextView
instead of gtk.Entry. With gtk.TextView you can right justify your text
and do a lot of useful things.

Lorenzo

El mar, 30-12-2003 a las 04:52, iip escribi�:
> Thank you for your help, but this mean pygtk dosn't have feature for
> this, hmm.. this will take a long time and I must work extra for
> this...
> 
> Is anyone know what is the language/application that can
> create/develop database application very fast and don't have to add
> a lot of code?
> 
> Thanks,
> 
> -iip-
> 
> 
> 
> --------------- Replied message --------------
> The Bat! mailer ver 1.53d
> ----------------------------------------------
> Date    : Monday, December 29, 2003 
> >From    : Christian Robottom Reis <[EMAIL PROTECTED]>
> To      : iip <[EMAIL PROTECTED]>
> Subject : [pygtk] Formating for Data entry input
> ----------------------------------------------
> 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/


_______________________________________________
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