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

  1.  
  2.  
  3.  
  4. XtGetSelectionParameters(3XtX)T FUNCTIOXNtSGetSelectionParameters(3Xt)
  5.  
  6.  
  7. NNAAMMEE
  8.        XtGetSelectionParameters - retrieve target parameters for
  9.        a selection request with a single target
  10.  
  11. SSYYNNTTAAXX
  12.        void XtGetSelectionParameters(_o_w_n_e_r, _s_e_l_e_c_t_i_o_n,
  13.        _r_e_q_u_e_s_t___i_d, _t_y_p_e___r_e_t_u_r_n, _v_a_l_u_e___r_e_t_u_r_n, _l_e_n_g_t_h___r_e_t_u_r_n, _f_o_r_-
  14.        _m_a_t___r_e_t_u_r_n)
  15.          Widget _o_w_n_e_r;
  16.          Atom _s_e_l_e_c_t_i_o_n;
  17.          XtRequestId _r_e_q_u_e_s_t___i_d;
  18.          Atom* _t_y_p_e___r_e_t_u_r_n;
  19.          XtPointer* _v_a_l_u_e___r_e_t_u_r_n;
  20.          unsigned long* _l_e_n_g_t_h___r_e_t_u_r_n;
  21.          int* _f_o_r_m_a_t___r_e_t_u_r_n;
  22.  
  23. AARRGGUUMMEENNTTSS
  24.        _o_w_n_e_r     Specifies the widget that owns the specified
  25.          selection.
  26.  
  27.        _s_e_l_e_c_t_i_o_n Specifies the selection being processed.
  28.  
  29.        _r_e_q_u_e_s_t___i_d
  30.          Specifies the requestor id in the case of incre-
  31.          mental selections, or NULL in the case of atomic
  32.          transfers.
  33.  
  34.        _t_y_p_e___r_e_t_u_r_n
  35.          Specifies a pointer to an atom in whcih the
  36.          property type of the parameters will be stored.
  37.  
  38.        _v_a_l_u_e___r_e_t_u_r_n
  39.          Specifies a pointer into which a pointer to the
  40.          parameters are to be stored. A NULL will be
  41.          stored if no parameters accompany the request.
  42.  
  43.        _l_e_n_g_t_h___r_e_t_u_r_n
  44.          Specifies a pointer into which the number of
  45.          data elements in _v_a_l_u_e___r_e_t_u_r_n of size indicated
  46.          by _f_o_r_m_a_t___r_e_t_u_r_n will be stored.
  47.  
  48.        _f_o_r_m_a_t___r_e_t_u_r_n
  49.          Specifies a pointer into which the size in bits
  50.          of the parameter data in the elements of
  51.          _v_a_l_u_e___r_e_t_u_r_n will be stored.
  52.  
  53. DDEESSCCRRIIPPTTIIOONN
  54.        _X_t_G_e_t_S_e_l_e_c_t_i_o_n_P_a_r_a_m_e_t_e_r_s may only be called from within an
  55.        _X_t_C_o_n_v_e_r_t_S_e_l_e_c_t_i_o_n_P_r_o_c or from within the last call to an
  56.        _X_t_C_o_n_v_e_r_t_S_e_l_e_c_t_i_o_n_I_n_c_r_P_r_o_c with a new request_id.
  57.  
  58. SSEEEE AALLSSOO
  59.        XtSetSelectionParameters(3Xt)
  60.        _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
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. XtGetSelectionParameters(3XtX)T FUNCTIOXNtSGetSelectionParameters(3Xt)
  71.  
  72.  
  73.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130. X Version 11           Release 6.1                2
  131.  
  132.  
  133.