DESIGN (xvwidgets) functions


LIBRARY ROUTINE

xvw_insert_event - insert an event handler for an object

LIBRARY CALL

void xvw_insert_event(
   xvobject      object,
   unsigned long event_mask,
   void          (*routine)(xvobject, kaddr, XEvent *, int *),
   kaddr         client_data,
   int	         position)

INPUT

OUTPUT

none

RETURN VALUE

none

DESCRIPTION

Insert an event handler for a visual object. Since Xt cannot support event handling of gadgets, we support them by placing the event handler on the parent and then directing the dispatch of the event handler directly.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

$DESIGN/objects/library/xvwidgets/src/event.c

SEE ALSO

xvwidgets(3)

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.