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 / GadTools.txt < prev    next >
Encoding:
Text File  |  1992-09-02  |  641 b   |  26 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:GadTools.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. LIBRARY 'gadtools.library', gadtoolsbase         /* informal notation */
  6.   CreateGadgetA(D0,A0,A1,A2)
  7.   FreeGadgets(A0)
  8.   Gt_SetGadgetAttrsA(A0,A1,A2,A3)
  9.   CreateMenusA(A0,A1)
  10.   FreeMenus(A0)
  11.   LayoutMenuItemsA(A0,A1,A2)
  12.   LayoutMenusA(A0,A1,A2)
  13.   Gt_GetIMsg(A0)
  14.   Gt_ReplyIMsg(A1)
  15.   Gt_RefreshWindow(A0,A1)
  16.   Gt_BeginRefresh(A0)
  17.   Gt_EndRefresh(A0,D0)
  18.   Gt_FilterIMsg(A1)
  19.   Gt_PostFilterIMsg(A1)
  20.   CreateContext(A0)
  21.   DrawBevelBoxA(A0,D0,D1,D2,D3,A1)
  22.   GetVisualInfoA(A0,A1)
  23.   FreeVisualInfo(A0)
  24. ENDLIBRARY
  25.  
  26.