home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 4 / AUCD4.iso / utils / printing / lpr_front / !LPR / Library / ChgTbox < prev    next >
Text File  |  1998-07-08  |  3KB  |  69 lines

  1. Changes to ToolboxLib
  2. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  3.  
  4. ToolboxLib written by Liam Gretton
  5.  
  6.  v1.25 - 07/07/98 - PROCtbox_Centre removed (we can rely on nested wimp features
  7.              now).
  8.            - Internal calls to SWI "Toolbox_ObjectMiscOp" now use value
  9.              calculated in PROCtbox_Init.
  10.  
  11.  v1.24 - 14/01/98 - TBox_ObjMiscOp% now holds value of Toolbox_ObjectMiscOp SWI.
  12.  
  13.  v1.23 - 04/12/97 - Added FileInfo event numbers.
  14.  
  15.  v1.22 - 22/10/97 - Fixed PROCtbox_OpenPane; it wasn't taking the parent's
  16.               scroll offsets into account. Also altered it to use
  17.             Wimp_GetWindowState instead of Wimp_GetWindowInfo, which
  18.               required a much larger temp%.
  19.           - Updated REMarks.
  20.  
  21.  v1.21 - 08/10/97 - Added PROCtbox_MenuTick for ticking/unticking menu items.
  22.                - Altered PROCtbox_MenuFade to allow toggling of state.
  23.  
  24.  v1.20 - 11/09/97 - Altered PROCtbox_Init so that it records the client's
  25.                     sprite area pointer in csprites% (required by EPICview).
  26.  
  27.  v1.19 - 20/08/97 - Added FNtbox_CreateObject for creating objects from Res
  28.               files at runtime.
  29.             - Added PROCtbox_SetExtent.
  30.  
  31.  v1.18 - 19/08/97 - Added PROCtbox_OpenPane which opens a nested window (or
  32.              pane) in the specified window. Requires nested wimp support.
  33.            - Added FNtbox_GetHandle which translates window id to wimp
  34.              handle.           
  35.  
  36.  v1.17 - 03/03/97 - Added PROCtbox_ForceRedraw, which calls Window_ForceRedraw.
  37.  
  38.  v1.16 - 22/02/97 - Added FNtbox_DeskFontHandle which returns the font handle of
  39.                     whatever font is in use in the desktop. Untested on machines
  40.                     without RISC OS 3.50+.     
  41.  
  42.  v1.15 - 19/11/96 - Removed PROCtbox_Objects (it should now sit in the app's
  43.                     !RunImage) and the app-specific events from PROCtbox_Events,
  44.                     so the library is now totally independant.
  45.  
  46.  v1.14 - 12/11/96 - Now I *really* think I've got rid of that bug mentioned
  47.                  below! The MessageTrans bits have had a bit of an overhaul.
  48.  
  49.  v1.13 - 03/11/96 - I *think* I've got rid of that irritating bug which
  50.                  sometimes occured when calling FNtbox_Mess.
  51.  
  52.          22/09/96 - Changed operation of PROCtbox_Message; it now opens a
  53.                     standard wimp alert box instead of a custom window.
  54.                     Apps using ToolbixLib prior to this version need
  55.                     altering (the procedure now takes two args).
  56.  
  57.  v1.12 - 21/09/96 - Added PROCtbox_MenuFade which fades/unfades menu items.
  58.  
  59.  v1.11 - 10/09/96 - Removed a bug in FNtbox_GetID - I was LOCALising o% and
  60.              c%. Write out one hundred times "function arguments are
  61.              already local you fool, function arguments are already
  62.              local you fool..."
  63.  
  64.  v1.10 - 30/08/96 - Added PROCtbox_Fade which fades/unfades Toolbox gadgets.
  65.  
  66.  v1.09 - 29/08/96 - Added PROCtbox_Debug. This opens a small window which
  67.              can display up to four strings; useful for debugging
  68.              wimp progs.
  69.