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,9bee043b70322cbb X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-28 14:40:01 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!194.25.134.62!newsfeed00.sul.t-online.de!t-online.de!news-ge.switch.ch!news1.sunrise.ch!news1.urbanet.ch!not-for-mail From: "Christophe" Newsgroups: comp.lang.ada Subject: Re: Newbie ... Starting Point? Date: Sat, 28 Jul 2001 23:40:00 +0200 Organization: Urbanet SA Message-ID: <9jvbdo$mph$1@news1.urbanet.ch> References: <9jv4rj$t7h$1@news.service.uci.edu> NNTP-Posting-Host: 195.202.198.101 X-Trace: news1.urbanet.ch 996356344 23345 195.202.198.101 (28 Jul 2001 21:39:04 GMT) X-Complaints-To: abuse@urbanet.ch NNTP-Posting-Date: 28 Jul 2001 21:39:04 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Xref: archiver1.google.com comp.lang.ada:10673 Date: 2001-07-28T21:39:04+00:00 List-Id: Hello, Ada source body : adb (This is package body, the code of your function/procedure should be here) Ada source specification : ads (This is package specification, the header of your function/procedure here) GtkAda is not a language, GTKAda is a GUI library for Ada. As you will see in Ada, there isn't a good GUI builder, you have to wrtie your GUI in code (like HTML before frontpage ;-). Christophe.