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-03 15:24:51 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.49.178!not-for-mail From: Wolfgang Jeltsch Newsgroups: comp.lang.ada Subject: Re: GUI toolkit for Ada again Date: Wed, 4 Jul 2001 00:26:16 +0200 Message-ID: <9htgng$fh6ld$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.49.178 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: fu-berlin.de 994199088 16292525 212.125.49.178 (16 [77306]) User-Agent: KNode/0.4 Xref: archiver1.google.com comp.lang.ada:9403 Date: 2001-07-04T00:26:16+02:00 List-Id: Hello Stefan, I downloaded Dev-C++ and it looks really like Windows. But on http://www.bloodshed.net/devcpp.html the author tells something about Delphi sources. The note on http://sourceforge.net/forum/forum.php?forum_id=74195 talks about different code for Windows and Linux versions. So I suppose the Linux version uses GTK+. The Windows version obviously does not. Wolfgang Stefan Nobis wrote: > [...] > > Did you ever test GTK+ programs on Windows? GTK+ apps compiled on Win does > have Windows look'n'feel. Try http://sourceforge.net/projects/dev-cpp/ for > a software which GUI is written with GTK+ and have a Windows look'n'feel > on Windows. > > In fact the GTK+ for Windows is based on the Windows-API, not X11-libs.