def xinsert(txt, new, len, pos):
    print txt, new, len, pos
    conn.send(repr(("i", pos, new[0:len])))
...
text.connect('insert_text', xinsert)

This comes out "<gtk.GtkText instance at 81ff510> a 1 <PyCObject object
at 81ff150>"
and, at the other end "('i', <PyCObject object at 81ff150>, 'a')"

developer.gnome.org does give it (in C) as a (gint *).

Anybody?

Oh! And could somebody just say "hi"? This is my third mail to the list,
am I getting through at all?

Anders
-
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to