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

  1.  
  2.  
  3.  
  4. XPutBackEvent(3X11)      XLIB FUNCTIONS      XPutBackEvent(3X11)
  5.  
  6.  
  7. NNAAMMEE
  8.        XPutBackEvent - put events back on the queue
  9.  
  10. SSYYNNTTAAXX
  11.        XPutBackEvent(_d_i_s_p_l_a_y, _e_v_e_n_t)
  12.          Display *_d_i_s_p_l_a_y;
  13.          XEvent *_e_v_e_n_t;
  14.  
  15. AARRGGUUMMEENNTTSS
  16.        _d_i_s_p_l_a_y     Specifies the connection to the X server.
  17.  
  18.        _e_v_e_n_t     Specifies the event.
  19.  
  20. DDEESSCCRRIIPPTTIIOONN
  21.        The _X_P_u_t_B_a_c_k_E_v_e_n_t function pushes an event back onto the
  22.        head of the display's event queue by copying the event
  23.        into the queue.    This can be useful if you read an event
  24.        and then decide that you would rather deal with it later.
  25.        There is no limit to the number of times in succession
  26.        that you can call _X_P_u_t_B_a_c_k_E_v_e_n_t.
  27.  
  28. SSEEEE AALLSSOO
  29.        XAnyEvent(3X11), XIfEvent(3X11), XNextEvent(3X11), XSendE-
  30.        vent(3X11)
  31.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  32.  
  33.  
  34.  
  35.  
  36.  
  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.