XtAcceptFocusProc() XtAcceptFocusProc()
Name
XtAcceptFocusProc - interface definition for the accept_focus() method.
Synopsis
typedef Boolean (*XtAcceptFocusProc)(Widget, Time*);
Widget widget;
Time *time;
Inputs
w Specifies the widget to take the focus.
time Specifies 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
accept_focus(4).
Xt - Widget Method Prototypes XtAcceptFocusProc()