home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / Xt / XtAppAddConverter.z / XtAppAddConverter
Encoding:
Text File  |  1998-10-30  |  4.0 KB  |  133 lines

  1.  
  2.  
  3.  
  4.      XXXXttttAAAAppppppppAAAAddddddddCCCCoooonnnnvvvveeeerrrrtttteeeerrrr((((3333XXXXtttt))))XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....3333))))XXXXttttAAAAppppppppAAAAddddddddCCCCoooonnnnvvvveeeerrrrtttteeeerrrr((((3333XXXXtttt))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XtAppAddConverter, XtAddConverter - register resource
  10.           converter
  11.  
  12.      SSSSYYYYNNNNTTTTAAAAXXXX
  13.           void XtAppAddConverter(_a_p_p__c_o_n_t_e_x_t, _f_r_o_m__t_y_p_e, _t_o__t_y_p_e,
  14.           _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)
  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.  
  22.           void XtAddConverter(_f_r_o_m__t_y_p_e, _t_o__t_y_p_e, _c_o_n_v_e_r_t_e_r,
  23.           _c_o_n_v_e_r_t__a_r_g_s, _n_u_m__a_r_g_s)
  24.               String _f_r_o_m__t_y_p_e;
  25.               String _t_o__t_y_p_e;
  26.               XtConverter _c_o_n_v_e_r_t_e_r;
  27.               XtConvertArgList _c_o_n_v_e_r_t__a_r_g_s;
  28.               Cardinal _n_u_m__a_r_g_s;
  29.  
  30.      AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
  31.           _a_p_p__c_o_n_t_e_x_t
  32.                     Specifies the application context.
  33.  
  34.           _c_o_n_v_e_r_t_e_r Specifies the type converter procedure.
  35.  
  36.           _c_o_n_v_e_r_t__a_r_g_s
  37.                     Specifies how to compute the additional arguments
  38.                     to the converter or NULL.
  39.  
  40.           _f_r_o_m__t_y_p_e Specifies the source type.
  41.  
  42.           _n_u_m__a_r_g_s  Specifies the number of additional arguments to
  43.                     the converter or zero.
  44.  
  45.           _t_o__t_y_p_e   Specifies the destination type.
  46.  
  47.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  48.           _X_t_A_p_p_A_d_d_C_o_n_v_e_r_t_e_r is equivalent in function to
  49.           _X_t_A_p_p_S_e_t_T_y_p_e_C_o_n_v_e_r_t_e_r with _c_a_c_h_e__t_y_p_e equal to _X_t_C_a_c_h_e_A_l_l
  50.           for old-format type converters. It has been superseded by
  51.           _X_t_A_p_p_S_e_t_T_y_p_e_C_o_n_v_e_r_t_e_r.
  52.  
  53.           _X_t_A_d_d_C_o_n_v_e_r_t_e_r is equivalent in function to
  54.           _X_t_S_e_t_T_y_p_e_C_o_n_v_e_r_t_e_r with _c_a_c_h_e__t_y_p_e equal to _X_t_C_a_c_h_e_A_l_l for
  55.           old-format type converters. It has been superseded by
  56.           _X_t_S_e_t_T_y_p_e_C_o_n_v_e_r_t_e_r.
  57.  
  58.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  59.           XtConvert(3Xt), XtStringConversionWarning(3Xt)
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 4/30/98)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      XXXXttttAAAAppppppppAAAAddddddddCCCCoooonnnnvvvveeeerrrrtttteeeerrrr((((3333XXXXtttt))))XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....3333))))XXXXttttAAAAppppppppAAAAddddddddCCCCoooonnnnvvvveeeerrrrtttteeeerrrr((((3333XXXXtttt))))
  71.  
  72.  
  73.  
  74.           _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
  75.           _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  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.      Page 2                                          (printed 4/30/98)
  130.  
  131.  
  132.  
  133.