[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Scrolling/keeping textArea down
[Thread Prev] | [Thread Next]
- Subject: Scrolling/keeping textArea down
- From: Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
- Date: Wed, 24 Sep 2025 12:47:31 +0200
- To: Gambas Mailing List <user@xxxxxxxxxxxxxxxxxxxxxx>
Hi, I have just came back from a little trip and read all that thread.The code that implements 'EnsureVisible()' in 'gb.gtk' has been written in 2011, and has never changed since.
It just a call to the GTK+ API 'gtk_text_view_scroll_mark_onscreen', that does all the job.
A few remarks: - I confirm that with GTK+3 the function does random moves. - The bug is weird. - I have no problem with QT.- QT implementation is completly unrelated, so if it does not work, this is not related at all with the GTK+ bug.
Regards, -- Benoît Minisini.
Re: Scrolling/keeping textArea down | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |