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

NAME

6       XtCallAcceptFocus - calla widget's accept_focus procedure
7

SYNTAX

9       Boolean XtCallAcceptFocus(Widget w, Time *time);
10

ARGUMENTS

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

DESCRIPTION

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

SEE ALSO

24       XtSetKeyboardFocus(3)
25       X Toolkit Intrinsics - C Language Interface
26       Xlib - C Language X Interface
27
28
29
30X Version 11                      libXt 1.1.5             XtCallAcceptFocus(3)
Impressum