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

  1.  
  2.  
  3.  
  4. XtLastEventProcessed(3Xt)  XT FUNCTIONS XtLastEventProcessed(3Xt)
  5.  
  6.  
  7. NNAAMMEE
  8.        XtLastEventProcessed, XtLastTimestampProcessed - last
  9.        event, last timestamp processed
  10.  
  11. SSYYNNTTAAXX
  12.        XEvent* XtLastEventProcessed(_d_i_s_p_l_a_y)
  13.          Display* _d_i_s_p_l_a_y;
  14.  
  15.        Time XtLastTimestampProcessed(_d_i_s_p_l_a_y)
  16.          Display* _d_i_s_p_l_a_y;
  17.  
  18. AARRGGUUMMEENNTTSS
  19.        _d_i_s_p_l_a_y     Specifies the open display connection.
  20.  
  21. DDEESSCCRRIIPPTTIIOONN
  22.        _X_t_L_a_s_t_E_v_e_n_t_P_r_o_c_e_s_s_e_d returns the last event passed to
  23.        _X_t_D_i_s_p_a_t_c_h_E_v_e_n_t for the specified display and NULL if
  24.        there has been no event. The client must not modify the
  25.        contents of the returned event.
  26.  
  27.        _X_t_L_a_s_t_T_i_m_e_s_t_a_m_p_P_r_o_c_e_s_s_e_d returns the timestamp of the last
  28.        _K_e_y_P_r_e_s_s, _K_e_y_R_e_l_e_a_s_e, _B_u_t_t_o_n_P_r_e_s_s, _B_u_t_t_o_n_R_e_l_e_a_s_e,
  29.        _M_o_t_i_o_n_N_o_t_i_f_y, _E_n_t_e_r_N_o_t_i_f_y, _L_e_a_v_e_N_o_t_i_f_y, _P_r_o_p_e_r_t_y_N_o_t_i_f_y, or
  30.        _S_e_l_e_c_t_i_o_n_C_l_e_a_r event that has been passed to _X_t_D_i_s_-
  31.        _p_a_t_c_h_E_v_e_n_t for the specified display and zero if there has
  32.        been no such event.
  33.  
  34. SSEEEE AALLSSOO
  35.        _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
  36.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  37.  
  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.