(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/icon.h>

UBYTE * FindToolType (toolTypeArray , typeName)

LOCATION
In IconBase at offset 16

SYNOPSIS
UBYTE ** toolTypeArray
UBYTE * typeName

FUNCTION
Finds the supplied typeName inside the given toolTypeArray.

INPUTS
toolTypeArray
pointer to an array of tooltype strings.
typeName
name of a specific tool-type.

RESULT
NULL if the tooltype wasn't found and a pointer to the value of the tooltype otherwise.

EXAMPLE

SEE ALSO
MatchToolValue()

NOTES

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
03.02.1997 digulla
New library icon.library by N.H. Lorentzen