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!feeder5.feed.usenet.farm!feed.usenet.farm!newsfeed.xs4all.nl!newsfeed8.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 Scrolledwindow with a textview inside still has a limited nr of lines Date: Mon, 1 Jun 2020 09:30:50 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-GB Message-ID: <5ed4aeaa$0$1233$e4fe514c@news.kpn.nl> NNTP-Posting-Host: cb35ae7e.news.kpn.nl X-Trace: G=9Te1D6iY,C=U2FsdGVkX1+9AqMCMC7jFVcyzNqCCYECh5OZNriLicJYlDV2sphf9Y7SsaFPgeAnhbl6s8BMcwzxVbfpAzXLRWGEGMfkxh4Dk/JbvGOTctQ= X-Complaints-To: abuse@kpn.nl Xref: reader01.eternal-september.org comp.lang.ada:58914 Date: 2020-06-01T09:30:50+02:00 List-Id: In my application Gtk_ScrolledWindow with a Textview inside still has a limited nr of lines. Putting in a document of a 50 lines I can See all lines within the window. Expanding the document to about 100 lines I see about 70 lines without scrolling and the rest I can see by scrolling. Expanding the document with another 100 lines I still can see about 70 lines but by scrolling I can only see the lines 71 till 130. The last 70 are not to be reached.  checked if this has anything to do with my program and the only thing I can think of is that I somewhere during the program Delete the entries (may somewhere around 120 to 130 lines) up to than and refill it with the 200 a talked about before. Does that has anything to do with it . If so How can I reset the window, if not where can I specify an indefinite number of lines