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-06 08:28:41 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed1!bredband!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Standard Library Interest? Date: Mon, 6 Oct 2003 15:28:41 +0000 (UTC) Organization: PVV Message-ID: References: <3F803278.1020507@noplace.com> NNTP-Posting-Host: kiuk0152.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1065454121 24602 129.241.83.78 (6 Oct 2003 15:28:41 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Mon, 6 Oct 2003 15:28:41 +0000 (UTC) User-Agent: slrn/0.9.8.0 (Linux) Xref: archiver1.google.com comp.lang.ada:314 Date: 2003-10-06T15:28:41+00:00 List-Id: On 2003-10-06, (see below) wrote: > On 6/10/03 08:02, in article > slrnbo24ra.34a.randhol+valid_for_reply_from_news@kiuk0152.chembio.ntnu.no, > "Preben Randhol" wrote: > >> What do you mean with desktop apps in a standard library? Anyway I'm >> going to finish my work on a template for making GUIs (GtkAda) for >> applications later this year. > > Preben, can you say a little more about this? > It sounds very interesting. 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, perhaps help dialog. You have to hook up the callbacks etc... The only real difference is that you pack a box in the window which contains your widgets. So I'll make a template that one can start with in order to ease this process. I'm making also making some of the commonly used dialogs so it should be easy to use in the program. At the moment I don't have time, but in a month I will start up working on this again. The idea is that you will be able to get started faster on a project and don't have to waste time on the same design each time. Preben