Re: [gtkmm] "Autoscrolling" TextView
- From: Morten Brix Pedersen <morten mbrix dk>
- To: Christer Palm <palm nogui se>
- Cc: gtkmm-list gnome org, gtk-list gnome org
- Subject: Re: [gtkmm] "Autoscrolling" TextView
- Date: Tue, 18 Nov 2003 02:31:30 +0100
Den 18/11-2003, kl. 2:52, skrev Christer Palm:
Hi!
Does anyone have a smart way to make a scrolled TextView scroll along
as text is inserted - if, and only if the TextView is showing the
bottom part of the buffer?
I can't find an elegant way to determine whether the TextView is "at
the bottom" of the buffer, and to handle the situation when resizing
an autowrap TextView causes the last line to split, which in turn
causes it to drop out of the bottom position.
I implemented this a long time ago in my LostIRC application, which can
be found at http://lostirc.sourceforge.net/. You should see the
onScroll and onResize functions in src/gtkmm/TextWidget.cpp.
Hope that helps.
- Morten.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]