home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / dev / amiga_e-2.1b.lha / Amiga_E-2.1b / Modules-Text / intuition / classes.txt < prev    next >
Encoding:
Text File  |  1992-09-02  |  572 b   |  26 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:intuition/classes.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. (---) OBJECT iclass
  6. (  0)   dispatcher:substructure
  7. ( 20)   reserved:LONG
  8. ( 24)   super:LONG
  9. ( 28)   id:LONG
  10. ( 32)   instoffset:INT
  11. ( 34)   instsize:INT
  12. ( 36)   userdata:LONG
  13. ( 40)   subclasscount:LONG
  14. ( 44)   objectcount:LONG
  15. ( 48)   flags:LONG
  16. (---) ENDOBJECT     /* SIZEOF=NONE !!! */
  17.  
  18. CONST CLB_INLIST=0,
  19.       CLF_INLIST=1
  20.  
  21. (---) OBJECT object
  22. (  0)   node:substructure
  23. (  8)   class:LONG
  24. (---) ENDOBJECT     /* SIZEOF=12 */
  25.  
  26.