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=-2.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Thread: 103376,f0da0b00cdd68acb,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!freenix!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: Michael Gonzalez Newsgroups: comp.lang.ada Subject: Win_IO 2.0.1 is now available Date: Wed, 13 Oct 2004 11:50:46 +0200 Organization: Universidad de Cantabria Message-ID: NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: melchior.cuivre.fr.eu.org 1097661067 30438 212.85.156.195 (13 Oct 2004 09:51:07 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Wed, 13 Oct 2004 09:51:07 +0000 (UTC) To: comp.lang.ada@ada-france.org Return-Path: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) X-Accept-Language: en-us, en, es X-OriginalArrivalTime: 13 Oct 2004 09:50:52.0644 (UTC) FILETIME=[2082AA40:01C4B10A] X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: g2news1.google.com comp.lang.ada:5138 Date: 2004-10-13T11:50:46+02:00 Hello, Version 2.0.1 of Win_IO is now available in: http://www.ctr.unican.es/win_io/ This version is developed with GtkAda 2.2.X and is free software. It is the same as version 2.0 except that it corrects a bug in the function used to read an image from disk. Win_IO is a set of packages for graphical input and output. It is designed specially for students or Ada users who do not want to spend their time learning a complex graphical user interface, but who are "tired" of the old-fashioned text-oriented input and output. Win_IO has the same goals as JEWL (John English Windows Library, http://www.it.bton.ac.uk/staff/je/jewl/), but is simpler (and less powerful) and is portable within Unix, Linux and Windows platforms. JEWL is currently only provided for Windows. See how you can code nice-looking windows for input & output in a really minimal program: output: http://www.ctr.unican.es/win_io/ow_example.html input : http://www.ctr.unican.es/win_io/iw_example.html Win_IO is composed of the following modules: - Input_Windows: Provides a simple window with I/O capabilities for data of the types Integer, Float, and String. Several data can be displayed and/or retrieved on the same window. - Output_Windows: Provides a simple window with Output capabilities for data of the types Integer, Float, and String. Several data can be displayed on the same window. - Message_Windows: Provides a simple window for displaying a short message. It provides an OK button for closing the window. - Menu_Windows: Provides a simple window with several buttons that enable the user to select from a number of options.It is a generic package that must be instantiated with an enumeration type. One button will be created for each value in this type. - Graphics_Windows: Provides a simple window with drawing capabilities, including the display of picture files. - Plot_Windows: Provides a simple window for drawing two-dimensional graphs from sets of points. Best regards, Michael Gonzalez. ----------------------------------------------------------------------- Michael Gonzalez Harbour E-mail: mgh@unican.es Dpto. de Electronica y Computadores URL: http://www.ctr.unican.es Universidad de Cantabria Phone : +34-942-201483 Avda. de los Castros s/n Fax : +34-942-201402 E-39005 Santander SPAIN -----------------------------------------------------------------------