home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gwm18a.zip / CONTENTS < prev    next >
Text File  |  1995-07-03  |  2KB  |  136 lines

  1. Contents of the files of the GWM distribution
  2.  
  3. Contents of the files FILES:
  4.  
  5. FILES:         all sources
  6. xpm/FILES:    sources of xpm library
  7. FILES_KIT:     doc + data (distributed)
  8. FILES_BAK:    other files saved on daily backup
  9. FILES_AUX:    other files (big) to be preserved when cleaning dir
  10.  
  11. So, the differents sets of files are determined by: (distrib is KIT)
  12.  
  13. ALL         SHAR        KIT(with src)    KIT(binary)
  14.  
  15. FILES        FILES        FILES        gwm
  16. xpm/FILES       xpm/FILES    xpm/FILES
  17. FILES_KIT    FILES_KIT    FILES_KIT    FILES_KIT
  18. FILES_BAK
  19. FILES_AUX
  20.  
  21. Contents of the files:
  22.  
  23. wool.h
  24. wool.c    
  25.     main body of the WOOL interpreter, macros to allow our object-oriented
  26.     C programming, definition of "pure lisp" objects
  27.  
  28. wool.lex
  29. wool.yac 
  30.     WOOL parser
  31.  
  32. malloc.c
  33.     Fast malloc/free with extensive debugging facilities
  34.  
  35. reference.c
  36.     memory management module via reference count
  37.  
  38. wool-gwm.c
  39.     WOOL-GWM interface. Here are defined extensions in C to build new WOOL
  40.     functions to handle GWM primitives.
  41.     Look at this file to know how to code new WOOL primitives
  42.  
  43. wob.h
  44. wob.c
  45.     generic wob routines
  46.  
  47. plug.c
  48. bar.c
  49. menu.c
  50. client.c
  51. screen.c
  52.     specific routines to each wob type
  53.  
  54. Makefile
  55. Make.TEMPLATE
  56.     installation/revision management routines
  57.  
  58. wops.c
  59.     Window OPerationS (non interactive)
  60.  
  61. user.c
  62.     Interactive operations (rubberbanding)
  63.  
  64. wl_*.h
  65. wl_*.c
  66.     Definition and implementation module for each of the WOOL types
  67.  
  68. gwm.h
  69.     global GWM variables
  70.  
  71. gwm.c
  72.     main body of GWM
  73.  
  74. machine.h
  75. machine.c
  76.     portability patches
  77.  
  78. xpm/*
  79.     library to read XPM (v2) color X11 pixmap files
  80.  
  81. error.c
  82.     X error handlers
  83.  
  84. icccm.c
  85.     routines to implement ICCCM conventions
  86.  
  87. EXTERN.h
  88. INTERN.h
  89.     package to simulate the IMPORT/EXPORT of modula II
  90.  
  91. COPYRIGHT
  92.     the full copyright text
  93.  
  94. doc/
  95.     The LaTeX documentation
  96.  
  97. shar/unshar
  98.     (same file) Shell-archive maker/extracter, WITHOUT checksums, to be
  99.     used with RCS to manage revisions on only ONE file, the full
  100.     distribution
  101.  
  102. gwm/
  103.     directories for WOOL programs and X11 bitmaps
  104.  
  105.     in it, files belong to the standard profile, except:
  106.  
  107.     MWM emulator:
  108.         mwm.gwm
  109.         mwmprofile.gwm
  110.         mwmrc.gwm
  111.         mwm-menusrc.gwm
  112.         bindings.gwm
  113.         buttons.gwm
  114.         mwm-functions.gwm
  115.         mwm-icon.gwm
  116.         mwm-menus.gwm
  117.         mwm-placements.gwm
  118.         mwm-utils.gwm
  119.         mwm-win.gwm
  120.         zoom-win.gwm
  121.         X.xbm
  122.         cornerPlug.xbm
  123.         mwm-iclb.xbm
  124.         mwm-iclt.xbm
  125.         mwm-icrb.xbm
  126.         mwm-icrt.xbm
  127.         mwm-ictlb.xbm
  128.         mwm-ictlt.xbm
  129.         mwm-ictb.xbm
  130.         mwm-ictt.xbm
  131.         mwm-ictrb.xbm
  132.         mwm-ictrt.xbm
  133.         itemSep.xbm
  134.         mini.xbm
  135.         right-arrow.xbm
  136.