1XtCallAcceptFocus(3) XT FUNCTIONS XtCallAcceptFocus(3)
2
3
4
6 XtCallAcceptFocus - calla widget's accept_focus procedure
7
9 #include <X11/Intrinsic.h>
10
11 Boolean XtCallAcceptFocus(Widget w, Time *time);
12
14 time Specifies the X time of the event that is causing the accept
15 focus.
16
17 w Specifies the widget.
18
20 The XtCallAcceptFocus function calls the specified widget's accept_fo‐
21 cus procedure, passing it the specified widget and time, and returns
22 what the accept_focus procedure returns. If accept_focus is NULL,
23 XtCallAcceptFocus returns False.
24
26 XtSetKeyboardFocus(3)
27 X Toolkit Intrinsics - C Language Interface
28 Xlib - C Language X Interface
29
30
31
32X Version 11 libXt 1.2.1 XtCallAcceptFocus(3)