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,88ed72d98e6b3457 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-07 01:59:22 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Standard Library Interest? Date: Tue, 7 Oct 2003 08:59:21 +0000 (UTC) Organization: PVV Message-ID: References: NNTP-Posting-Host: kiuk0152.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1065517161 25654 129.241.83.78 (7 Oct 2003 08:59:21 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Tue, 7 Oct 2003 08:59:21 +0000 (UTC) User-Agent: slrn/0.9.8.0 (Linux) Xref: archiver1.google.com comp.lang.ada:365 Date: 2003-10-07T08:59:21+00:00 List-Id: On 2003-10-06, tmoran@acm.org wrote: >>In order to make a program with a GUI you have to do a lot of the same >>exercise each time. I mean create the menus, statusbar, about dialog, >>... >>So I'll make a template that one can start with in order to ease this > Doesn't GtkAda come with a GUI Builder already? Sure, but you still have to do a lot of things. I'm not making a new GUI builder, just something that makes it easier to get started. Preben