Contents page

DeleteKnobList()


    USAGE

void DeleteKnobList(KnobList)

FUNCTION

This deallocates the given knob list.

DeleteKnobList should be used in conjunction with DupeKnobList.

The purpose of these routines is to provide a method for generating multiple copies of the same window, so they can run concurrently.

INPUTS

KnobList = Pointer to a list of knobs to delete

RESULT

none (void)

SEE ALSO

DupeKnobList