How to scroll down text window?



I'm adding some text into text window and I want to always show last
inserted line. I thought I can use

        gtk_text_view_scroll_to_iter (text_window,&end_it,1.0,TRUE,1,1);

but this doesn't work :( Any other ideas how can I do it?

RAT




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]