home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / develop / gadtoolsbox / gtxlib / notes < prev    next >
Text File  |  1995-02-27  |  2KB  |  37 lines

  1.  
  2.     Notes on using the gadtoolsbox.library......
  3.  
  4.     A)  The library is *NOT* idiot proof. All arguments passed onto the routines are expected
  5.         to be valid.
  6.  
  7.     B)  The library also requires the following stuff to open correctly:
  8.             dos.library             V37 or better
  9.             intuition.library       V37 or better
  10.             graphics.library        V37 or better
  11.             gadtools.library        V37 or better
  12.             utility.library         V37 or better
  13.             iffparse.library        V37 or better
  14.             console.device          V37 or better
  15.             nofrag.library          V2  or better
  16.  
  17.  
  18.         The next library is optional:
  19.  
  20.             powerpacker.library     V35 or better
  21.  
  22.     C)  When using the Hotkey system this library provides you *must* use all the gadtools.library
  23.         replacement routines that this library has to offer. Following is a list of these routines:
  24.  
  25.             original                                replacement
  26.             --------------------------------------------------------------------------------------
  27.             GT_RefreshWindow()                      GTX_RefreshWindow()
  28.             CreateGadgetA()                         GTX_CreateGadgetA()
  29.             GT_GetIMsg()                            GTX_GetIMsg()
  30.             GT_ReplyIMsg()                          GTX_ReplyIMsg()
  31.             GT_SetGadgetAttrsA()                    GTX_SetGadgetAttrsA()
  32.             GT_BeginRefresh()                       GTX_BeginRefresh()
  33.             GT_EndRefresh()                         GTX_EndRefresh()
  34.  
  35.         The replacement routines have a slightly different syntax. Please look at the docs for more
  36.         info.
  37.