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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,53611649a57c674a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-02 14:08:14 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!130.133.1.3!fu-berlin.de!uni-berlin.de!212.125.53.101!not-for-mail From: Wolfgang Jeltsch Newsgroups: comp.lang.ada Subject: Re: GUI toolkit for Ada again Date: Mon, 2 Jul 2001 23:04:08 +0200 Message-ID: <9hqnhh$ebm4h$1@ID-77306.news.dfncis.de> References: <9hqhm7$f3u2r$1@ID-77306.news.dfncis.de> <87lmm73xuc.fsf@520075220525-0001.dialin.t-online.de> NNTP-Posting-Host: 212.125.53.101 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: fu-berlin.de 994107762 15063185 212.125.53.101 (16 [77306]) User-Agent: KNode/0.4 Xref: archiver1.google.com comp.lang.ada:9350 Date: 2001-07-02T23:04:08+02:00 List-Id: Hello Stefan, in finding out if GTK+ for Windows has a platform-specific look-and-feel I had a look at the screenshots on http://www.gimp.org/~tml/gimp/win32/screenshots.html. They definitely don't look like Windows but like ordinary GTK+. That is why I supposed (and still suppose) that GTK+ on Windows uses the Windows API at a lower level - to draw lines, boxes and text. So GTK+ would be based on the Windows API while managing the controls itself and providing its own look-and-feel. But maybe I am in error. I will try the program you mentioned. Wolfgang