Name
XtRemoveTimeOut — unregister a timeout procedure.
Synopsis
void XtRemoveTimeOut(id)
XtIntervalId id;
Arguments
idSpecifies the ID for the timeout registration to be destroyed.
Description
XtRemoveTimeOut removes the timeout specified by id. id is the value returned by either XtAppAddTimeOut or XtAddTimeOut.
Note that timeouts are automatically removed once they expire and the callback has been called.
For an example and discussion of timeouts, see Chapter 8, More Input Techniques, in Volume Four, X Toolkit Intrinsics Programming Manual.