On Fri, Jan 02, 2004 at 07:29:58PM +0100, Alfredo Jose Muela Romero wrote: > I've tried using the get_selection_bounds() and > get_selection_bound() (with marks) methods but the only thing I
The latter should return a mark, from which you can get_iter_at_mark(). You should then get a the "insert" iter, and with the iters in hand, get_text()/get_slice() on that, no? 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/
