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 X-Google-Thread: 103376,bb5dc72588f47824,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!usenet-fr.net!gegeweb.org!aioe.org!feeder.news-service.com!pfeed08.wxs.nl!newsfeed.kpn.net!pfeed14.wxs.nl!pfeed15.wxs.nl!not-for-mail From: "ldries46" Newsgroups: comp.lang.ada Subject: Gtk.Window refresh Date: Mon, 15 Nov 2010 17:34:08 +0100 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 14.0.8089.726 X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8089.726 Message-ID: <4ce16101$0$8930$703f8584@textnews.kpn.nl> NNTP-Posting-Host: 77.168.179.107 X-Trace: 1289838849 textnews.kpn.nl 8930 77.168.179.107:58129 X-Complaints-To: abuse@direct-adsl.nl Xref: g2news2.google.com comp.lang.ada:16484 Date: 2010-11-15T17:34:08+01:00 List-Id: I am using GTkAda to build a user interface, The TextView facility is used. Now I need to make a screen refresh because When I fill the textview element from a file I hasve to scrool my window up and down to see it. In Visual C++ on windows there is a possibility to refresh my view. How do I do that in Gtk ADA