Hi Gian! On 8/28/07, Gian Mario Tagliaretti wrote: > 2007/8/28, Mírian Bruckschen: > Hi Mírian, > > > I've been trying to do something that, I guess, is pretty easy, which > > is to place the cursor in the beginning of a textview's buffer. > > I would do: > > start_iter = buffer.get_start_iter() > buffer.place_cursor(start_iter)
Thank you very much! Works perfectly! :) Cheers, -- Mírian Bruckschen _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
