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 16:01:02 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!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 01:00:44 +0200 Organization: Telenordia Message-ID: <3B54C39C.F25A6C81@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 995410670 22703 195.100.241.26 (17 Jul 2001 22:57:50 GMT) X-Complaints-To: abuse@algo.net NNTP-Posting-Date: 17 Jul 2001 22:57:50 GMT X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: sv,en,en-US Xref: archiver1.google.com comp.lang.ada:10111 Date: 2001-07-17T22:57:50+00:00 List-Id: Ted Dennison wrote: > >application (after editing to add in any callback code). That's not even close > >to the same thing. > > While finding the link for someone else, I took the oppertunity to glance at > this part of the GTKAda UG. There is indeed a library (libglade) that you can > use to parse those files and load the appropriate widgets at runtime. UIL > actually has its own compiler to get the parsing out of runtime, but this is > pretty close. Its a shame I don't currently have a good excuse for trying it > out... Pick up the current gnumeric and look on glade/libglade in action (you need a lot of cruft :-) )