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-04 07:46:50 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newshub2.home.com!news.home.com!news1.rdc1.va.home.com.POSTED!not-for-mail From: "R. Srinivasan" Newsgroups: comp.lang.ada References: <9hqhm7$f3u2r$1@ID-77306.news.dfncis.de> <87lmm73xuc.fsf@520075220525-0001.dialin.t-online.de> <9htgng$fh6ld$1@ID-77306.news.dfncis.de> Subject: Re: GUI toolkit for Ada again X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Message-ID: Date: Wed, 04 Jul 2001 14:46:49 GMT NNTP-Posting-Host: 24.23.183.230 X-Complaints-To: abuse@home.net X-Trace: news1.rdc1.va.home.com 994258009 24.23.183.230 (Wed, 04 Jul 2001 07:46:49 PDT) NNTP-Posting-Date: Wed, 04 Jul 2001 07:46:49 PDT Organization: Excite@Home - The Leader in Broadband http://home.com/faster Xref: archiver1.google.com comp.lang.ada:9429 Date: 2001-07-04T14:46:49+00:00 List-Id: you may want to look at the ada source library browser developed with GTKAda. On Windows it looks quite like windows app. There is even a screenshot @ http://alibrowse.sourceforge.net (I have developed it further but I have had to take a breather before picking up where I left off.) srini "Wolfgang Jeltsch" wrote in message news:9htgng$fh6ld$1@ID-77306.news.dfncis.de... > 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.