NAME
XtAcceptFocusProc − interface definition for the accept_focus() method.
Synopsis
typedef Boolean (*XtAcceptFocusProc)(Widget, Time*);
Widget widget;
Time *time;
Inputs
wSpecifies the widget to take the focus.
timeSpecifies the time of the event that causes the parent to offer focus to the child.
Returns
True if the widget took the focus, False otherwise.
Description
XtAcceptFocusProc is the type of the Core accept_focus() method. See accept_focus(4) for more information.
See Also
Copyright O’Reilly & Assoc. — X Toolkit Intrinsics Reference Manual © O’Reilly & Associates