(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/icon.h>
BOOL MatchToolValue (typeString , value)
LOCATION
In IconBase at offset 17
SYNOPSIS
UBYTE * typeString
UBYTE * value
FUNCTION
Checks if the given tooltype has the supplied value.
INPUTS
typeString
string containing the tooltype.
value
the value to match for.
RESULT
TRUE if match, else FALSE.
EXAMPLE
SEE ALSO
NOTES
BUGS
INTERNALS
HISTORY
20.10.1998 hkiel
Amiga Research OS
28.10.1997 ldp
Moved proto/alib.h up to the top of proto includes
03.02.1997 digulla
New library icon.library by N.H. Lorentzen