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

  1.  
  2.  
  3.  
  4. XtGetSelectionRequest(3Xt) XT FUNCTIONSXtGetSelectionRequest(3Xt)
  5.  
  6.  
  7. NNAAMMEE
  8.        XtGetSelectionRequest - retrieve the event that triggered
  9.        the XtConvertSelectionProc
  10.  
  11. SSYYNNTTAAXX
  12.        XSelectionRequestEvent* XtGetSelectionRequest(_w, _s_e_l_e_c_-
  13.        _t_i_o_n, _r_e_q_u_e_s_t___i_d)
  14.          Widget _w;
  15.          Atom _s_e_l_e_c_t_i_o_n;
  16.          XtRequestId _r_e_q_u_e_s_t___i_d;
  17.  
  18. AARRGGUUMMEENNTTSS
  19.        _w     Specifies the widget.
  20.  
  21.        _s_e_l_e_c_t_i_o_n Specifies the selection being processed.
  22.  
  23.        _r_e_q_u_e_s_t___i_d
  24.          Specifies the requestor id in the case of incre-
  25.          mental selections, or NULL in the case of atomic
  26.          transfers.
  27.  
  28. DDEESSCCRRIIPPTTIIOONN
  29.        _X_t_G_e_t_S_e_l_e_c_t_i_o_n_R_e_q_u_e_s_t may only be called from within an
  30.        _X_t_C_o_n_v_e_r_t_S_e_l_e_c_t_i_o_n_P_r_o_c procedure and returns a pointer to
  31.        the _S_e_l_e_c_t_i_o_n_R_e_q_u_e_s_t event that caused the conversion pro-
  32.        cedure to be invoked. _R_e_q_u_e_s_t___i_d specifies a unique id for
  33.        the individual request in the case that multiple incremen-
  34.        tal transfers are outstanding. For atomic transfers,
  35.        _r_e_q_u_e_s_t___i_d must be specified as NULL. If no _S_e_l_e_c_t_i_o_n_R_e_-
  36.        _q_u_e_s_t event is being processed for the specified _w_i_d_g_e_t,
  37.        _s_e_l_e_c_t_i_o_n, and _r_e_q_u_e_s_t___i_d, _X_t_G_e_t_S_e_l_e_c_t_i_o_n_R_e_q_u_e_s_t returns
  38.        NULL.
  39.  
  40. SSEEEE AALLSSOO
  41.        _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
  42.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  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.