home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AMIGA PD 1
/
AMIGA-PD-1.iso
/
Programme_zum_Heft
/
Programmieren
/
Workshops
/
GadToolsBox
/
GTXLib
/
NOTES
< prev
next >
Wrap
Text File
|
1993-04-02
|
2KB
|
37 lines
Notes on using the gadtoolsbox.library......
A) The library is *NOT* idiot proof. All arguments passed onto the routines are expected
to be valid.
B) The library also requires the following stuff to open correctly:
dos.library V37 or better
intuition.library V37 or better
graphics.library V37 or better
gadtools.library V37 or better
utility.library V37 or better
iffparse.library V37 or better
console.device V37 or better
nofrag.library V2 or better
The next library is optional:
powerpacker.library V35 or better
C) When using the Hotkey system this library provides you *must* use all the gadtools.library
replacement routines that this library has to offer. Following is a list of these routines:
original replacement
--------------------------------------------------------------------------------------
GT_RefreshWindow() GTX_RefreshWindow()
CreateGadgetA() GTX_CreateGadgetA()
GT_GetIMsg() GTX_GetIMsg()
GT_ReplyIMsg() GTX_ReplyIMsg()
GT_SetGadgetAttrsA() GTX_SetGadgetAttrsA()
GT_BeginRefresh() GTX_BeginRefresh()
GT_EndRefresh() GTX_EndRefresh()
The replacement routines have a slightly different syntax. Please look at the docs for more
info.