


XtAppGetSelectionTimeout(3Xt)			XtAppGetSelectionTimeout(3Xt)
X11R5									X11R5



NAME
  XtAppGetSelectionTimeout, XtAppSetSelectionTimeout - set and obtain selec-
  tion timeout values

SYNTAX
  unsigned long	XtAppGetSelectionTimeout(_a_p_p__c_o_n_t_e_x_t)
       XtAppContext _a_p_p__c_o_n_t_e_x_t;

  void XtAppSetSelectionTimeout(_a_p_p__c_o_n_t_e_x_t, _t_i_m_e_o_u_t)
      XtAppContext _a_p_p__c_o_n_t_e_x_t;
      unsigned long _t_i_m_e_o_u_t;

ARGUMENTS

  _a_p_p__c_o_n_t_e_x_t
	    Specifies the application context.

  _t_i_m_e_o_u_t   Specifies the selection timeout in milliseconds.

DESCRIPTION
  The _X_t_A_p_p_G_e_t_S_e_l_e_c_t_i_o_n_T_i_m_e_o_u_t function	returns	the current selection timeout
  value, in milliseconds.  The selection timeout is the	time within which the
  two communicating applications must respond to one another.  The initial
  timeout value	is set by the _s_e_l_e_c_t_i_o_n_T_i_m_e_o_u_t application resource, or, if
  _s_e_l_e_c_t_i_o_n_T_i_m_e_o_u_t is not specified, it	defaults to five seconds.

  The _X_t_A_p_p_S_e_t_S_e_l_e_c_t_i_o_n_T_i_m_e_o_u_t function	sets the Intrinsics's selection
  timeout mechanism.  Note that	most applications should not set the selec-
  tion timeout.

SEE ALSO
  XtOwnSelection(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	delim off
























