Re: gtk_text problems...



>>>>> "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



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