(C) 1998 AROS - The Amiga Research OS


NAME
#include <clib/intuition_protos.h>

struct Hook * SetEditHook (hook)

LOCATION
In IntuitionBase at offset 82

SYNOPSIS
struct Hook * hook

FUNCTION
Sets the global (default) string editing hook of intuition string gadgets.

INPUTS
The stringgagdget editing hook to replace the old one.

RESULT
The old edit hook.

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY