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 13:59:49 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.136!not-for-mail From: Wolfgang Jeltsch Newsgroups: comp.lang.ada Subject: Re: GUI toolkit for Ada again Date: Wed, 4 Jul 2001 23:01:16 +0200 Message-ID: <9i0042$gfcml$1@ID-77306.news.dfncis.de> 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> NNTP-Posting-Host: 212.125.53.136 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: fu-berlin.de 994280387 17281749 212.125.53.136 (16 [77306]) User-Agent: KNode/0.4 Xref: archiver1.google.com comp.lang.ada:9442 Date: 2001-07-04T23:01:16+02:00 List-Id: Ok, I had a look at the screenshot. I have to say that it does not look like Windows at all but like an ordinary GTK+ application. There are no differences between this and GTK+ look on POSIX except of course for the title bar and the window border. Why do so many people not care about details in GUIs? Just today I installed an application which was said to have "a modern Windows interface". The interface was in my opinion rather terrible - unusual looking scrollbars, non-modal dialogs where there should be modal ones, push button rows below the menu bar and so on, and so on. Ok, obviously there is no such library I am looking for. I think I will begin to write one when I have time. The existence of wxWindows proves that it is possible to have a library fulfilling the requirements I have. IMPORTANT: If someone of you is interested in participating in this project please tell me. Wolfgang R. Srinivasan wrote: > 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