source: trunk/third/wcl/Wcl22.Announce @ 8837

Revision 8837, 2.5 KB checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r8836, which included commits to RCS files with non-trunk default branches.
Line 
1Wcl 2.02 is Now Available
2*************************
3
4A new update of Wcl is now available.  Several minor changes have been
5made to make Wcl easier to build on a wider range of platforms.
6
7Changes and New Capabilities:
8
9Methods!  Callback procedures can now be "methods".  The C++ method
10naming convention is used, simply to avoid inventing a new syntax.
11For example:
12
13        *foo.callback:          MailBox::DropFlag()
14
15The application can either let Wcl find the object related to a widget
16or the application can provide a function which maps widgets and class
17names to application objects.
18
19Dynamic Linking!  It is now alot easier to dynamically bind callbacks
20and/or methods from shared libraries on systems with dlopen and dlsym
21(SVR4, SunOS, Solaris).
22
23Resource Visibility!  You can more easily see what the hell is going
24on inside the resource database.
25
26
27What is Wcl?
28------------
29
30Wcl is the Widget Creation Library.  It allows all Look and Feel
31aspects for an application to be specified in Xrm resource files,
32leaving your application code to consist of a simple main() and
33callback procedures.  Wcl greatly reduces the learning curve for
34developing applications with Widget based user interfaces, yet does not
35restrict the developers to platforms, widget sets, nor development
36languages.
37
38Wcl is widget set independent, but Xt Intrinsics dependent.  Wcl can be
39used on Xt Intrinsics from X11R3, Motif 1.0 (X11R3.5? as with SCO ODT),
40X11R4, and X11R5.  Some capabilities are not available on Xt Intrinsic
41versions before X11R5.
42
43Wcl is portable: the distribution has been built and tested on
44platforms with SVR3, SVR4, SunOS, and other varieties of UNIX.  Some
45embriotic support for VMS is also provided.  Systems with dynamic
46linking (SunOS and SVR4) which have dlopen() and dlsym() can also
47invoke dynamically bound callbacks and actions from shared libraries.
48
49Support for Athena, Cornell, Motif, and OpenLook widgets are provided
50with campanion libraries (widget set registration functions) and
51resource interpreters with many example resource files.
52
53Wcl 2.02 will be distributed on comp.sources.x and source archive servers
54including export.lcs.mit.edu
55
56------------------------------------------------------------
57David E. Smyth                David.Smyth@sniap.mchp.sni.de
58Object/X Researcher           david@ap542.uucp
59Esprit Research               david%ap542@ztivax.siemens.com
60Funding provided by: Siemens Nixdorf Informationssysteme AG
61                     AP 154, Carl-Wery-Str 22, Munich 83 Germany
62
Note: See TracBrowser for help on using the repository browser.