Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (23 loc) · 796 Bytes

File metadata and controls

38 lines (23 loc) · 796 Bytes

NAME

SetEditHook -- Set global processing for string gadgets. (V36)

SYNOPSIS

    OldHook = SetEditHook( Hook )
    D0                     A0

    struct Hook *SetEditHook( struct Hook * );

Links: Hook Hook Hook

FUNCTION

Sets new global editing hook for string gadgets.

WARNING: This function is wholly untested. Do NOT use this in a commercial product until further notice.

INPUTS

Hook -- A pointer to a struct Hook which determines a function in your code to be called every time the user types a key. This is done before control is passed to the gadget custom editing hook, so effects ALL string gadgets.

RESULT Returns previous global edit hook structure.

BUGS Unknown, risky.

SEE ALSO