1XtCallAcceptFocus(3)             XT FUNCTIONS             XtCallAcceptFocus(3)
2
3
4

NAME

6       XtCallAcceptFocus - calla widget's accept_focus procedure
7

SYNTAX

9       #include <X11/Intrinsic.h>
10
11       Boolean XtCallAcceptFocus(Widget w, Time *time);
12

ARGUMENTS

14       time      Specifies the X time of the event that is causing the accept
15                 focus.
16
17       w         Specifies the widget.
18

DESCRIPTION

20       The XtCallAcceptFocus function calls the specified widget's
21       accept_focus procedure, passing it the specified widget and time, and
22       returns what the accept_focus procedure returns.  If accept_focus is
23       NULL, XtCallAcceptFocus returns False.
24

SEE ALSO

26       XtSetKeyboardFocus(3)
27       X Toolkit Intrinsics - C Language Interface
28       Xlib - C Language X Interface
29
30
31
32X Version 11                     libXt 1.1.5.1            XtCallAcceptFocus(3)
Impressum