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!aioe.org!peer01.ams4!peer.am4.highwinds-media.com!news.highwinds-media.com!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!nzpost2.xs4all.net!news.kpn.nl!not-for-mail Subject: Re: Gtk Scrolledwindow with a textview inside still has a limited nr of lines Newsgroups: comp.lang.ada References: <5ed4aeaa$0$1233$e4fe514c@news.kpn.nl> From: ldries46 Date: Tue, 2 Jun 2020 09:20:06 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.8.1 MIME-Version: 1.0 In-Reply-To: <5ed4aeaa$0$1233$e4fe514c@news.kpn.nl> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: nl Message-ID: <5ed5fda6$0$1224$e4fe514c@news.kpn.nl> NNTP-Posting-Host: 1be2a527.news.kpn.nl X-Trace: G=Fryqa6fn,C=U2FsdGVkX19XlJI6BlJMSe1bKvQ8iHw8OGy4PK7MAluURc1kPyAN8bOv1+Xf0noeYwkNqd0D/wIvda2wU0onzqAQherWCbL/Z00xxSADwq4= X-Complaints-To: abuse@kpn.nl X-Received-Bytes: 1989 X-Received-Body-CRC: 2458013232 Xref: reader01.eternal-september.org comp.lang.ada:58930 Date: 2020-06-02T09:20:06+02:00 List-Id: Found the problem. Not in GTk. Was very sneaky hided somewhere. Op 1-6-2020 om 9:30 schreef ldries46: > 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 >