2007/8/28, Mírian Bruckschen <[EMAIL PROTECTED]>:
> Hi all,

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)

cheers
-- 
Gian Mario Tagliaretti
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to