home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser 1998 October / STC_CD_10_1998.iso / ANWEND / CLA_V2 / DOC / SOURCE.TXT < prev    next >
Text File  |  1998-09-26  |  863b  |  23 lines

  1. SOURCE CODE DISTRIBUTION 
  2. ========================
  3.  
  4. Several elements of the CLA source code (ie. the GUI library) are available 
  5. upon request from the Author.
  6.  
  7. These are written in HiSoft Basic 2 (as is the rest of the CLA GUI) & cover 
  8. the following areas:
  9.  
  10. o Windowed dialog GUI. 
  11.   The windowed dialog system is a self contained library allowing use 
  12.   of Non-Modal dialogs (created using an ordinary resource editor), 
  13.   which may be roll-ed up or manipulated in the background. The library 
  14.   also supplies a Callback Function facility where a routine may be 
  15.   dynamically attatched to an object. 
  16.  
  17. o NVDI/EdDI offscreen bitmaps. 
  18.   This is a port of the 'C' offscreen bitmap library supplied with Enhancer, 
  19.   and provides all functions required to determine whether the facility 
  20.   is available, and to use it if it is.
  21.  
  22. Craig.
  23.