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 / devices / conunit.txt < prev    next >
Encoding:
Text File  |  1992-09-02  |  1.1 KB  |  53 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:devices/conunit.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. CONST CONU_LIBRARY=-1,
  6.       CONU_STANDARD=0,
  7.       CONU_CHARMAP=1,
  8.       CONU_SNIPMAP=3,
  9.       CONFLAG_DEFAULT=0,
  10.       CONFLAG_NODRAW_ON_NEWSIZE=1,
  11.       PMB_ASM=21,
  12.       PMB_AWM=22,
  13.       MAXTABS=$50
  14.  
  15. (---) OBJECT conunit
  16. (  0)   mp:substructure
  17. ( 34)   window:LONG
  18. ( 38)   xcp:INT
  19. ( 40)   ycp:INT
  20. ( 42)   xmax:INT
  21. ( 44)   ymax:INT
  22. ( 46)   xrsize:INT
  23. ( 48)   yrsize:INT
  24. ( 50)   xrorigin:INT
  25. ( 52)   yrorigin:INT
  26. ( 54)   xrextant:INT
  27. ( 56)   yrextant:INT
  28. ( 58)   xminshrink:INT
  29. ( 60)   yminshrink:INT
  30. ( 62)   xccp:INT
  31. ( 64)   yccp:INT
  32. ( 66)   keymapstruct:substructure
  33. ( 98)   tabstops:substructure
  34. (258)   mask:CHAR
  35. (259)   fgpen:CHAR
  36. (260)   bgpen:CHAR
  37. (261)   aolpen:CHAR
  38. (262)   drawmode:CHAR
  39. (263)   obsolete1:CHAR
  40. (264)   obsolete2:LONG
  41. (268)   minterms:substructure
  42. (276)   font:LONG
  43. (280)   algostyle:CHAR
  44. (281)   txflags:CHAR
  45. (282)   txheight:INT
  46. (284)   txwidth:INT
  47. (286)   txbaseline:INT
  48. (288)   txspacing:INT
  49. (290)   modes:substructure
  50. (293)   rawevents:substructure
  51. (---) ENDOBJECT     /* SIZEOF=296 */
  52.  
  53.