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,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-02 12:22: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.52.32!not-for-mail From: Wolfgang Jeltsch Newsgroups: comp.lang.ada Subject: GUI toolkit for Ada again Date: Mon, 2 Jul 2001 21:24:10 +0200 Message-ID: <9hqhm7$f3u2r$1@ID-77306.news.dfncis.de> NNTP-Posting-Host: 212.125.52.32 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: fu-berlin.de 994101768 15857755 212.125.52.32 (16 [77306]) User-Agent: KNode/0.4 Xref: archiver1.google.com comp.lang.ada:9346 Date: 2001-07-02T21:24:10+02:00 List-Id: Hello again, thank you for your comments on Ada and GUIs. As I can see there is no such toolkit I am looking for available at the time. Maybe I will begin to develop one if I have a bit more time. The concept of the toolkit (or library) I was looking for should be like the one of wxWindows. wxWindows (http:://www.wxwindows.org/) is a C++ library using the Windows API on the Windows platform and Motif or GTK+ on POSIX systems. On UNIX-like systems I would consider GTK+, Qt and the CDE GUI library as native libraries because programs using them fit into the GNOME, KDE or CDE desktop respectively. Those desktops I would consider to be the platform. GtkAda is in my opinion good for developing GNOME applications but not to develop Windows applications. A Windows application has (in my opinion) to look and feel Windows-like. Could you tell me how thin the GtkAda binding to GTK+ is? Would it be a good idea to base the GTK+ version of a multi-plattform library on GtkAda? Or should one create a real thin binding? Wolfgang