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

  1.  
  2.  
  3.  
  4. XtAppSetTypeConverter(3Xt) XT FUNCTIONSXtAppSetTypeConverter(3Xt)
  5.  
  6.  
  7. NNAAMMEE
  8.        XtAppSetTypeConverter, XtSetTypeConverter - register
  9.        resource converter
  10.  
  11. SSYYNNTTAAXX
  12.        void XtAppSetTypeConverter(_a_p_p___c_o_n_t_e_x_t, _f_r_o_m___t_y_p_e,
  13.        _t_o___t_y_p_e, _c_o_n_v_e_r_t_e_r, _c_o_n_v_e_r_t___a_r_g_s, _n_u_m___a_r_g_s, _c_a_c_h_e___t_y_p_e,
  14.        _d_e_s_t_r_u_c_t_o_r)
  15.        XtAppContext _a_p_p___c_o_n_t_e_x_t;
  16.        String _f_r_o_m___t_y_p_e;
  17.        String _t_o___t_y_p_e;
  18.        XtConverter _c_o_n_v_e_r_t_e_r;
  19.        XtConvertArgList _c_o_n_v_e_r_t___a_r_g_s;
  20.        Cardinal _n_u_m___a_r_g_s;
  21.        XtCacheType _c_a_c_h_e___t_y_p_e;
  22.        XtDestructor _d_e_s_t_r_u_c_t_o_r;
  23.  
  24.        void XtSetTypeConverter(_f_r_o_m___t_y_p_e, _t_o___t_y_p_e, _c_o_n_v_e_r_t_e_r,
  25.        _c_o_n_v_e_r_t___a_r_g_s, _n_u_m___a_r_g_s, _c_a_c_h_e___t_y_p_e, _d_e_s_t_r_u_c_t_o_r)
  26.        String _f_r_o_m___t_y_p_e;
  27.        String _t_o___t_y_p_e;
  28.        XtConverter _c_o_n_v_e_r_t_e_r;
  29.        XtConvertArgList _c_o_n_v_e_r_t___a_r_g_s;
  30.        Cardinal _n_u_m___a_r_g_s;
  31.        XtCacheType _c_a_c_h_e___t_y_p_e;
  32.        XtDestructor _d_e_s_t_r_u_c_t_o_r;
  33.  
  34. AARRGGUUMMEENNTTSS
  35.        _a_p_p___c_o_n_t_e_x_t
  36.          Specifies the application context.
  37.  
  38.        _c_o_n_v_e_r_t_e_r Specifies the type converter procedure.
  39.  
  40.        _c_o_n_v_e_r_t___a_r_g_s
  41.          Specifies how to compute the additional argu-
  42.          ments to the converter or NULL.
  43.  
  44.        _f_r_o_m___t_y_p_e Specifies the source type.
  45.  
  46.        _n_u_m___a_r_g_s     Specifies the number of additional arguments to
  47.          the converter or zero.
  48.  
  49.        _t_o___t_y_p_e     Specifies the destination type.
  50.  
  51.        _c_a_c_h_e___t_y_p_e
  52.          Specifies whether or not resources produced by
  53.          this converter are sharable or display-specific
  54.          and when they should be freed.
  55.  
  56.        _d_e_s_t_r_u_c_t_o_r
  57.          Specifies a destroy procedure for resources pro-
  58.          duced by this conversion, or NULL if no addional
  59.          action is required to deallocate resources pro-
  60.          duced by the converter.
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. XtAppSetTypeConverter(3Xt) XT FUNCTIONSXtAppSetTypeConverter(3Xt)
  71.  
  72.  
  73. DDEESSCCRRIIPPTTIIOONN
  74.        _X_t_S_e_t_T_y_p_e_C_o_n_v_e_r_t_e_r registers the specified type converter
  75.        and destructor in all application contexts created by the
  76.        calling process, including any future application contexts
  77.        that may be created.  _X_t_A_p_p_S_e_t_T_y_p_e_C_o_n_v_e_r_t_e_r registers the
  78.        specified type converter in the single application context
  79.        specified. If the same _f_r_o_m___t_y_p_e and _t_o___t_y_p_e are specified
  80.        in multiple calls to either function, the most recent
  81.        overrides the previous ones.
  82.  
  83. SSEEEE AALLSSOO
  84.        _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
  85.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  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.