Hi all,

I tried to solve the following small problem for the 3rd time now and
didn't find a solution, so I thought I'd ask here :) The problem is the
following:

I have a ScrolledWindow containing a TextView widget with a TextBuffer.
I insert text into the TextBuffer with .insert_at_cursor(text). Now that
works fine, except that the visible lines are always the first few
lines, so it doesn't scroll down automatically. 
How do I automatically scroll down to the latest line ? I played around
with TextView.place_cursor_on_screen(), scroll_iter() and co but with no
success :( Any ideas ?

Thanks,

Martin

-- 
Martin Preishuber - IT Expert, Student, SysAdmin
http://www.eclipt.at, mailto:[EMAIL PROTECTED]

Every young man should have a hobby: learning how to handle money is
the best one.
-- Jack Hurley

_______________________________________________
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