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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,20dd8ed49a092517 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.27.14 with SMTP id g14mr2585482qac.1.1348071181728; Wed, 19 Sep 2012 09:13:01 -0700 (PDT) Received: by 10.52.28.83 with SMTP id z19mr786635vdg.20.1348071181652; Wed, 19 Sep 2012 09:13:01 -0700 (PDT) Path: t12ni22361614qak.0!nntp.google.com!i6no51078qas.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 19 Sep 2012 09:13:01 -0700 (PDT) In-Reply-To: <99575344-c301-4af2-9155-b6577bfb1ca6@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=189.77.226.1; posting-account=TRgI1QoAAABSsYi-ox3Pi6N-JEKKU0cu NNTP-Posting-Host: 189.77.226.1 References: <99575344-c301-4af2-9155-b6577bfb1ca6@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9e8f4fc7-efe6-49c6-9dd9-8a1a50685c74@googlegroups.com> Subject: Re: Qt or Gtk? (from an Ada perspective) From: "Rego, P." Injection-Date: Wed, 19 Sep 2012 16:13:01 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-09-19T09:13:01-07:00 List-Id: > Note: what I actually need to use is a very small subset of the functionality offered by these toolkits, in that I will only use some basic GUI functions like text edit boxes, as well as file I/O and text processing. But not much beyond that. Hello Alby, The John English Window Library (JEWL) can help you to do this. You can make simple GUIs easily with it, just a few lines of code. Check it out. http://www.radford.edu/~nokie/classes/320/JEWL/docs/windows.htm http://www.radford.edu/~nokie/classes/320/JEWL/docs/ Regards