XtCallAcceptFocus(3Xt) — Xt Intrinsics
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 Toolkit Intrinsics − C Language Interface
Xlib − C Language X Interface
X Version 11 — Last change: 1 September 1988