Query: xtcallacceptfocus
OS: ultrix
Section: 3xt
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XtCallAcceptFocus(3Xt) MIT X11R4 XtCallAcceptFocus(3Xt) Name XtCallAcceptFocus - calla widget's accept_focus procedure Syntax Boolean XtCallAcceptFocus(w, time) Widget w; Time *time; Arguments time Specifies the X time of the event that is causing the accept focus. w Specifies the widget. Description The 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, returns See Also XtSetKeyboardFocus(3Xt) X Window System Toolkit: The Complete Programmer's Guide and Specification, Paul J. Asente and Ralph Swick X Window System: The Complete Reference, Second Edition, Robert W. Scheifler and James Gettys XtCallAcceptFocus(3Xt)