[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Any way to set a cursor position in a text widget without scrolli ng?
- From: Melvin Hadasht <melvin hadasht free fr>
- To: gtk-app-devel-list gnome org
- Subject: Re: Any way to set a cursor position in a text widget without scrolli ng?
- Date: Wed, 3 Apr 2002 18:56:17 +0200
Hi,
on Wed, 3 Apr 2002 09:14:41 -0700
Ronald Kneusel <rtk@cmed.com> wrote:
> This works but is also visually scrolls the window. Is there a way
> to stop the scrolling and just have the update appear? Freezing the
> text widget does not change the behavior.
I had the same issue.
This is especially annoying when you are exporting your window to a
remote host on a slow connection.
I resolved the issue with the following hack: just hide the text widget,
put the position/point, then show the widget again. This makes the
widget flicker, but it's far better than seeing the whole text
scrolling.
Anyone has a better solution? Am I missing an obvious point? Thanks.
Cheers
--
Melvin Hadasht
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]