Re: How to scroll down text window?
- From: Brian <dol-sen telus net>
- To: gtk-app-devel-list <gtk-app-devel-list gnome org>
- Subject: Re: How to scroll down text window?
- Date: Sun, 24 Oct 2004 07:27:53 -0700
On Sun, 2004-10-24 at 11:43 +0200, RAT wrote:
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
Using python/pygtk I create a mark and then use the
scroll_to_mark_onscreen(). That is what I have found to be the best.
P.S. I wish this list server would automatically change the reply to address to this list.
--
Brian <dol-sen telus net>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]