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

  1.  
  2.  
  3.  
  4. XtSetMultiClickTime(3Xt)   XT FUNCTIONS     XtSetMultiClickTime(3Xt)
  5.  
  6.  
  7. NNAAMMEE
  8.        XtSetMultiClickTime, XtGetMultiClickTime - set and get
  9.        multi-click times
  10.  
  11. SSYYNNTTAAXX
  12.        void XtSetMultiClickTime(_d_i_s_p_l_a_y, _t_i_m_e)
  13.          Display* _d_i_s_p_l_a_y;
  14.          int _t_i_m_e;
  15.  
  16.        int XtGetMultiClickTime(_d_i_s_p_l_a_y)
  17.          Display* _d_i_s_p_l_a_y;
  18.  
  19. AARRGGUUMMEENNTTSS
  20.        _d_i_s_p_l_a_y     Specifies the display connection.
  21.  
  22.        _t_i_m_e     Specifies the multi-click time in milliseconds.
  23.  
  24. DDEESSCCRRIIPPTTIIOONN
  25.        _X_t_S_e_t_M_u_l_t_i_C_l_i_c_k_T_i_m_e sets the time interval used by the
  26.        translation manager to determine when multiple events are
  27.        interpreted as a repeated event.
  28.  
  29.        _X_t_G_e_t_M_u_l_t_i_C_l_i_c_k_T_i_m_e returns the time in milliseconds that
  30.        the translation manager uses to determine if multiple
  31.        events are to be interpreted as a repeated event for pur-
  32.        poses of matching a translation entry containing a repeat
  33.        count.
  34.  
  35. SSEEEE AALLSSOO
  36.        _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
  37.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  38.  
  39.  
  40.  
  41.  
  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.