home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 3 / AACD03.BIN / AACD / Programming / ClassFree / CFtexticlass / readme.doc < prev    next >
Text File  |  1998-06-04  |  750b  |  44 lines

  1. ----------------------------------
  2.  
  3.  text.image
  4.  
  5.  A BOOBSI image class subclass
  6.  
  7. ----------------------------------
  8.  
  9.  
  10. Description:
  11. ------------
  12.  
  13.  This is very simple image class that outputs text with certain
  14. attributes. It is used in various ClassFree BOOPSI gadgets.
  15.  It works as the line entries in a listview, filling or clearing
  16. the entire line every time it is drawn.
  17.  
  18. Installation:
  19. -------------
  20.  
  21.  It normally resides in Classes:Images but can also be installed in
  22. f.x. PROGDIR: or PROGDIR:Images
  23.  
  24.  
  25. History:
  26. --------
  27.  
  28.  V0.10: Sometime in March 1998
  29.  
  30.   First working version.
  31.  
  32.  V0.15: 1-June-1998
  33.  
  34.   Added IA_FGPen and IA_BGPen
  35.  
  36.  V0.20: 2-June-1998
  37.  
  38.   Added IA_Left and IA_Top
  39.  
  40.  V0.30: 4-June-1998
  41.  
  42.   Changed IM_HITTEST.
  43.   Renders more nicely.
  44.