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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,30e6429ea81eea89 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-13 09:22:57 PST Path: archiver1.sj.google.com!newsfeed.google.com!newsfeed.stanford.edu!cyclone.bc.net!newsfeed.direct.ca!look.ca!nntp2.aus1.giganews.com!nntp3.aus1.giganews.com!news6.giganews.com.POSTED!noodlehead!rrci From: "Matej Kudvin" Subject: Re: Which library to make interface? Newsgroups: comp.lang.ada References: <3afd18f5$1_1@news.arrakis.es> User-Agent: Pan/0.9.1 (Unix) X-No-Productlinks: Yes Message-ID: NNTP-Posting-Date: Sun, 13 May 2001 11:22:36 CDT Organization: Giganews.Com - Premium News Outsourcing X-Trace: sv3-6axle8e9zV60sakqbs1kq7akn0FpVOb8jOnsOJYJTb74BiIo5WjEtUx00iS0evzP9jN2Cv+yoXEHo64!4S1ms3w284LCzaJZBx5I/mR5rbXGWFwnKZgytMnuvUVD8ctsGB/8S1qsJysXEaDDPCbGqo0jxVeN!NKbxqNA= X-Complaints-To: abuse@GigaNews.Com X-DMCA-Complaints-To: dmca@giganews.com X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly Date: Sun, 13 May 2001 09:26:13 +0700 Xref: archiver1.sj.google.com comp.lang.ada:7458 Date: 2001-05-13T09:26:13+07:00 List-Id: In article <3afd18f5$1_1@news.arrakis.es>, "Nacho Robledo" wrote: > Hi everybody !!!!! > > I am learning Ada and i love this language...now i am making a small > web > browser in Ada but i need to make an interfaze (GUI). I have tried with > Gtkada but it's a bit difficult? Anyone can tell me another library that > i can use more easily...? GtkAda has a mailing list on their website, so check it out. There is a lot of great information there. If you are going to do GUI, GtkAda is the way to go. All GUI libraries take awhile to get your mind around, but GtkAda will surprise you over and over with just how easy it is to do what you want to. Make sure to use Glade and Gate (to generate ada code), as it reduces tedium, and builds a good framwork. Cheers, Matej