home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / l / libxtgeo.zip / libgeo17 / README < prev   
Text File  |  1992-10-06  |  1KB  |  51 lines

  1.               LIBXTGEO
  2.               --------
  3.  
  4. This is the libXtGeo library, a subset of the Xt R5 library reworked
  5. to help debugging and/or understanding the Xt layout process 
  6. of any Xt (Motif/OL/Athena) application.
  7.  
  8. All you have to do is compile these files and create the libXtGeo.a
  9.  
  10. Then you relink your binary using libXtGeo.a *before* the real Xt:
  11.      cc -o myapp myapp.o -lXm -lXtGeo -lXt -lX11
  12.  
  13. (If you don't want editres, compile with -DNO_EDITRES, by default,
  14. you'll get it and you'll have to link with Xmu or at least with EditresCom.o
  15. which I am also providing in ./X11/Xmu for convenience.)
  16.  
  17.  
  18. When you're done with the linking,
  19. you can add in your resource environment lines in the form:
  20.  
  21.    myapp*geoTattler: ON
  22.    myapp*XmMainWindow.draw.geoTattler:ON
  23.    myapp*XmMainWindow*geoTattler:OFF
  24.     
  25. Well, you get the idea, it's a pseudo-resource.
  26.  
  27.  
  28. The ./doc directory contains some materials from my X Conf paper on
  29. that subject.
  30.  
  31. The ./Xt directory contains the original of the Xt files I started
  32. from (Geometry.c, Intrinsic.c, Manage.c, SetValues.c, Shell.c).
  33.         
  34. The ./X11/Xmu directory contains the Editres.h and EditresCom.c
  35. file for those who don't have Xmu installed or available.           
  36.  
  37.  
  38. Author: Daniel Dardailler
  39.     daniel@osf.org  (any ideas/bug reports are welcome).
  40.     OSF - Motif team.
  41.  
  42.  
  43. VERSION: I am using the MIT patch number as a versioning system:
  44.      this is currently V17.
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.