XtCallAcceptFocus(3Xt) XtCallAcceptFocus(3Xt)NAME XtCallAcceptFocus - calls a widget's accept_focus procedure SYNOPSIS Boolean XtCallAcceptFocus(w, time) Widget w; Time *time; DESCRIPTION The XtCallAcceptFocus function calls the specified widget's accept_focus procedure, passing it the specified widget and time, and returns what the accept_focus procedure returns. If accept_focus is NULL, XtCallAcceptFocus returns FALSE. Arguments These functions accept the following arguments: time Specifies the X time of the event that is causing the accept focus. w Specifies the widget. SEE ALSO XtSetKeyboardFocus(3Xt)X Toolkit Intrinsics - C Language InterfaceXlib - C Language Interface November, 1990 1