DESIGN (xvforms) functions


LIBRARY ROUTINE

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

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.