Path: usenet.cise.ufl.edu!huron.eel.ufl.edu!usenet.eel.ufl.edu!www.nntp.primenet.com!globalcenter1!news.primenet.com!nntp.primenet.com!howland.erols.net!news-peer.sprintlink.net!news-pull.sprintlink.net!news-in-east.sprintlink.net!news.sprintlink.net!Sprint!199.2.96.62!news.rain.net!news.teleport.com!not-for-mail
From: [email protected] (Joseph H. Buehler)
Newsgroups: comp.lang.perl.announce,comp.lang.perl.modules
Subject: ANNOUNCE: X11::Wcl 0.2 and Wcl 2.7.2
Followup-To: comp.lang.perl.modules
Date: 7 Sep 1997 15:17:26 GMT
Organization: /usr/lib/news/organization
Lines: 49
Sender: [email protected]
Approved: [email protected] (comp.lang.perl.announce)
Message-ID: <[email protected]>
NNTP-Posting-Host: gadget.cscaper.com
X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content.
Xref: usenet.cise.ufl.edu comp.lang.perl.announce:20 comp.lang.perl.modules:728


I have just uploaded version 0.2 of X11::Wcl and version 2.7.2 of
Wcl to PAUSE.

This module provides an interface to the Widget Creation Library,
allowing rapid prototyping of GUI interfaces by specifying both
widget trees and widget resources using the standard X resource
syntax.  Creating an application mainly involves writing the
resource specifications and the PERL callback routines.

The 0.2 CHANGES file is attached.

Joe Buehler
[email protected]

release 0.2
-----------
- ported to AIX 3.2.5, AIX 4.2, HPUX 10.10

- Wcl-2.7.2 is a separate tar file, no more Wcl patches included in
 this package

- added support for Xt*Proc() functions; examples for XtAppAddInput
 and XtAppAddTimeout included

- added standard mainloop routine, configured via passed-in named
 parameters

- toplevel resources now processed via #if/#else/#endif preprocessing,
 similar to cpp

- callback function signature changes/improvements

- xscm examples merged into a single "xscm", using preprocessing to
 detect presence of Motif 2.0; added scm support script for use with
 it

- added support for Wcl 2.7.2 libMisc (contains hierarchical tree
 widget used by xscm on Motif 1.x systems)

- added support for editres

- header file list all in one place, in Wcl-i, to make it easier to
 port to other Xt toolkits

release 0.1
-----------
This is the initial release.