How do you extract the text from a GtkTextBuffer using the PyGtk interface?
I tried the following:
buf.get_text(0, -1, gtk.TRUE)
but was told that arg 1 needed to be a GtkTextIter object (presumably the
same would hold for arg 2). Alas, there appears to be no GtkTextIter class
exposed in the PyGtk interface. I only see a GtkTextIterType object.
Thanks,
--
Skip Montanaro ([EMAIL PROTECTED])
(847)971-7098
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk