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=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!feeder1.feed.usenet.farm!feed.usenet.farm!newsfeed.xs4all.nl!newsfeed9.news.xs4all.nl!nzpost2.xs4all.net!news.kpn.nl!not-for-mail Newsgroups: comp.lang.ada X-Mozilla-News-Host: news://news.kpn.nl:119 From: ldries46 Subject: Gtk / GtkAda question (TextBuffer insertion) Date: Sat, 11 Apr 2020 15:34:42 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: nl Message-ID: <5e91c774$0$18417$e4fe514c@news.kpn.nl> NNTP-Posting-Host: e5d478f6.news.kpn.nl X-Trace: G=Ru12udLb,C=U2FsdGVkX1/kbNfzjtKsB7069Qz72fhCOWQtxPW9SE4kB4igFC4X077Osw8WMxyJSGUkHdhuXj6LtlJ9mTe/8+Urb2CPT6KknIneh++OEMk= X-Complaints-To: abuse@kpn.nl Xref: reader01.eternal-september.org comp.lang.ada:58343 Date: 2020-04-11T15:34:42+02:00 List-Id: I do have Program that writes into a GtkTextBuffer. Most of the time this writing is straight forward line by line but at the end I have a set of lines that must be inserted at a well defined point. I can coming along that point Safe the Iter there or do an Add_mark My problem is how do I put the cursor afterwards back to that position just to insert the lines lateron L. Dries