source: trunk/third/wcl/README @ 8837

Revision 8837, 2.7 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 
1Widget Creation Library Version 2.7 Distribution
2------------------------------------------------
3
4The distribution contains files which make up the Widget Creation
5Library (Wcl or libWc.a), and resource interpreters and utility
6libraries (which include Table widgets) for each of the following
7widget sets: Athena, Motif, and OpenLook.
8
9Wcl is completely widget set independent.  It provides mechanisms to
10allow an entire user interface to be specified in resource files.
11Basically, this amounts to providing new resources for specifying the
12types of the widgets and the widget heirarchy.  In addition, Wcl
13provides several callbacks and action functions which many programs
14need.
15
16See README20 for general information about Wcl version 2, and README22
17for additional features introduced in Wcl version 2.2 and version 2.1,
18and README23 for new features in Wcl 2.3, README24 for new features in
19Wcl 2.4, README25 for new features in Wcl 2.5, and README26 for new
20features in Wcl 2.6.
21
22New Features of Wcl 2.7
23------------------------
24
25New Platform Support
26--------------------
27
28Bug Fixes
29---------
30
31WcTemplateInit()        Sometimes would dump core on some platforms due to
32                        passing (Widget)0 to WcLoadResourceFileIntoDatabase.
33                        Bug identified by Sunjay Talele (set@eng.ufl.edu)
34
35R6 Athena Widgets       Fixed XpAthena.h, XpAthenaP.h, and Xp.c to only
36                        use Logo, Clock, and Mailbox in appropriate
37                        releases: none of these exist in R6.  Thanks to
38                        Klaus Elsbernd <elsbernd@dfki.uni-kl.de>
39
40WcInvokeAction          Did not always handle null clientData properly.
41
42WcLateBinder            Did not always pass registered client data thru.  This
43                        caused problems for people porting from 1.06.  Bug
44                        reported by Jon Reid <jreid@cs.uiuc.edu>
45
46Table                   Border widths not always handled correctly.  Bug
47                        reported by john@panic.harvard.edu (John Roll)
48
49   _____________________________________________________________________
50  |  David E. Smyth                         David.E.Smyth@jpl.nasa.gov  |_
51  |_____________________________________________________________________| |
52  |  Project: Mars Pathfinder -- Low Cost Lander with "Rocky IV" Rover  | |
53  |  Team:    Flight Software -- Object-Oriented Software for Mars      | |
54  |_____________________________________________________________________| |
55  |  Voice:    (818) 393-7944                                           | |
56  |  FAX:      (818) 393-0530                                           | |
57  |  Office:   Space Flight Operations Facility 230/207a                | |
58  |  Snail:    JPL, MS 230-200, 4800 Oak Grove Dr., Pasadena, CA 91109  | |
59  |_____________________________________________________________________| |
60    |_____________________________________________________________________|
Note: See TracBrowser for help on using the repository browser.