Re: [gtk-list] Re: Center text
- From: Pelaez Valdes Canek <cpelaez ada fciencias unam mx>
- To: gtk-list redhat com
- CC: gtk-list redhat com
- Subject: Re: [gtk-list] Re: Center text
- Date: Tue, 11 Aug 1998 23:19:48 -0600 (CST)
Marc> Pelaez Valdes Canek wrote:
>> I have this small text window with a scrollbar. The tex is larger than
>> the window, and I select part of the text, out of the view area.
>>
>> ¿How I center the selected text in the view area?
>>
Marc> I use :
Marc> gtk_text_set_point (GTK_TEXT (text), insertion_point);
Marc> gtk_text_insert (GTK_TEXT (text), NULL, &text->style->black, NULL, "
Marc> ", 1); gtk_text_backward_delete (GTK_TEXT (text), 1);
Marc> where insertion_point is the position just after the selected area...
Yeah, in fact I'm using that right now, but I dont like it.
And I want that the view area "jump" to the point in question, not
scrolling to it.
Thanks anyway.
Marc> -- Marc ** ERROR **: sigsegv caught
Marc> -- To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com <
Marc> /dev/null
Canek
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]