Christian Reis wrote:
> On a related note, has anybody noticed that the text parameter to
> insert_text will include random garbage beyond the length send in? Is
> this by design, James?
>
I have also noticed this. I work with Irix and with HPUX, and I only
see this on HPUX. I figured there was a bug somewhere. The workaround
is, of course,
def on_insert_text(widget,text,len,*args):
text = text[0:len]
--
Ralph E. Walden
Tripos, Inc.
[EMAIL PROTECTED]
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/