


XtCallAcceptFocus(3Xt)				       XtCallAcceptFocus(3Xt)
X11R5									X11R5



NAME
  XtCallAcceptFocus - calla widget's accept_focus procedure

SYNTAX
  Boolean XtCallAcceptFocus(_w, _t_i_m_e)
	 Widget	_w;
	 Time *_t_i_m_e;

ARGUMENTS

  _t_i_m_e	    Specifies the X time of the	event that is causing the accept
	    focus.

  _w	    Specifies the widget.

DESCRIPTION
  The _X_t_C_a_l_l_A_c_c_e_p_t_F_o_c_u_s	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, _X_t_C_a_l_l_A_c_c_e_p_t_F_o_c_u_s
  returns _F_a_l_s_e.

SEE ALSO
  XtSetKeyboardFocus(3Xt)
  _X _T_o_o_l_k_i_t _I_n_t_r_i_n_s_i_c_s - _C _L_a_n_g_u_a_g_e _I_n_t_e_r_f_a_c_e
  _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e

































