home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / useful / dist / dev / e / amiga_e / modules-text / layers.txt < prev    next >
Text File  |  1992-09-02  |  969b  |  37 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:Layers.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. LIBRARY 'layers.library', layersbase         /* informal notation */
  6.   InitLayers(A0)
  7.   CreateUpfrontLayer(A0,A1,D0,D1,D2,D3,D4,A2)
  8.   CreateBehindLayer(A0,A1,D0,D1,D2,D3,D4,A2)
  9.   UpfrontLayer(A0,A1)
  10.   BehindLayer(A0,A1)
  11.   MoveLayer(A0,A1,D0,D1)
  12.   SizeLayer(A0,A1,D0,D1)
  13.   ScrollLayer(A0,A1,D0,D1)
  14.   BeginUpdate(A0)
  15.   EndUpdate(A0,D0)
  16.   DeleteLayer(A0,A1)
  17.   LockLayer(A0,A1)
  18.   UnlockLayer(A0)
  19.   LockLayers(A0)
  20.   UnlockLayers(A0)
  21.   LockLayerInfo(A0)
  22.   SwapBitsRastPortClipRect(A0,A1)
  23.   WhichLayer(A0,D0,D1)
  24.   UnlockLayerInfo(A0)
  25.   NewLayerInfo()
  26.   DisposeLayerInfo(A0)
  27.   FattenLayerInfo(A0)
  28.   ThinLayerInfo(A0)
  29.   MoveLayerInFrontOf(A0,A1)
  30.   InstallClipRegion(A0,A1)
  31.   MoveSizeLayer(A0,D0,D1,D2,D3)
  32.   CreateUpfrontHookLayer(A0,A1,D0,D1,D2,D3,D4,A3,A2)
  33.   CreateBehindHookLayer(A0,A1,D0,D1,D2,D3,D4,A3,A2)
  34.   InstallLayerHook(A0,A1)
  35. ENDLIBRARY
  36.  
  37.