xvf_remove_extra_call - remove function call from GUI item
LIBRARY CALL
int xvf_remove_extra_call(
kform_struct *kformstruct,
void (*routine)(kaddr),
kaddr client_data)
INPUT
kformstruct - kform_struct associated with the GUI item,
from which the extra call is to be removed
(passed to xvf_add_extra_call earlier).
routine - The extra routine that was being called
(passed to xvf_add_extra_call earlier).
client_data - Client data with which routine was called
(passed to xvf_add_extra_call earlier).
OUTPUT
none
RETURN VALUE
TRUE on success, FALSE on failure
DESCRIPTION
Removes an extra call from a subform button, guide button,
quit button, help button, answer infile selection, or
answer outfile selection, where the extra call was added
earlier with xvf_add_extra_call().
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
This routine should only be used for extra calls that were
added earlier with a call to xvf_add_extra_call.
MODIFICATION
none
FILES
$DESIGN/objects/library/xvforms/src/extra.c
SEE ALSO
xvforms(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.