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,be23df8e7e275d73 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-17 15:56:02 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!newsfeed.gamma.ru!Gamma.RU!news.algonet.se!algonet!pepsi.tninet.se!not-for-mail From: Stefan Skoglund Newsgroups: comp.lang.ada Subject: Re: An Ada IDE and discussions Date: Wed, 18 Jul 2001 00:55:27 +0200 Organization: Telenordia Message-ID: <3B54C25F.7D118E01@ebox.tninet.se> References: <0zS27.187213$DG1.31590366@news1.rdc1.mi.home.com> <3B4FEFDE.10E7B423@snafu.de> NNTP-Posting-Host: du26-241.ppp.algonet.se Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: cubacola.tninet.se 995410351 22301 195.100.241.26 (17 Jul 2001 22:52:31 GMT) X-Complaints-To: abuse@algo.net NNTP-Posting-Date: 17 Jul 2001 22:52:31 GMT X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: sv,en,en-US Xref: archiver1.google.com comp.lang.ada:10109 Date: 2001-07-17T22:52:31+00:00 List-Id: Ted Dennison wrote: > doesn't have is some kind of loadable interface definition language, like UIL. > But if you are set on something that will be intuitively familiar to Windows > users, you'd probably be better off using the base Windows UI, as Gtk probably In the gnome project they uses glade (gtk+ ui dev tool) to generate xml files which describes the application. GNUmeric is written with the help of {lib}glade.