[9480] in The GTK GIMP ToolKit mailing list archive
[gtk-list] Re: gtk_text problems...
daemon@ATHENA.MIT.EDU (Thomas Mailund Jensen)
Thu Oct 22 03:36:21 1998
To: gtk-list@redhat.com
From: Thomas Mailund Jensen <mailund@daimi.au.dk>
Date: 22 Oct 1998 09:36:02 +0200
In-Reply-To: Scott Stone's message of "Thu, 22 Oct 1998 15:39:04 +0900 (JST)"
Resent-From: gtk-list@redhat.com
Reply-To: gtk-list@redhat.com
>>>>> "SS" == Scott Stone <sstone@ume.pht.co.jp> writes:
SS> OK, I have a gtk_text widget, into which I'm loading data.
SS> However, no matter what I do, when it shows up it's always
SS> displaying the very LAST page of the contents (ie, the
SS> scrollbar's all the way at the bottom). I want it to start at
SS> the top. How? gtk_text_set_point is completely ignored, it
SS> seems.. basically, I'm doing things in this order:
Yeah...the set_point, as far as I understand it, sets the *point* (the
place you insert text) rather than the cursor. You could use
gtk_editable_set_position to do that.
/mailund
--
To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null