home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Acorn User 4
/
AUCD4.iso
/
utils
/
printing
/
lpr_front
/
!LPR
/
Library
/
ChgTbox
< prev
next >
Wrap
Text File
|
1998-07-08
|
3KB
|
69 lines
Changes to ToolboxLib
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
ToolboxLib written by Liam Gretton
v1.25 - 07/07/98 - PROCtbox_Centre removed (we can rely on nested wimp features
now).
- Internal calls to SWI "Toolbox_ObjectMiscOp" now use value
calculated in PROCtbox_Init.
v1.24 - 14/01/98 - TBox_ObjMiscOp% now holds value of Toolbox_ObjectMiscOp SWI.
v1.23 - 04/12/97 - Added FileInfo event numbers.
v1.22 - 22/10/97 - Fixed PROCtbox_OpenPane; it wasn't taking the parent's
scroll offsets into account. Also altered it to use
Wimp_GetWindowState instead of Wimp_GetWindowInfo, which
required a much larger temp%.
- Updated REMarks.
v1.21 - 08/10/97 - Added PROCtbox_MenuTick for ticking/unticking menu items.
- Altered PROCtbox_MenuFade to allow toggling of state.
v1.20 - 11/09/97 - Altered PROCtbox_Init so that it records the client's
sprite area pointer in csprites% (required by EPICview).
v1.19 - 20/08/97 - Added FNtbox_CreateObject for creating objects from Res
files at runtime.
- Added PROCtbox_SetExtent.
v1.18 - 19/08/97 - Added PROCtbox_OpenPane which opens a nested window (or
pane) in the specified window. Requires nested wimp support.
- Added FNtbox_GetHandle which translates window id to wimp
handle.
v1.17 - 03/03/97 - Added PROCtbox_ForceRedraw, which calls Window_ForceRedraw.
v1.16 - 22/02/97 - Added FNtbox_DeskFontHandle which returns the font handle of
whatever font is in use in the desktop. Untested on machines
without RISC OS 3.50+.
v1.15 - 19/11/96 - Removed PROCtbox_Objects (it should now sit in the app's
!RunImage) and the app-specific events from PROCtbox_Events,
so the library is now totally independant.
v1.14 - 12/11/96 - Now I *really* think I've got rid of that bug mentioned
below! The MessageTrans bits have had a bit of an overhaul.
v1.13 - 03/11/96 - I *think* I've got rid of that irritating bug which
sometimes occured when calling FNtbox_Mess.
22/09/96 - Changed operation of PROCtbox_Message; it now opens a
standard wimp alert box instead of a custom window.
Apps using ToolbixLib prior to this version need
altering (the procedure now takes two args).
v1.12 - 21/09/96 - Added PROCtbox_MenuFade which fades/unfades menu items.
v1.11 - 10/09/96 - Removed a bug in FNtbox_GetID - I was LOCALising o% and
c%. Write out one hundred times "function arguments are
already local you fool, function arguments are already
local you fool..."
v1.10 - 30/08/96 - Added PROCtbox_Fade which fades/unfades Toolbox gadgets.
v1.09 - 29/08/96 - Added PROCtbox_Debug. This opens a small window which
can display up to four strings; useful for debugging
wimp progs.