From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=BAYES_00,STOX_REPLY_TYPE, STOX_REPLY_TYPE_WITHOUT_QUOTES,XPRIO autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!feeder4.usenet.farm!feeder3.usenet.farm!feed.usenet.farm!newsfeed.xs4all.nl!newsfeed9.news.xs4all.nl!nzpost2.xs4all.net!news.kpn.nl!not-for-mail From: "ldries46" Newsgroups: comp.lang.ada Subject: Gtkada keep textcurswithin window Date: Tue, 9 Oct 2018 11:25:17 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Newsreader: Microsoft Windows Live Mail 16.4.3528.331 X-MimeOLE: Produced By Microsoft MimeOLE V16.4.3528.331 Message-ID: <5bbc73fe$0$12961$e4fe514c@news.kpn.nl> NNTP-Posting-Host: 03de9fe8.news.kpn.nl X-Trace: G=k4cqIZCd,C=U2FsdGVkX1+pVYLWV152zucftTppkI8tiP/PnYJhYKuccjA7TuooaPZXCVsVjSutVsXQeTAICl0YhP1nIvNRCwP4lD0RDPnKuLuUu+56BhU= X-Complaints-To: abuse@kpn.nl Xref: reader02.eternal-september.org comp.lang.ada:54524 Date: 2018-10-09T11:25:17+02:00 List-Id: I do have a correct working program which is using GTK the latest version. The only thing I cannot find is how in a text window keep the last line within the window. Eveytime when the program updates the window the program upperline in the window is visible alse when there are to much line to be seen all within the window. This means that the text cursor disappears out of the window. I just want to automatically set the up down slider to position the window in a way that I can see the text cursor I am using Gtk+3. Bertus Dries