Any way to set a cursor position in a text widget without scrolli ng?



Greetings!

I'm writing a simple editor and I want to set the cursor (insertion point)
in a text widget to a particular place when returning to a buffer so I'm
using gtk_editable_set_position().

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.

Thanks!

Ron Kneusel
rtk cmed com




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