home *** CD-ROM | disk | FTP | other *** search
/ Mikrobitti Virtuaalilehti 1997 / mbvirt1997d.iso / ohjelmat / htmlt148.lha / MCC_HTMLtext / Developer / e / modules / mui / HTMLtext_mcc.e next >
Encoding:
Text File  |  1997-09-14  |  776 b   |  28 lines

  1.  
  2. OPT MODULE      /* compile as module */
  3. OPT PREPROCESS  /* use preprocessor */
  4. OPT EXPORT      /* export all items */
  5.  
  6. MODULE 'muimaster','utility/tagitem'
  7.  
  8. /*
  9. **  HTMLtext.mcc
  10. **  Copyright Dirk Holtwick, 1997
  11. */
  12.  
  13. -> AmigaE include conversion by Thorsten Stocksmeier <flavour@teuto.de>
  14.  
  15. #define MUIC_HTMLtext  'HTMLtext.mcc'
  16. #define HTMLtextObject Mui_NewObjectA(MUIC_HTMLtext,[TAG_IGNORE,0
  17.  
  18. /*** Attributes ***/
  19. CONST MUIA_HTMLtext_Contents      =$90A40001
  20. CONST MUIA_HTMLtext_Title         =$90A40003
  21. CONST MUIA_HTMLtext_Path          =$90A40004
  22. CONST MUIA_HTMLtext_OpenURLHook   =$90A40005
  23. CONST MUIA_HTMLtext_URL           =$90A40006
  24. CONST MUIA_HTMLtext_LoadImages    =$90A4000C
  25. CONST MUIA_HTMLtext_Block         =$90A4000D
  26. CONST MUIA_HTMLtext_DoubleClick   =$90A4000F
  27.  
  28.