home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / x11r6.1 / man / cat3 / xtappsetselectiontimeout.0 < prev    next >
Encoding:
Text File  |  1996-10-17  |  1.8 KB  |  67 lines

  1.  
  2.  
  3.  
  4. XtAppGetSelectionTimeout(3XtX)T FUNCTIOXNtSAppGetSelectionTimeout(3Xt)
  5.  
  6.  
  7. NNAAMMEE
  8.        XtAppGetSelectionTimeout, XtAppSetSelectionTimeout - set
  9.        and obtain selection timeout values
  10.  
  11. SSYYNNTTAAXX
  12.        unsigned long XtAppGetSelectionTimeout(_a_p_p___c_o_n_t_e_x_t)
  13.         XtAppContext _a_p_p___c_o_n_t_e_x_t;
  14.  
  15.        void XtAppSetSelectionTimeout(_a_p_p___c_o_n_t_e_x_t, _t_i_m_e_o_u_t)
  16.        XtAppContext _a_p_p___c_o_n_t_e_x_t;
  17.        unsigned long _t_i_m_e_o_u_t;
  18.  
  19. AARRGGUUMMEENNTTSS
  20.        _a_p_p___c_o_n_t_e_x_t
  21.          Specifies the application context.
  22.  
  23.        _t_i_m_e_o_u_t     Specifies the selection timeout in milliseconds.
  24.  
  25. DDEESSCCRRIIPPTTIIOONN
  26.        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
  27.        selection timeout value, in milliseconds.  The selection
  28.        timeout is the time within which the two communicating
  29.        applications must respond to one another.  The initial
  30.        timeout value is set by the _s_e_l_e_c_t_i_o_n_T_i_m_e_o_u_t application
  31.        resource, or, if _s_e_l_e_c_t_i_o_n_T_i_m_e_o_u_t is not specified, it
  32.        defaults to five seconds.
  33.  
  34.        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 Intrin-
  35.        sics's selection timeout mechanism.  Note that most appli-
  36.        cations should not set the selection timeout.
  37.  
  38. SSEEEE AALLSSOO
  39.        XtOwnSelection(3Xt)
  40.        _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
  41.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.